|
|
@ -505,7 +505,7 @@ |
|
|
|
commodityInput(row) { |
|
|
|
console.log("commodityInput》》》》", row) |
|
|
|
this.commodityQuery.params.name = row.goodsSpuName |
|
|
|
this.commodityQuery.params.busrepairBillsid = row.sitemSid |
|
|
|
this.commodityQuery.params.busrepairBillsid = row.sourceBillSid |
|
|
|
this.commodityLoading = true |
|
|
|
req.getGoodsListPage(this.commodityQuery).then((response) => { |
|
|
|
if (response.success) { |
|
|
@ -548,6 +548,8 @@ |
|
|
|
addGoods(row) { |
|
|
|
|
|
|
|
var goods = { |
|
|
|
"sourceBillNo": row.sourceBillNo, |
|
|
|
"sourceBillSid": row.sourceBillSid, |
|
|
|
"sitemSid": row.serviceItemSid, |
|
|
|
'serviceItem': row.serviceItem, |
|
|
|
"inventorySid": "", |
|
|
|