zgq
2021-02-22 a9c8d806c9ca1328365ebebad21a48848bbeed94
调拨单取消调出仓库校验
3个文件已修改
22 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/webtm.pubxml.user 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/layuiadmin/Scripts/webConfig.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/仓存管理/仓库调拨/Kf_MoveStockBill_Fast.html 8 ●●●● 补丁 | 查看 | 原始文档 | 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>02/06/2021 11:02:27</publishTime>
      <publishTime>02/21/2021 23:22:54</publishTime>
    </File>
    <File Include="layuiadmin/style/admin.css">
      <publishTime>01/14/2021 10:06:24</publishTime>
@@ -943,7 +943,7 @@
      <publishTime>01/14/2021 10:06:24</publishTime>
    </File>
    <File Include="views/home/console.html">
      <publishTime>02/05/2021 15:44:55</publishTime>
      <publishTime>02/21/2021 18:52:08</publishTime>
    </File>
    <File Include="views/home/homepage1.html">
      <publishTime>01/14/2021 10:06:24</publishTime>
@@ -1084,7 +1084,7 @@
      <publishTime>02/05/2021 14:05:30</publishTime>
    </File>
    <File Include="views/仓存管理/仓库调拨/Kf_MoveStockBill_Fast.html">
      <publishTime>02/21/2021 13:15:10</publishTime>
      <publishTime>02/21/2021 21:12:01</publishTime>
    </File>
    <File Include="views/仓存管理/仓库调拨/Kf_MoveStockBill_FastList.html">
      <publishTime>01/14/2021 10:06:24</publishTime>
WebTM/layuiadmin/Scripts/webConfig.js
@@ -1,7 +1,7 @@
function GetWEBURL() {
    //var WEBURL = "http://192.168.16.80:8011/";          //办公室服务器
    //var WEBURL = "http://124.70.129.242/WebAPI/";          //雅琪诺
    var WEBURL = "http://124.70.129.242:9090/WebAPI/";          //雅琪诺测试
    var WEBURL = "http://124.70.129.242/WebAPI/";          //雅琪诺
    //var WEBURL = "http://124.70.129.242:9090/WebAPI/";          //雅琪诺测试
    //var WEBURL = "http://localhost:8084/WebAPI/";
    //61.130.49.162:9090
    //WEBURL = "";
@@ -10,8 +10,8 @@
function GetWEBURL1() {
    //var WEBURL = 'http://192.168.16.80:8011/';           //办公室服务器
    //var WEBURL = 'http://124.70.129.242/WebAPI/';          //雅琪诺
    var WEBURL = 'http://124.70.129.242:9090/WebAPI/';          //雅琪诺测试
    var WEBURL = 'http://124.70.129.242/WebAPI/';          //雅琪诺
    //var WEBURL = 'http://124.70.129.242:9090/WebAPI/';          //雅琪诺测试
    //var WEBURL = 'http://localhost:8084/WebAPI/';
    //61.130.49.162:9090
    //WEBURL = "";
WebTM/views/²Ö´æ¹ÜÀí/²Ö¿âµ÷²¦/Kf_MoveStockBill_Fast.html
@@ -693,10 +693,10 @@
                    layer.msg("调入仓库、仓位不能和调出仓库、仓位都相同!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                    return false;
                }
                if ($("#HSCWHNAME").val() == '') {
                    layer.msg("调出仓库没有选择!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                    return false;
                }
                //if ($("#HSCWHNAME").val() == '') {
                //    layer.msg("调出仓库没有选择!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                //    return false;
                //}
                if ($("#HBillNo").val() == '') {
                    layer.msg("错误的单据号!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                    return false;