FengChaoYu 3 rokov pred
rodič
commit
bf127bbbb7

+ 2 - 1
src/views/supply/engin/components/home_form.vue

@@ -932,12 +932,13 @@ export default {
         pageNum: this.currentPage,
         pageSize: 10,
         saleId: this.mainForm.saleType,
+        billType: 'HOME',
         materialCode: this.goodsScreenForm.proNum,
         materialName: this.goodsScreenForm.proName,
         specification: this.goodsScreenForm.proModel,
         price1: this.goodsScreenForm.price1,
         price2: this.goodsScreenForm.price2,
-            customerId:this.listItem ?this.listItem.customerId :'' ,
+        customerId:this.listItem ?this.listItem.customerId :'' ,
       }).then(res => {
         let oldGoodsList = this.goodsList;
         let newGoodsList = res.data.records;