Browse Source

修改检斤

mxx 3 years ago
parent
commit
6460fa5b40
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/houseSelfCollect/weightCheck.vue

+ 4 - 3
src/views/houseSelfCollect/weightCheck.vue

@@ -224,7 +224,7 @@
         paramType: '1',
         warehouseName: '',
         result1: '00',
-        allowEdit:0
+        allowEdit:0,
       }
     },
     activated() {
@@ -288,10 +288,11 @@
         getweighingList({
             compId: sessionStorage.getItem('ws-pf_compId'),
             currentPage: this.currentPage,
-            pageSize: 100,
+            pageSize: this.pageSize,
             searchKeyWord: '',
             warehouseName: sessionStorage.getItem('ck'),
-            managementType: 1
+            managementType: 1,
+            viewFlag:'1'
           })
           .toPromise()
           .then((response) => {