| | |
| | | <button type="button" lay-submit="" class="layui-btn" lay-filter="QueDin">ç¡®å®</button> |
| | | </div> |
| | | </div> |
| | | <div class="layui-row"> |
| | | <div class="layui-col-xs3"> |
| | | <label class="layui-form-label" style="width:40px;padding-left:0px;">æ°é</label> |
| | | </div> |
| | | <div class="layui-col-xs8"> |
| | | <input type="text" name="HQty" id="HQty" lay-verify="HQty" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="layui-tab layui-col-xs12" lay-filter="tab-Kf_EntrustInBill"> |
| | | <ul class="layui-tab-title" lay-filter="tab-all"> |
| | |
| | | <div class="layui-row"> |
| | | <div class="layui-col-xs12"> |
| | | <div class="layui-form-item" style="padding:0px;margin:0px"> |
| | | <div class="layui-row"> |
| | | <!--<div class="layui-row"> |
| | | <div class="layui-col-xs3"> |
| | | <label class="layui-form-label" style="width:40px;padding-left:0px;">æ°é</label> |
| | | </div> |
| | | <div class="layui-col-xs8"> |
| | | <input type="text" name="HQty" id="HQty" lay-verify="HQty" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | </div>--> |
| | | </div> |
| | | <table class="layui-hide" id="wl-table" lay-filter="wl-table"></table> |
| | | </div> |
| | |
| | | form.on('submit(Cancel)', function () { |
| | | Flag = false; |
| | | layer.confirm('æ¨ç¡®å®è¦éåºåï¼', { icon: 3, title: 'æç¤º' }, function (index) { |
| | | window.close(); |
| | | parent.location.href = "../../../views/index_Mobile.html"; |
| | | }); |
| | | }) |
| | | |
| | |
| | | |
| | | //æ«æ¡ç |
| | | $('#HBarCode').on('keydown', function (event) { |
| | | if (sQty == "") { |
| | | sQty = 0; |
| | | } |
| | | //if (sQty == "") { |
| | | // sQty = 0; |
| | | //} |
| | | if (event.keyCode == 13) { |
| | | GetMeesageByBarCode |
| | | GetMeesageByBarCode(); |
| | | } |
| | | }); |
| | | //ç¡®å® |
| | |
| | | if (sQty != "") { |
| | | $('#HQty').val(""); |
| | | } |
| | | if (sQty == "") { |
| | | sQty = 0; |
| | | } |
| | | |
| | | $.ajax({ |
| | | //url: "http://61.130.49.162:9090/WMSAPI///Kf_EntrustInBill/get_CheckTypeByBarCode_Json", |
| | | url: GetWEBURL() + "/Kf_EntrustInBill/get_CheckTypeByBarCode_Json", |
| | |
| | | layer.closeAll("loading"); |
| | | } |
| | | }); |
| | | //æ¸
空æ°é |
| | | $("#HQty").val(""); |
| | | } |
| | | else { |
| | | // $("#verifycode").click(); |