llj
2 天以前 9216c7f439cd2c689b669b9793f62712e1b506ba
小卫问题修复
3个文件已修改
23 ■■■■■ 已修改文件
WebTM/layuiadmin/Scripts/webConfig.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/Add_Edit_Gy_CheckItem.html 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/检验方案单/QC_Add_CheckProject.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/layuiadmin/Scripts/webConfig.js
@@ -5,13 +5,13 @@
    /*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:81/API/";            // é™ˆé•å“²æœ¬åœ°é…ç½®*/
     /*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/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Add_Edit_Gy_CheckItem.html
@@ -130,11 +130,16 @@
                                            </div>
                                            <div class="layui-inline">
                                                <label class="layui-form-label">检验方法</label>
                                                <div class="layui-input-inline">
                                                    <input type="text" name="HInspectMethodName" id="HInspectMethodName" class="layui-input" value="" style="float:left;width:150px;">
                                                    <input type="hidden" name="HInspectMethodID" id="HInspectMethodID" class="layui-input" value="0" style="float:left;width:150px;">
                                                    <button type="button" lay-submit="" class="layui-btn layuiadmin-btn-order" lay-filter="HbtnInspectMethod" style="width:40px;">
                                                        <i class="layui-icon layui-icon-search layuiadmin-button-btn" style="margin-left:-9px;"></i>
                                                <div class="layui-input-inline" style="position: relative; width: 300px;">
                                                    <textarea name="HInspectMethodName" id="HInspectMethodName"
                                                              class="layui-textarea"
                                                              style="width: 100%; height: 80px; resize: vertical; padding-right: 45px;"></textarea>
                                                    <input type="hidden" name="HInspectMethodID" id="HInspectMethodID" value="0">
                                                    <button type="button" lay-submit=""
                                                            class="layui-btn layuiadmin-btn-order"
                                                            lay-filter="HbtnInspectMethod"
                                                            style="position: absolute; right: 0; top: 0; width: 40px; height: 30px; padding: 0;">
                                                        <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i>
                                                    </button>
                                                </div>
                                            </div>
WebTM/views/ÖÊÁ¿¹ÜÀí/¼ìÑé·½°¸µ¥/QC_Add_CheckProject.html
@@ -883,7 +883,7 @@
                                            HSampleSchemeName: checkStatus.data[0].抽样方案,
                                            HAnalysisMethod: checkStatus.data[0].分析方法,
                                        });
                                        OptionData[0] = obj.data;
                                        OptionData = checkStatus.data;
                                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                                    }
                                    else {
@@ -924,7 +924,7 @@
                                            "HQCCheckItemID": OptionData[0].HItemID
                                            , "HQCCheckItemNumber": OptionData[0].代码
                                            , "HQCCheckItemName": OptionData[0].名称
                                            , "HInspectBasisID": OptionData[0].检验依据
                                            , "HInspectBasisID": OptionData[0].检验依据ID
                                            , "HInspectBasisName": OptionData[0].检验依据
                                            , "HInspectMethodID": OptionData[0].检验方法ID
                                            , "HInspectMethodName": OptionData[0].检验方法