FengChaoYu před 3 roky
rodič
revize
bf127bbbb7
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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;