sunyize 2 anni fa
parent
commit
1fac394beb

+ 4 - 2
src/views/lotCheck/modules/TaskCheckAudit.vue

@@ -12,8 +12,8 @@
         <a-descriptions-item v-if='infoModel.blockType==="model"' label="上传资料的卡类型">正式卡</a-descriptions-item>
         <a-descriptions-item v-if='infoModel.blockType==="test"' label="上传资料的卡类型">测试卡</a-descriptions-item>
 
-        <a-descriptions-item v-if='infoModel.control==="controlY"' label="是否有集团价格审批">是</a-descriptions-item>
-        <a-descriptions-item v-if='infoModel.control==="controlN"' label="是否有集团价格审批">否</a-descriptions-item>
+        <a-descriptions-item v-if='infoModel.control==="controlY"' label="是否突破价格管控">是</a-descriptions-item>
+        <a-descriptions-item v-if='infoModel.control==="controlN"' label="是否突破价格管控">否</a-descriptions-item>
         <a-descriptions-item label="客户编号">{{ infoModel.customerNo }}</a-descriptions-item>
         <a-descriptions-item label="用户发展员工">{{ infoModel.staffNo }}</a-descriptions-item>
         <a-descriptions-item label="用户编号">{{ infoModel.userNo }}</a-descriptions-item>
@@ -1864,6 +1864,7 @@ export default {
     this.steps.currentId = this.steps.stepsNow[0].id;
 
     this.infoId = this.$route.query.id;
+    this.getTask( this.infoId);
     //是否需要整改
     this.lotInfoById(this.infoId)
     this.getInfoDataById(this.infoId)
@@ -2179,6 +2180,7 @@ export default {
           that.infoModel.riskTable= JSON.parse(result.riskTable);
           that.infoModel.priceTable= JSON.parse(result.priceTable);
           that.infoModel.commitment= JSON.parse(result.commitment);
+          that.checkState=result.checkState;
           //待稽核
           if (that.checkState===2 || that.checkState===5 ){
             for (var i in that.steps.stepsNow) {

+ 1 - 0
src/views/truckCheck/modules/TaskCheckAudit.vue

@@ -3886,6 +3886,7 @@ export default {
                 that.steps.stepsNow = that.steps.steps12
               }
             }
+            that.checkState=result.checkState;
             //待稽核
             if (that.checkState===2 || that.checkState===5 ){
               for (var i in that.steps.stepsNow) {