From d20f51230dd329ccf847f01d9aa8092faeaa075e Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期六, 02 八月 2025 16:46:28 +0800 Subject: [PATCH] 修改问题 --- Pda/View/SoSetting/palletOut.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pda/View/SoSetting/palletOut.html b/Pda/View/SoSetting/palletOut.html index 2675d52..5758be0 100644 --- a/Pda/View/SoSetting/palletOut.html +++ b/Pda/View/SoSetting/palletOut.html @@ -61,16 +61,16 @@ <label class="layui-form-label">鎵樼洏鍨涙暟锛�</label> <div class="layui-input-block"> <input id="STOCKCODE" type="number" lay-verify="stock" placeholder="鎵樼洏鍨涙暟" - autocomplete="off" class="layui-input" oninput="value=value.replace(/^(0+)|[^\d]+/g,'')"> + autocomplete="off" class="layui-input" oninput="value=value.replace(/^(0+)|[^\d]+/g,'')" value="1" disabled> </div> </div> <div id="layout-bill" class="layui-form-item layout-dropdownlist" > - <label class="layui-form-label">鍑哄簱鍙o細</label> + <label class="layui-form-label">鍑哄簱浣嶇疆锛�</label> <div class="layui-input-block" id="selectDiv"> <select id="bar" lay-filter="getbar" lay-verify="required" lay-search> <option value=""></option> - <option value="17">17</option> - <option value="18">18</option> + <option value="B080101">B080101</option> + <option value="B080102">B080102</option> </select> <!-- <img src="/assets/down_arraw.png" > --> </div> @@ -104,7 +104,7 @@ // } function clear(){ - $("#STOCKCODE").val(""); + $("#STOCKCODE").val("1"); $("#bar option[value='']").attr("selected", "selected"); form.render('select'); } -- Gitblit v1.8.0