gjy 3 years ago
parent
commit
1f31d4f6d2

+ 1 - 1
src/views/statisticalReport/salesClosingCashierList.vue

@@ -465,7 +465,7 @@ export default {
         posthandle({
           taskId: item.taskId,
           approved: status,
-          auditMind: reason != undefined ? '已驳回' : '34',
+          auditMind: reason != undefined ? '已驳回' : '',
           needReapply: status2 != undefined ? true : false,
         })
           .toPromise()

+ 1 - 1
src/views/statisticalReport/salesDeliveryReportList.vue

@@ -610,7 +610,7 @@ export default {
         posthandle({
           taskId: item.taskId,
           approved: status,
-          auditMind: reason != undefined ? '已驳回' : '34',
+          auditMind: reason != undefined ? '已驳回' : '',
           needReapply: status2 != undefined ? true : false,
         })
           .toPromise()

+ 1 - 1
src/views/statisticalReport/stockPurchaseReceiptReportList.vue

@@ -816,7 +816,7 @@ export default {
         posthandle({
           taskId: item.taskId,
           approved: status,
-          auditMind: reason != undefined ? '已驳回' : '34',
+          auditMind: reason != undefined ? '已驳回' : '',
           needReapply: status2 != undefined ? true : false,
         })
           .toPromise()

+ 1 - 1
src/views/taskManagement/tranManagementWarehouseInOutTaskAudit.vue

@@ -992,7 +992,7 @@ export default {
           woekflowhandle({
             taskId: list.taskId,
             approved: true,
-            auditMind: '34',
+            auditMind: '',
             needReapply: false
           })
             .toPromise()