From d6ceb8dcb521b007319710728fe464b5e7019316 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 04 十一月 2025 13:14:13 +0800
Subject: [PATCH] 核磅录入导体提交

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

diff --git a/pages/wareHouse/nuclearScale/index.vue b/pages/wareHouse/nuclearScale/index.vue
index b3e7fba..ef48e0d 100644
--- a/pages/wareHouse/nuclearScale/index.vue
+++ b/pages/wareHouse/nuclearScale/index.vue
@@ -403,11 +403,12 @@
       switch (this.form.productType) {
         case "DT01":
           if (magnetic >= -3 && magnetic <= 3) {
+            let that = this;
             uni.showModal({
               title: "鎻愮ず",
               content: "纾呭樊:" + magnetic + "锛屾槸鍚︾‘璁ゆ彁浜わ紵",
               success: function (res) {
-                  this.allSubmit();
+                  that.allSubmit();
               },
             });
           } else {
@@ -425,6 +426,7 @@
       }
     },
     allSubmit() {
+      console.log("杩涙潵浜�", this.ScanCodeRecord);
       this.ScanCodeRecord.forEach((item) => {
         item.batchNo = item.outBatchNo;
       });

--
Gitblit v1.9.3