소스 검색

【修改】bug

莫绍宝 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;