From e1a8b0fd6df475410343f76540f94c607fdcd7bd Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Tue, 30 Sep 2025 14:43:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E5=A4=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outsourcing-return/outsourcingReturnPDAIssueList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/outsourcing-return/outsourcingReturnPDAIssueList.vue b/src/views/modules/outsourcing-return/outsourcingReturnPDAIssueList.vue index ebf3829..d8359a7 100644 --- a/src/views/modules/outsourcing-return/outsourcingReturnPDAIssueList.vue +++ b/src/views/modules/outsourcing-return/outsourcingReturnPDAIssueList.vue @@ -45,7 +45,7 @@
-
所需退量
+
可退数量
{{ unissureQty }}
@@ -399,6 +399,7 @@ export default { releaseNo: this.itemNo.releaseNo, ifsReversedQty: this.qtyReversed, issueQty: this.quantity, + allQty: this.unissureQty, // 退料标签列表 selectedMaterials: this.labelList.map((label,index) => ({ labelCode: label.labelCode,