llj
2025-08-07 e06cd5ec9da5108327ba08aaf3679c831fb853ca
价目表新增审核按钮无效修理bug
2个文件已修改
8 ■■■■ 已修改文件
WebTM/layuiadmin/Scripts/webConfig.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/基础资料/Gy_MatePriceEdit.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/layuiadmin/Scripts/webConfig.js
@@ -5,13 +5,13 @@
    //var WEBURL = "http://61.164.86.218:8099/ABAPI/";
    // var WEBURL = "http://localhost/API/";             //颜晓军本地配置
    //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //杨乐本地配置
    var WEBURL = "http://localhost:8082/API/";    //杜贺本地配置
   // var WEBURL = "http://localhost:8082/API/";    //杜贺本地配置
    //var WEBURL = "http://localhost:8082/API/";    //张瑞广本地配置
    //var WEBURL = "http://localhost:81/API/"    //翁涛涛本地配置
    //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //杨乐本地配置
    //var WEBURL = "http://47.96.97.237/API/";          //智云服务器
   /* var WEBURL = "http://localhost:8082/LuBaoAPI/";  //余思杰本地配置*/
    //var WEBURL = "http://localhost:8082/LuBaoAPI/";  //李林俊本地配置*/
    var WEBURL = "http://localhost:8082/LuBaoAPI/";  //李林俊本地配置*/
    //var WEBURL = "http://localhost:8088/ARAPI/";      //余思杰本地配置(安瑞)
    //var WEBURL = "http://61.164.86.218:8099/ABAPI/";  //奥邦
    //var WEBURL = "http://10.1.4.155/API/";            //江丰客户NEW
WebTM/views/»ù´¡×ÊÁÏ/»ù´¡×ÊÁÏ/Gy_MatePriceEdit.html
@@ -239,6 +239,7 @@
                                    </div>
                                </div>
                        </div>
                            </div>
                    </form>
                </div>
            </div>
@@ -308,6 +309,8 @@
        else {
            layer.alert("未知操作类型!", { icon: 5 });
        }
        //#region è§¦å‘事件:包括form.on(){}格式的所有点击事件、选择事件等
@@ -502,6 +505,7 @@
                success: function (data) {
                    if (data.count == 1) {
                        $('#Saver').addClass("layui-btn-disabled").attr("disabled", true);
                        linterid = data.data;
                        layer.close(index);
                        layer.msg("提交成功");
                    }