Pārlūkot izejas kodu

【修改】bug

莫绍宝 3 gadi atpakaļ
vecāks
revīzija
d84631070b

+ 1 - 1
src/views/supply/sales/components/sales_return_form.vue

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