Explorar o código

采购员核对

yusheng hai 11 meses
pai
achega
01c7523b64

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

@@ -231,14 +231,14 @@
             businessId: this.businessId
             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;
         let API = !!status ? approveTaskWithVariables : rejectTask;
         API({
         API({
           id: this.taskId,
           id: this.taskId,