From cab6003893f349472b6acd5073cd9709dee6c48f Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 20 十月 2025 10:28:46 +0800
Subject: [PATCH] 核磅提交的清空核磅重量,保留叉车盘重量

---
 pages/wareHouse/nuclearScale/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/pages/wareHouse/nuclearScale/index.vue b/pages/wareHouse/nuclearScale/index.vue
index 01b5619..052425b 100644
--- a/pages/wareHouse/nuclearScale/index.vue
+++ b/pages/wareHouse/nuclearScale/index.vue
@@ -443,11 +443,10 @@
         .then((res) => {
           this.$u.toast("鎻愪氦鎴愬姛");
           this.ScanCodeRecord = [];
-          if (this.form.productTypeMap == "DT01") {
+          // if (this.form.productTypeMap == "DT01") {
             this.modalList = {
               verificationWeight: "",
-              forkliftWeight: "",
-            };
+            // };
           }
         })
         .catch((err) => {

--
Gitblit v1.9.3