From d4bf35dbc5fc582d23c1a371bfc48a75864653ed Mon Sep 17 00:00:00 2001
From: jt <jt@activesoft.com.cn>
Date: 星期二, 15 八月 2023 16:28:50 +0800
Subject: [PATCH] 文本框判断是数值类型的改为number

---
 unpackage/dist/dev/app-plus/app-view.js |   40 ++++++++++++++++++++++++++++++++++------
 1 files changed, 34 insertions(+), 6 deletions(-)

diff --git a/unpackage/dist/dev/app-plus/app-view.js b/unpackage/dist/dev/app-plus/app-view.js
index 0d667b8..53440a0 100644
--- a/unpackage/dist/dev/app-plus/app-view.js
+++ b/unpackage/dist/dev/app-plus/app-view.js
@@ -2831,7 +2831,10 @@
                                               "s"
                                             ),
                                             attrs: {
-                                              type: "text",
+                                              type: _vm._$g(
+                                                "18-" + $30 + "-" + $31,
+                                                "a-type"
+                                              ),
                                               value: _vm._$g(
                                                 "18-" + $30 + "-" + $31,
                                                 "a-value"
@@ -3121,7 +3124,10 @@
                                               "s"
                                             ),
                                             attrs: {
-                                              type: "text",
+                                              type: _vm._$g(
+                                                "29-" + $30 + "-" + $31,
+                                                "a-type"
+                                              ),
                                               value: _vm._$g(
                                                 "29-" + $30 + "-" + $31,
                                                 "a-value"
@@ -6270,7 +6276,10 @@
                                               "s"
                                             ),
                                             attrs: {
-                                              type: "text",
+                                              type: _vm._$g(
+                                                "18-" + $30 + "-" + $31,
+                                                "a-type"
+                                              ),
                                               value: _vm._$g(
                                                 "18-" + $30 + "-" + $31,
                                                 "a-value"
@@ -6441,7 +6450,10 @@
                                               "s"
                                             ),
                                             attrs: {
-                                              type: "text",
+                                              type: _vm._$g(
+                                                "24-" + $30 + "-" + $31,
+                                                "a-type"
+                                              ),
                                               value: _vm._$g(
                                                 "24-" + $30 + "-" + $31,
                                                 "a-value"
@@ -9004,7 +9016,15 @@
                                                           "s"
                                                         ),
                                                         attrs: {
-                                                          type: "text",
+                                                          type: _vm._$g(
+                                                            "161-" +
+                                                              $32 +
+                                                              "-" +
+                                                              $33 +
+                                                              "-" +
+                                                              $34,
+                                                            "a-type"
+                                                          ),
                                                           value: _vm._$g(
                                                             "161-" +
                                                               $32 +
@@ -9405,7 +9425,15 @@
                                                           "s"
                                                         ),
                                                         attrs: {
-                                                          type: "text",
+                                                          type: _vm._$g(
+                                                            "167-" +
+                                                              $32 +
+                                                              "-" +
+                                                              $33 +
+                                                              "-" +
+                                                              $34,
+                                                            "a-type"
+                                                          ),
                                                           value: _vm._$g(
                                                             "167-" +
                                                               $32 +

--
Gitblit v1.9.1