gjy 3 years ago
parent
commit
79794686db

+ 1 - 1
src/views/houseSelfCollect/weightCheck.vue

@@ -385,6 +385,7 @@
             //     response.records[i].allow = 1
             //   }
             // }
+            
             this.weighingList = response.records
             this.common.commonWeighingList = response.records
             this.makeData();
@@ -463,7 +464,6 @@
           }
 
         } else {
-          debugger
           this.index = 1
           this.carList = this.pList
           this.carList1 = this.pList

+ 3 - 0
src/views/platformaudit/driverreview.vue

@@ -170,6 +170,9 @@
     driverList,
     getDriver,
   } from '@/model/platformaudit/index'
+   import {
+    workflowcontent
+  } from '@/model/houseSelfCollect/index'
   import Pagination from '@/components/Pagination'
   import {
     provinceAndCityData,

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

@@ -616,7 +616,7 @@ export default {
         })
           .toPromise()
           .then((response) => {
-            workflowcontent({workflowId:item.workflowId,businessKey:item.id,type:'汽运结算报表'}).toPromise()
+            workflowcontent({workflowId:item.workflowId,businessKey:item.id,type:'销售出库报表'}).toPromise()
             .then((response1) => {
                this.audit(this.modification[index + 1], index + 1, status)
             })