From 5c1a553b74b8e4031ff5e6b1ff87dd99ddb3a033 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 23 十月 2025 16:43:56 +0800
Subject: [PATCH] 核磅录入提交弹框点击的输入调起数字键盘

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

diff --git a/pages/wareHouse/nuclearScale/index.vue b/pages/wareHouse/nuclearScale/index.vue
index 01b5619..f1ae0b5 100644
--- a/pages/wareHouse/nuclearScale/index.vue
+++ b/pages/wareHouse/nuclearScale/index.vue
@@ -204,6 +204,7 @@
               </view>
               <view class="packing-registration-param-item-right">
                 <u-input
+                type="number"
                   class="item-one item-two"
                   v-model="modalList.verificationWeight"
                 />
@@ -215,6 +216,7 @@
               </view>
               <view class="packing-registration-param-item-right">
                 <u-input
+                type="number"
                   class="item-one item-two"
                   v-model="modalList.forkliftWeight"
                 />
@@ -443,11 +445,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