From 46de11510807648d990b3ad77354ca556da5893a Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 04 九月 2025 08:53:27 +0800 Subject: [PATCH] 1.库位变更bug --- H5/Js/Kwbg.js | 10 +++++----- H5/Kwbg.aspx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/H5/Js/Kwbg.js b/H5/Js/Kwbg.js index 8d0dd75..c1884ba 100644 --- a/H5/Js/Kwbg.js +++ b/H5/Js/Kwbg.js @@ -182,10 +182,10 @@ //}, // 澶勭悊鏁板瓧杈撳叆鐨勬柟娉曪紝闄愬埗鍙兘杈撳叆鏁板瓧鍜屽皬鏁扮偣 - handleNumberInput3(value) { - this.formData.kwbg = value.replace(/[^\d.]/g, '') // 1. 鍘婚櫎闈炴暟瀛楀拰灏忔暟鐐� - .replace(/(\..*)\./g, '$1') // 2. 绂佹澶氫釜灏忔暟鐐� - .replace(/^\./g, ''); // 3. 绂佹灏忔暟鐐瑰紑澶� - }, + //handleNumberInput3(value) { + // this.formData.kwbg = value.replace(/[^\d.]/g, '') // 1. 鍘婚櫎闈炴暟瀛楀拰灏忔暟鐐� + // .replace(/(\..*)\./g, '$1') // 2. 绂佹澶氫釜灏忔暟鐐� + // .replace(/^\./g, ''); // 3. 绂佹灏忔暟鐐瑰紑澶� + //}, } }) \ No newline at end of file diff --git a/H5/Kwbg.aspx b/H5/Kwbg.aspx index eb0411e..9ea278e 100644 --- a/H5/Kwbg.aspx +++ b/H5/Kwbg.aspx @@ -116,7 +116,7 @@ label="搴撲綅鍙樻洿" clearable placeholder="璇疯緭鍏ュ彉鏇村簱浣�" - @input="handleNumberInput3" +<%-- @input="handleNumberInput3"--%> :right-icon-size="19" v-focus.noKeyboard ></van-field> @@ -141,5 +141,5 @@ <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> <%-- JavaScript璧勬簮寮曞叆 --%> - <script src="Js/Kwbg.js?<%=121119 %>"></script> <%-- 寮曞叆BarBG.js鏂囦欢锛屽甫鐗堟湰鍙傛暟闃叉缂撳瓨 --%> + <script src="Js/Kwbg.js?<%=121120 %>"></script> <%-- 寮曞叆BarBG.js鏂囦欢锛屽甫鐗堟湰鍙傛暟闃叉缂撳瓨 --%> </asp:Content> \ No newline at end of file -- Gitblit v1.9.3