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_OtherOutBill_Fast.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Fast.html" index 70c56b9..93d54f2 100644 --- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Fast.html" +++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Fast.html" @@ -1046,6 +1046,8 @@ success: function (data) { if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜� playSound1(); + //娓呯┖鏁伴噺 + $("#HQty").val(""); table.reload('wl-table', { where: { HBillID: sInterID, HBillType: '1206', sWhere: '' } }); @@ -1080,6 +1082,8 @@ success: function (data) { if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜� layer.msg(data.Message, { icon: 1, btn: ['纭'], time: 100000, title: "娓╅Θ鎻愮ず" }); + //娓呯┖鏁伴噺 + $("#HQty").val(""); table.render({ elem: '#wl-table' , url: GetWEBURL() + '/SellOut/DisBillEntryList_Webs_Json' @@ -1240,6 +1244,8 @@ } }); playSound1(); + //娓呯┖鏁伴噺 + $("#HQty").val(""); } else { playSound(); -- Gitblit v1.9.1