zgq
2021-03-12 01ff8d14360229b70e9954ff546a9101343d7012
修改不扫mes仓库报错问题
3个文件已修改
47 ■■■■■ 已修改文件
WebTM/Properties/PublishProfiles/webtm.pubxml.user 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/仓存管理/仓库调拨/Cc_LookingForReturnBill.html 37 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/验收入库/产品入库/Kf_ProductInBill_Fast.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/webtm.pubxml.user
@@ -583,7 +583,7 @@
      <publishTime>01/14/2021 10:06:23</publishTime>
    </File>
    <File Include="layuiadmin/Scripts/webConfig.js">
      <publishTime>03/10/2021 19:45:42</publishTime>
      <publishTime>03/12/2021 10:08:30</publishTime>
    </File>
    <File Include="layuiadmin/style/admin.css">
      <publishTime>01/14/2021 10:06:24</publishTime>
@@ -1081,7 +1081,7 @@
      <publishTime>02/26/2021 21:06:26</publishTime>
    </File>
    <File Include="views/仓存管理/仓库调拨/Cc_LookingForReturnBill.html">
      <publishTime>03/09/2021 21:11:23</publishTime>
      <publishTime>03/12/2021 10:08:10</publishTime>
    </File>
    <File Include="views/仓存管理/仓库调拨/Cc_LookingForReturnBillList.html">
      <publishTime>02/23/2021 11:59:48</publishTime>
@@ -1249,7 +1249,7 @@
      <publishTime>01/14/2021 10:06:24</publishTime>
    </File>
    <File Include="views/验收入库/产品入库/Kf_ProductInBill_Fast.html">
      <publishTime>03/10/2021 19:28:30</publishTime>
      <publishTime>03/11/2021 09:29:14</publishTime>
    </File>
    <File Include="views/验收入库/产品入库/Kf_ProductInBill_FastList.html">
      <publishTime>01/14/2021 10:06:24</publishTime>
WebTM/views/²Ö´æ¹ÜÀí/²Ö¿âµ÷²¦/Cc_LookingForReturnBill.html
@@ -234,6 +234,7 @@
                , page: true
                //, height: 256
                , cellMinWidth: 90
                , limit: 500
                , cols: [[
                    { type: 'numbers', title: '序号' }
                    , { field: 'HIsStatus', title: '是否扫码', hide: true }
@@ -666,22 +667,22 @@
                                $("#HWHID").val(result.data[0].HWHID);
                                $("#HWHName").val(result.data[0].HWhName);
                                //启用mes仓位,根据老仓库转换成新仓库
                                $.ajax({
                                    url: GetWEBURL() + "/LookingFor/GetSpNameMES_Json",
                                    type: "GET",
                                    data: { "HERPWHID": $("#HWHID").val() },
                                    success: function (result) {
                                        if (result.count == 1) {
                                            $("#HWhID").val(result.data[0].HMESWHID);
                                            $("#HWHName").val(result.data[0].HMESWHNAME);
                                            $("#HBarCode").focus();
                                        }
                                        else {
                                            layer.msg(result.Message, { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                                        }
                                        layer.closeAll("loading");
                                    }
                                });
                                //$.ajax({
                                //    url: GetWEBURL() + "/LookingFor/GetSpNameMES_Json",
                                //    type: "GET",
                                //    data: { "HERPWHID": $("#HWHID").val() },
                                //    success: function (result) {
                                //        if (result.count == 1) {
                                //            $("#HWhID").val(result.data[0].HMESWHID);
                                //            $("#HWHName").val(result.data[0].HMESWHNAME);
                                //            $("#HBarCode").focus();
                                //        }
                                //        else {
                                //            layer.msg(result.Message, { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                                //        }
                                //        layer.closeAll("loading");
                                //    }
                                //});
                            }
                            else {
                                layer.msg(result.Message, { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
@@ -716,6 +717,10 @@
                }
            });
        //以上为layui模块
        });
        //返回仓库
WebTM/views/ÑéÊÕÈë¿â/²úÆ·Èë¿â/Kf_ProductInBill_Fast.html
@@ -568,6 +568,10 @@
                    layer.msg("请扫MES库位码!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                    return;
                }
                else
                {
                    $("#HExplanation").val($("#HWHNAME").val());
                }
            }
            var sMainStr = JSON.stringify(data.field);
            var sSubStr = table.cache['wl-table'];