From 01bb4cc6da9641e41d24f6ac7dea6e84cb8ba768 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期六, 01 四月 2023 10:48:31 +0800
Subject: [PATCH] 便捷方式,扫码模板,条码生成、列表,工序出站

---
 WebTM/views/验收入库/其他入库/Kf_OtherInBill_Fast.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html"
index 09ea7e1..eaafb56 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html"
@@ -39,7 +39,7 @@
                                 <div class="layui-col-xs3">
                                     <label class="layui-form-label" style="width:40px;padding-left:0px;">鏁伴噺</label>
                                 </div>
-                                <div class="layui-col-xs8">
+                                <div class="layui-col-xs5">
                                     <input type="text" name="HQty" id="HQty" lay-verify="HQty" autocomplete="off" class="layui-input">
                                 </div>
                             </div>
@@ -1224,6 +1224,8 @@
                                     layer.closeAll("loading");
                                 }
                             });
+                            //娓呯┖鏁伴噺
+                            $("#HQty").val("");
                         }
                         else {
                             // $("#verifycode").click();

--
Gitblit v1.9.1