莫绍宝 преди 3 години
родител
ревизия
d84631070b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/supply/sales/components/sales_return_form.vue

+ 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;