|
@@ -379,7 +379,7 @@ export default {
|
|
specification: this.screenForm.model,
|
|
specification: this.screenForm.model,
|
|
}).then(res => {
|
|
}).then(res => {
|
|
res.data.records.forEach(item => {
|
|
res.data.records.forEach(item => {
|
|
- item.invoiceNum = '-' + item.invoiceNum;
|
|
|
|
|
|
+ item.invoiceNum = '-' + item.refundableQty;
|
|
})
|
|
})
|
|
let oldGoodsList = this.goodsList;
|
|
let oldGoodsList = this.goodsList;
|
|
let newGoodsList = res.data.records;
|
|
let newGoodsList = res.data.records;
|