Pārlūkot izejas kodu

添加managementType 质检、检斤

mxx 3 gadi atpakaļ
vecāks
revīzija
a071b815f3

+ 2 - 1
src/views/houseSelfCollect/inspectInfo.vue

@@ -589,7 +589,8 @@
           })
         //客户
         getcustomer({
-            compId: sessionStorage.getItem('ws-pf_compId')
+            compId: sessionStorage.getItem('ws-pf_compId'),
+            authenticationStatusKey:7
           })
           .toPromise()
           .then((response) => {

+ 2 - 0
src/views/houseSelfCollect/inspectionManagement.vue

@@ -249,6 +249,8 @@ export default {
         pageSize: this.pageSize,
         searchKeyWord: (this.searchKeyWord).toUpperCase(),
         warehouseName: this.warehouseName,
+        managementType:1
+        
       })
         .toPromise()
         .then((response) => {

+ 1 - 0
src/views/houseSelfCollect/weighingManagement.vue

@@ -253,6 +253,7 @@ export default {
         pageSize: this.pageSize,
         searchKeyWord: this.searchKeyWord,
         warehouseName: this.warehouseName,
+        managementType:1
       })
         .toPromise()
         .then((response) => {