From 1b6a6f5c19816304de054cf4a7f75c7039eeed5d Mon Sep 17 00:00:00 2001 From: yueli Date: Fri, 18 Sep 2026 10:15:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(return):=20=E8=BF=98=E5=BA=93=E7=AD=BE?= =?UTF-8?q?=E5=90=8D=E6=96=87=E6=A1=88=E7=BB=9F=E4=B8=80=E4=B8=BA=E3=80=8C?= =?UTF-8?q?=E9=A2=86=E7=94=A8=E4=BA=BA=E3=80=8D=EF=BC=8C=E6=B6=88=E9=99=A4?= =?UTF-8?q?=E4=B8=8E=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98=E7=9A=84=E5=8F=A3?= =?UTF-8?q?=E5=BE=84=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 同一签名位的四处文案不一致:页面标题(第 7 行)写「领用人签字」, 而正文提示(125 行)与校验报错(391 行)写「库管员」、占位文案 (158 行)写「库管签名」,用户无法判断该谁签。 全部统一为「领用人」。其中第 125 行原为「签字确认入库」,与本节 分节标题「还库确认」自身矛盾,一并改为「签字确认还库」。 --- inventory-web/src/views/transaction/return.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory-web/src/views/transaction/return.vue b/inventory-web/src/views/transaction/return.vue index 3d58d7f..18fe9ac 100644 --- a/inventory-web/src/views/transaction/return.vue +++ b/inventory-web/src/views/transaction/return.vue @@ -122,7 +122,7 @@ 还库确认
- 请库管员在此签字确认入库: + 请领用人在此签字确认还库:
@@ -155,7 +155,7 @@
- 点击此处进行库管签名 + 点击此处进行领用人签名
@@ -388,7 +388,7 @@ const preSubmitCheck = async () => { if (returnList.value.length === 0) return if (!signatureFile.value) { - ElMessage.error('库管必须签字确认') + ElMessage.error('领用人必须签字确认') return }