FengChaoYu 3 anos atrás
pai
commit
bf127bbbb7
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/supply/engin/components/home_form.vue

+ 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;