From a7231fe7bad424604cd698cffc9cbf3c345b4d08 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 13 一月 2026 13:58:38 +0800
Subject: [PATCH] 核磅录入铜杆提交时报错信息弹框展示
---
pages/product/report/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pages/product/report/index.vue b/pages/product/report/index.vue
index 34b249c..2b98391 100644
--- a/pages/product/report/index.vue
+++ b/pages/product/report/index.vue
@@ -697,6 +697,7 @@
if (valid) {
const copperList = {};
+ copperList.wdr = val.PT;
copperList.outBatchNo = val.BN;
copperList.partNo = val.PN;
copperList.weighingClerk = val.WC;
--
Gitblit v1.9.3