Commit 0f3f8d17 by 叶富雄

修复

parent 1b6a9d1f
......@@ -240,7 +240,7 @@ export default {
});
},
toInfor(scope) {
this.sub = 'PJ';
this.sub = 'XQ';
this.drawer = true;
this.zczlbh = scope.zczlbh;
this.fpbh = scope.fpbh;
......
......@@ -7,6 +7,7 @@
<div v-if="sub==='SP'">指令审批</div>
<div v-if="sub==='QS'">指令签收</div>
<div v-if="sub==='PJ'">评价</div>
<div v-if="sub==='XQ'">指令详情</div>
</h5>
<el-divider></el-divider>
<h4>基本信息</h4>
......@@ -159,7 +160,7 @@
</el-form-item>
</el-form>
</div>
<div v-if="sub==='PJ'" class="SP subBox" style="margin-top: 30px;">
<div v-if="sub==='PJ' || sub==='XQ'" class="SP subBox" style="margin-top: 30px;">
<el-form ref="form" :model="PJform" label-width="100px" style="margin-bottom: 30px;">
<h1 style="margin: 20px 0;">分派列表</h1>
<el-table
......
......@@ -416,7 +416,7 @@ export default {
});
},
toInfor(scope) {
this.sub = 'PJ';
this.sub = 'XQ';
this.drawer = true;
this.zczlbh = scope.zczlbh;
this.fpbh = scope.fpbh;
......
......@@ -643,7 +643,7 @@ export default {
},
methods: {
toInfor(row) {
this.sub = 'PJ';
this.sub = 'XQ';
this.drawer = true;
this.zczlbh = row.zczlbh
this.fpbh = row.fpbh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment