Kaynağa Gözat

修改检斤

mxx 3 yıl önce
ebeveyn
işleme
6460fa5b40
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  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) => {