From fc6d683ae422621f8de0bd57f479e8b333a43e2c Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Thu, 9 Oct 2025 15:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BE=BE=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/recv/recv.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/recv/recv.vue b/src/views/modules/recv/recv.vue index c798e17..4278e0a 100644 --- a/src/views/modules/recv/recv.vue +++ b/src/views/modules/recv/recv.vue @@ -28,7 +28,7 @@ {{ poDetail.partNo }} - {{ poDetail.lineNo }}/{{ poDetail.wdr || '*' }} + {{ poDetail.lineNo }}/{{ poDetail.releaseNo }} @@ -174,7 +174,7 @@ export default { return `hu_${this.recvItem.poNumber}_${this.recvItem.lineNo}`; }, displayLineWdr() { - return `${this.recvItem.lineNo || ''}/${this.recvItem.wdr || '*'}`; + return `${this.recvItem.lineNo || ''}/${this.recvItem.releaseNo}`; } }, methods: {