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