其他入库单、其他出库单:列表页面 列设置 在查询后失效 问题处理
2个文件已修改
2 ■■■■■ 已修改文件
WebTM/views/领料发货/其他出库/Kf_OtherOutBillList.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/验收入库/其他入库/Kf_OtherInBillList.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/领料发货/其他出库/Kf_OtherOutBillList.html
@@ -612,6 +612,7 @@
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                    url: GetWEBURL() + '/Kf_OtherOutBill/GetOtherOutBillList',
                    type: "GET",
                    async:false,
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
WebTM/views/验收入库/其他入库/Kf_OtherInBillList.html
@@ -608,6 +608,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Kf_OtherInBill/GetOtherInBill',
                    type: "GET",
                    async: false,
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },
                    success: function (data1) {
                        if (data1.count == 1) {