asd26269546 2 年之前
父節點
當前提交
f9d36d9f4d

+ 9 - 9
src/view/index/schedule/contract-modal.vue

@@ -266,15 +266,15 @@ export default {
       this.getList()
     },
     getList () {
-      GetFacPricePageList({
-        ...this.params,
-        materialCode: this.data.materialCode
-      }).then(res => {
-        if (res.code === 0) {
-          this.gysData = res.result.list
-          this.params.total = res.result.totalCount
-        }
-      })
+      // GetFacPricePageList({
+      //   ...this.params,
+      //   materialCode: this.data.materialCode
+      // }).then(res => {
+      //   if (res.code === 0) {
+      //     this.gysData = res.result.list
+      //     this.params.total = res.result.totalCount
+      //   }
+      // })
     }
   }
 }

+ 0 - 5
src/view/store-out-manage/store-out-record/store-out-record.vue

@@ -307,18 +307,13 @@ export default {
       })
     },
     getList () {
-
-      
-
       this.$post('/api/storage-restructure/contractDetails/outPage',  {...this.params})
         .then((res) => {
-          
           this.data = res.data.records
           this.params.total = res.data.total
         })
       this.$post('/api/storage-restructure/contractDetails/outStatistics',  {...this.params})
         .then((res) => {
-          
           this.tableFilter[6].text = '出库总数量:' + res.data.sum || 0
           this.tableFilter[7].text = '出库件数:' + res.data.count || 0
         })