yusheng пре 11 месеци
родитељ
комит
01c7523b64
1 измењених фајлова са 8 додато и 8 уклоњено
  1. 8 8
      src/views/bpm/handleTask/components/purchasePlanManage/submit.vue

+ 8 - 8
src/views/bpm/handleTask/components/purchasePlanManage/submit.vue

@@ -231,14 +231,14 @@
             businessId: this.businessId
           });
         }
-        //采购员核对
-        if (this.taskDefinitionKey === 'purchaserCheck') {
-          let arr = await this.getTableValue();
-          if (!arr) {
-            return;
-          }
-          await UpdateInformation(arr);
-        }
+        // //采购员核对
+        // if (this.taskDefinitionKey === 'purchaserCheck') {
+        //   let arr = await this.getTableValue();
+        //   if (!arr) {
+        //     return;
+        //   }
+        //   await UpdateInformation(arr);
+        // }
         let API = !!status ? approveTaskWithVariables : rejectTask;
         API({
           id: this.taskId,