|
|
@ -165,6 +165,8 @@ |
|
|
|
|
|
|
|
<!-- 选择待办人 --> |
|
|
|
<modellibrary v-show="viewState == 1.2" ref="chexingxuanze" @handleChexing="selectChexing"></modellibrary> |
|
|
|
|
|
|
|
|
|
|
|
<el-dialog title="选择待办人" :visible.sync="nodeDialogVisible" width="80%"> |
|
|
|
<el-form label-position="right" class="formadd" > |
|
|
|
<el-row> |
|
|
@ -174,41 +176,12 @@ |
|
|
|
<el-form-item prop="purchasingUnitName"><span>{{firstNode.name}}->{{ nextNode.name }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<!-- |
|
|
|
第一个环节不用填写意见 |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="tleftb">意见</el-col> |
|
|
|
<el-col :span="20" class="trightb"> |
|
|
|
<el-input size="small" v-model="formobj.comment" placeholder="审批意见" class="addinputw" clearable ></el-input> |
|
|
|
</el-col> |
|
|
|
</el-row>--> |
|
|
|
<!-- <el-row> |
|
|
|
<el-col :span="4" class="tleftb">下一步处理人</el-col> |
|
|
|
<el-col :span="20" class="trightb"> |
|
|
|
{{this.userName}} |
|
|
|
<el-button type="primary" size="mini" @click="selectUser">选择</el-button> |
|
|
|
</el-col> |
|
|
|
</el-row>--> |
|
|
|
<div style="text-align:center;margin-top: 20px;"> |
|
|
|
<el-button type="primary" size="mini" @click="agree">确 定</el-button> |
|
|
|
<el-button type="info " size="mini" @click="closeNodeDialog">取 消</el-button> |
|
|
|
</div> |
|
|
|
</el-form> |
|
|
|
</el-dialog> |
|
|
|
<!--选择用户的弹框--> |
|
|
|
<!-- <el-dialog title="选择用户" :visible.sync="nodeUserDialogVisible" width="80%"> |
|
|
|
<el-form label-position="right" class="formadd" > |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="tleftb">用户</el-col> |
|
|
|
<el-col :span="20" class="trightb" > |
|
|
|
<el-radio-group > |
|
|
|
<el-radio v-for="item in users" :key="item.sid" :label="item.sid" |
|
|
|
@change="checkedUser(item.sid)">{{ item.name }}</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
</el-dialog>'--> |
|
|
|
<!-- 选择用户 的弹出框--> |
|
|
|
<el-dialog title="选择用户" :visible.sync="nodeUserDialogVisible" width="80%"> |
|
|
|
<el-form label-position="right" class="formadd" > |
|
|
@ -329,7 +302,7 @@ export default { |
|
|
|
}, |
|
|
|
selectModel() { |
|
|
|
this.viewState = '1.2' |
|
|
|
// this.$refs['chexingxuanze'].showChexing() |
|
|
|
this.$refs['chexingxuanze'].showChexing() |
|
|
|
}, |
|
|
|
selectChexing(info) { |
|
|
|
this.viewState = '1' |
|
|
|