1.仓库管理下属模块,单据编辑界面,选择基础资料的 全部改为 基础资料列表 的方式
2.网页版:项目管理、质量管理 全部模块, 选择F7和按钮 基础资料的弹框, 全部改为 基础资料列表 的方式
13个文件已修改
2404 ■■■■ 已修改文件
WebTM/layuiadmin/Scripts/webConfig.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/品质管理/客诉处理/Crm_CustomerAppealBill_KaiBei.html 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/Add_Edit_Gy_CheckItem.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/生产工序管理/增加不良评审单/QC_Add_NoPassProdCheckBill.html 1972 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/生产管理/异常反馈单/Sc_Add_MESExecptFeedBackBillList.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/产品入库检验单/QC_LastPieceCheckBill.html 44 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/出厂检验单/QC_OutCompCheckBill.html 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/巡检记录单/QC_Add_Edit_PatrolProcCheckBill.html 164 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/工序检验单/QC_ProcessCheckBill.html 46 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/来料检验单/QC_Add_Edit_POStockInCheckBillList.html 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/检验方案单/QC_Add_CheckProject.html 44 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/检验方案单/QC_CheckProjectList.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/首件检验单/QC_Add_Edit_FirstPieceCheckBill.html 50 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/layuiadmin/Scripts/webConfig.js
@@ -3,10 +3,11 @@
    //var WEBURL = "http://192.168.16.80:8011/";          //办公室服务器
    //var WEBURL = "http://localhost:8081/SWEAPI/";       //ch本地*/
    //var WEBURL = "http://61.164.86.218:8099/ABAPI/";
    var WEBURL = "http://localhost/API/";             //颜晓军本地配置
    //var WEBURL = "http://localhost/API/";             //颜晓军本地配置
    //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //杨乐本地配置
    //var WEBURL = "http://localhost:8082/API/";    //杜贺本地配置
    //var WEBURL = "http://localhost:8083/API/";  //陈雯静本地配置
     var WEBURL = "http://localhost:8082/API/";    //张瑞广本地配置
    //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //余思杰本地配置
    //var WEBURL = "http://localhost:8088/ARAPI/";    //余思杰本地配置(安瑞)
    //var WEBURL = "http://10.1.4.155/API/";   //江丰客户NEW
WebTM/views/Æ·ÖʹÜÀí/¿ÍËß´¦Àí/Crm_CustomerAppealBill_KaiBei.html
@@ -980,7 +980,7 @@
                , area: ['90%', '90%']//大小
                , title: '产品列表'//标题
                , shift: 2//弹出动画
                , content: ['../../Baseset/基础资料/Gy_MaterialList.html', 'yes']
                , content: ['../../基础资料/公用基础资料/Gy_Material.html', 'yes']
                , btn: ['确定', '取消']
                , btn1: function (index, layero) {//按钮【按钮一】的回调
                    var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -990,11 +990,11 @@
                    }
                    //获取数据
                    $("#HMaterID").val(checkStatus.data[0].HItemID);//产品内码
                    $("#HMaterNumber1").val(checkStatus.data[0].HNumber);//产品代码
                    $("#HMaterName").val(checkStatus.data[0].HName);//产品名称
                    $("#HMaterModel").val(checkStatus.data[0].HModel);
                    $("#HMaterNumber1").val(checkStatus.data[0].物料代码);//产品代码
                    $("#HMaterName").val(checkStatus.data[0].物料名称);//产品名称
                    $("#HMaterModel").val(checkStatus.data[0].规格型号);
                    $("#HUnitID").val(checkStatus.data[0].HUnitID);
                    $("#HUnitName").val(checkStatus.data[0].HUnitName);
                    $("#HUnitName").val(checkStatus.data[0].计量单位名称);
                    var HMaterID = checkStatus.data[0].HItemID;
                    getMaterTypeByID(HMaterID);
@@ -1013,7 +1013,7 @@
                , area: ['90%', '90%']//大小
                , title: '员工表'//标题
                , shift: 2//弹出动画
                , content: ['../../Baseset/基础资料/Gy_EmployeeList.html', 'yes']
                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                , btn: ['确定', '取消']
                , btn1: function (index, layero) {//按钮【按钮一】的回调
                    var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -1023,7 +1023,7 @@
                    }
                    //获取数据
                    $("#HManager").val(checkStatus.data[0].HItemID);//客户id
                    $("#HManagerName").val(checkStatus.data[0].HName);//客户名称
                    $("#HManagerName").val(checkStatus.data[0].职员名称);//客户名称
                    layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                }
                , btn2: function (index, layero) { }
@@ -1039,7 +1039,7 @@
                , area: ['90%', '90%']//大小
                , title: '员工表'//标题
                , shift: 2//弹出动画
                , content: ['../../Baseset/基础资料/Gy_EmployeeList.html', 'yes']
                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                , btn: ['确定', '取消']
                , btn1: function (index, layero) {//按钮【按钮一】的回调
                    var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -1049,7 +1049,7 @@
                    }
                    //获取数据
                    $("#HServiceMan").val(checkStatus.data[0].HItemID);//客户id
                    $("#HServiceManName").val(checkStatus.data[0].HName);//客户名称
                    $("#HServiceManName").val(checkStatus.data[0].职员名称);//客户名称
                    layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                }
                , btn2: function (index, layero) { }
@@ -1065,7 +1065,7 @@
                , area: ['90%', '90%']//大小
                , title: '客户表'//标题
                , shift: 2//弹出动画
                , content: ['../../Baseset/基础资料/Gy_CustomerList.html', 'yes']
                ,content: ['../../基础资料/销售基础资料/Gy_Customer.html', 'yes']
                , btn: ['确定', '取消']
                , btn1: function (index, layero) {//按钮【按钮一】的回调
                    var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -1075,7 +1075,7 @@
                    }
                    //获取数据
                    $("#HCusID").val(checkStatus.data[0].HItemID);//客户id
                    $("#HCusName").val(checkStatus.data[0].HName);//客户名称
                    $("#HCusName").val(checkStatus.data[0].客户名称);//客户名称
                    layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                }
                , btn2: function (index, layero) { }
@@ -1094,7 +1094,7 @@
                , shift: 2                                          //弹出动画
                , area: ["90%", "90%"]                              //窗体大小
                , maxmin: true                                      //设置最大最小按钮是否显示
                , content: ["../../../views/Baseset/基础资料/Gy_DepartmentList.html?Type=HDeptID", "yes"]
                , content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes']
                , btn: ["确定", "取消"]
                , btn1: function (index, laero) {
                    //按钮一  çš„回调
@@ -1106,7 +1106,7 @@
                    }
                    $("#HWorkShopID").val(checkStatus.data[0].HItemID);//内码
                    $("#HWorkShopName").val(checkStatus.data[0].HName);//名称
                    $("#HWorkShopName").val(checkStatus.data[0].部门名称);//名称
                    layer.close(index);//关闭弹窗
                }
                , btn2: function (index, layero) { }
@@ -1152,7 +1152,7 @@
                , area: ['90%', '90%']//大小
                , title: '工序列表'//标题
                , shift: 2//弹出动画
                , content: ['../../Baseset/基础资料/Gy_ProcList.html', 'yes']
                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                , btn: ['确定', '取消']
                , btn1: function (index, layero) {//按钮【按钮一】的回调
                    var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -1162,7 +1162,7 @@
                    }
                    //获取数据
                    $("#HProcID").val(checkStatus.data[0].HItemID);
                    $("#HProcName").val(checkStatus.data[0].工序);
                    $("#HProcName").val(checkStatus.data[0].工序名称);
                    layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                }
                , btn2: function (index, layero) { }
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Add_Edit_Gy_CheckItem.html
@@ -288,7 +288,7 @@
                    shift: 2,
                    area: ['100%', '100%'],
                    maxmin: true,
                    content: ['../../PublicPage/CheckItemType.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_QCCheckClass.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -298,7 +298,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HQCCheckClassName").val(checkStatus.data[0].HName);
                        $("#HQCCheckClassName").val(checkStatus.data[0].名称);
                        $("#HQCCheckClassID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
WebTM/views/Éú²ú¹¤Ðò¹ÜÀí/Ôö¼Ó²»Á¼ÆÀÉóµ¥/QC_Add_NoPassProdCheckBill.html
@@ -302,14 +302,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -323,14 +340,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -344,14 +378,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -365,14 +416,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -386,14 +454,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -407,14 +492,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -428,14 +530,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -449,14 +568,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -470,14 +606,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -491,14 +644,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -512,14 +682,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -533,14 +720,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -554,14 +758,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -575,14 +796,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -596,14 +834,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -617,14 +872,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -638,14 +910,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                               , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        ,HBadReasonID:ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: ä¸è‰¯åŽŸå› åç§°
                                //        , HBadReasonID: HItemID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -665,13 +954,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -685,13 +990,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -705,13 +1026,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -725,13 +1062,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -745,13 +1098,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -765,13 +1134,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -785,13 +1170,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -805,13 +1206,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -825,13 +1242,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -845,13 +1278,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -865,13 +1314,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -885,13 +1350,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -905,13 +1386,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -925,13 +1422,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -945,13 +1458,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -965,13 +1494,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -985,13 +1530,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: èŒå‘˜åç§°
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -1011,14 +1572,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1032,14 +1610,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1053,14 +1648,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1074,14 +1686,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1095,14 +1724,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1116,14 +1762,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1137,14 +1800,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1158,14 +1838,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1179,14 +1876,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1200,14 +1914,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1221,14 +1952,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1242,14 +1990,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1263,14 +2028,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1284,14 +2066,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1305,14 +2104,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1326,14 +2142,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1347,14 +2180,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -1374,13 +2224,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1394,13 +2260,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1414,13 +2296,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1434,13 +2332,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1454,13 +2368,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1474,13 +2404,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1494,13 +2440,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1514,13 +2476,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1534,13 +2512,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1554,13 +2548,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1574,13 +2584,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1594,13 +2620,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1614,13 +2656,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1634,13 +2692,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1654,13 +2728,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1674,13 +2764,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1694,13 +2800,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -1838,13 +2960,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -1858,13 +2996,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -1878,13 +3032,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -1898,13 +3068,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -1918,13 +3104,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -1938,13 +3140,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -1958,13 +3176,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -1978,13 +3212,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -1998,13 +3248,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -2018,13 +3284,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -2038,13 +3320,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -2058,13 +3356,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -2078,13 +3392,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -2098,13 +3428,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -2118,13 +3464,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -2138,13 +3500,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -2158,13 +3536,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HPSProcName: QRName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
WebTM/views/Éú²ú¹ÜÀí/Òì³£·´À¡µ¥/Sc_Add_MESExecptFeedBackBillList.html
@@ -731,7 +731,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../PublicPage/UserInformation.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -741,7 +741,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HSendMan").val(checkStatus.data[0].HName);
                        $("#HSendMan").val(checkStatus.data[0].职员名称);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
                    , btn2: function (index, layero) {
@@ -768,7 +768,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../PublicPage/DeptInformation.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -778,7 +778,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HDeptName").val(checkStatus.data[0].HName);
                        $("#HDeptName").val(checkStatus.data[0].部门名称);
                        $("#HDeptID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -807,7 +807,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../PublicPage/DeptInformation.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -817,7 +817,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HRecDeptName").val(checkStatus.data[0].HName);
                        $("#HRecDeptName").val(checkStatus.data[0].部门名称);
                        $("#HRecDeptID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
WebTM/views/ÖÊÁ¿¹ÜÀí/²úÆ·Èë¿â¼ìÑéµ¥/QC_LastPieceCheckBill.html
@@ -625,7 +625,7 @@
                                shift: 2,
                                area: ['80%', '80%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_QCCheckItemListView.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_CheckItem.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -663,7 +663,7 @@
                                shift: 2,
                                area: ['80%', '80%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html ', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -676,9 +676,9 @@
                                    //同步更新表格和缓存对应的值
                                    obj.update({
                                        HProcCheckEmpName: checkStatus.data[0].HName
                                        HProcCheckEmpName: checkStatus.data[0].职员名称
                                        , HProcCheckEmpID: checkStatus.data[0].HItemID
                                        , HProcCheckEmpNumber: checkStatus.data[0].HNumber
                                        , HProcCheckEmpNumber: checkStatus.data[0].职员代码
                                    });
                                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
@@ -804,7 +804,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/基础资料/公用基础资料/Gy_GetProductionResourcesList.html', 'yes'],
                    content: ['../../基础资料/生产基础资料/Gy_Source.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -814,7 +814,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HSourceName").val(checkStatus.data[0].HName);
                        $("#HSourceName").val(checkStatus.data[0].生产资源名称);
                        $("#HSourceID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -841,7 +841,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/基础资料/公用基础资料/Gy_GetProductionResourcesList.html', 'yes'],
                    content: ['../../基础资料/生产基础资料/Gy_Source.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -851,7 +851,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HICMOBillNo").val(checkStatus.data[0].HName);
                        $("#HICMOBillNo").val(checkStatus.data[0].生产资源名称);
                        $("#HICMOBillID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -879,7 +879,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html', 'yes'],
                   content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -889,7 +889,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].HName);
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].职员名称);
                        $("#HFirstCheckEmpID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -916,7 +916,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_MaterialList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_Material.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -926,7 +926,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HMaterName").val(checkStatus.data[0].HName);
                        $("#HMaterName").val(checkStatus.data[0].物料名称);
                        $("#HMaterID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -953,7 +953,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_DepartmentList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -963,7 +963,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HCheckDeptName").val(checkStatus.data[0].HName);
                        $("#HCheckDeptName").val(checkStatus.data[0].部门名称);
                        $("#HCheckDeptID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -990,7 +990,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_DepartmentList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1000,7 +1000,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HCheckDeptName").val(checkStatus.data[0].HName);
                        $("#HCheckDeptName").val(checkStatus.data[0].部门名称);
                        $("#HCheckDeptID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -1027,7 +1027,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_DepartmentList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1037,7 +1037,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HCheckDept2Name").val(checkStatus.data[0].HName);
                        $("#HCheckDept2Name").val(checkStatus.data[0].部门名称);
                        $("#HCheckDept2ID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -1064,7 +1064,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_CustomerList.html', 'yes'],
                    content: ['../../基础资料/销售基础资料/Gy_Customer.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1074,7 +1074,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HCusName").val(checkStatus.data[0].HName);
                        $("#HCusName").val(checkStatus.data[0].客户名称);
                        $("#HCusID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -1101,7 +1101,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_CustomerList.html', 'yes'],
                    content: ['../../基础资料/销售基础资料/Gy_Customer.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1111,7 +1111,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HProdAreaName").val(checkStatus.data[0].HName);
                        $("#HProdAreaName").val(checkStatus.data[0].客户名称);
                        $("#HProdAreaID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
WebTM/views/ÖÊÁ¿¹ÜÀí/³ö³§¼ìÑéµ¥/QC_OutCompCheckBill.html
@@ -467,7 +467,7 @@
                                shift: 2,
                                area: ['80%', '80%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_QCCheckItemListView.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_CheckItem.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -649,7 +649,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_CustomerList.html', 'yes'],
                    content: ['../../基础资料/销售基础资料/Gy_Customer.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -659,7 +659,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HCusName").val(checkStatus.data[0].HName);
                        $("#HCusName").val(checkStatus.data[0].客户名称);
                        $("#HCusID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -688,7 +688,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_MaterialList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_Material.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -698,7 +698,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HMaterName").val(checkStatus.data[0].HName);
                        $("#HMaterName").val(checkStatus.data[0].物料名称);
                        $("#HMaterID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -726,7 +726,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -736,7 +736,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].HName);
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].职员名称);
                        $("#HFirstCheckEmpID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
WebTM/views/ÖÊÁ¿¹ÜÀí/Ѳ¼ì¼Ç¼µ¥/QC_Add_Edit_PatrolProcCheckBill.html
@@ -593,7 +593,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes'],
                                content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -607,8 +607,8 @@
                                    //同步更新表格和缓存对应的值
                                    obj.update({
                                        HBadReasonID: checkStatus.data[0].HItemID
                                        , HBadReasonNumber: checkStatus.data[0].HNumber
                                        , HBadReasonName: checkStatus.data[0].HName
                                        , HBadReasonNumber: checkStatus.data[0].不良原因代码
                                        , HBadReasonName: checkStatus.data[0].不良原因名称
                                    });
                                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                                }
@@ -631,7 +631,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -645,8 +645,8 @@
                                    //同步更新表格和缓存对应的值
                                    obj.update({
                                        HEmpID: checkStatus.data[0].HItemID
                                        , HEmpNumber: checkStatus.data[0].HNumber
                                        , HEmpName: checkStatus.data[0].HName
                                        , HEmpNumber: checkStatus.data[0].职员代码
                                        , HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                                }
@@ -707,7 +707,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -721,8 +721,8 @@
                                    //同步更新表格和缓存对应的值
                                    obj.update({
                                        HCheckEmpID: checkStatus.data[0].HItemID
                                        , HCheckEmpNumber: checkStatus.data[0].HNumber
                                        , HCheckEmpName: checkStatus.data[0].HName
                                        , HCheckEmpNumber: checkStatus.data[0].职员代码
                                        , HCheckEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                                }
@@ -745,7 +745,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_MaterialList.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_Material.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -759,9 +759,9 @@
                                    //同步更新表格和缓存对应的值
                                    obj.update({
                                        HMaterID: checkStatus.data[0].HItemID
                                        , HMaterNumber: checkStatus.data[0].HNumber
                                        , HMaterName: checkStatus.data[0].HName
                                        , HMaterModel: checkStatus.data[0].HModel
                                        , HMaterNumber: checkStatus.data[0].物料代码
                                        , HMaterName: checkStatus.data[0].物料名称
                                        , HMaterModel: checkStatus.data[0].规格型号
                                    });
                                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                                }
@@ -809,14 +809,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_BadReasonList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_BadReason.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HWasterReasonName: HReasonName
                                        , HBadReasonID: ReasonID
                                        HWasterReasonName: checkStatus.data[0].不良原因名称
                                        , HBadReasonID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HWasterReasonName: HReasonName
                                //        , HBadReasonID: ReasonID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HWasterReasonName);
                            console.log("行号:" + rowIndex);
@@ -835,13 +852,29 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HEmpName: EmpName
                                        HEmpName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HEmpName: EmpName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HEmpName);
                            console.log("行号:" + rowIndex);
@@ -860,14 +893,32 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HSQProcName: SQProcName
                                        , HProcID: ProcID
                                        HSQProcName: checkStatus.data[0].工序名称
                                        , HProcID: checkStatus.data[0].HItemID
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HSQProcName: SQProcName
                                //        , HProcID: ProcID
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HSQProcName);
                            console.log("行号:" + rowIndex);
@@ -886,13 +937,31 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_ProcList.html?Type=HZR', 'yes']
                                , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HZRProcName: ZRProcName
                                        HZRProcName: checkStatus.data[0].工序名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //    _obj.update({
                                //        HZRProcName: ZRProcName
                                //    });
                                //}
                            })
                            console.log("字段赋值" + data.HZRProcName);
                            console.log("行号:" + rowIndex);
@@ -927,13 +996,32 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: true //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HWorker', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , resize: false
                                , end: function () {
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
                                    var iframeWindow = window["layui-layer-iframe" + index];//获取弹框页面
                                    var checkStatus = iframeWindow.layui.table.checkStatus("mainTable");//获取选中的数据
                                    if (checkStatus.data.length != 1) {
                                        return layer.msg("请选择一条数据");
                                    }
                                    //更新表格缓存的数据
                                    _obj.update({
                                        HPSProcName: QRName
                                        HPSProcName: checkStatus.data[0].职员名称
                                    });
                                    layer.close(index);//关闭弹窗
                                }
                                //, end: function () {
                                //        _obj.update({
                                //            HPSProcName: QRName
                                //        });
                                //    }
                                //}
                            })
                            console.log("字段赋值" + data.HPSProcName);
                            console.log("行号:" + rowIndex);
@@ -1190,11 +1278,19 @@
                    , shade: 0.6 //遮罩透明度
                    , maxmin: true //允许全屏最小化
                    , anim: 0 //0-6的动画形式,-1不开启
                    , content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                    , resize: false
                    , cancel: function () {
                        //$(".layui-btn").removeClass("layui-btn-disabled");
                    , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                    , btn: ['确定', '取消']
                    , btn1: function (index, layero) {//按钮【按钮一】的回调
                        var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
                        var checkStatus = iframeWindow.layui.table.checkStatus('mainTable');//获取table的elem:"#test"
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HEmpName").val(checkStatus.data[0].职员名称);
                        $("#HFirstCheckEmp").val(checkStatus.data[0].HItemID);
                        layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
                    , btn2: function (index, layero) { }
                })
            });
WebTM/views/ÖÊÁ¿¹ÜÀí/¹¤Ðò¼ìÑéµ¥/QC_ProcessCheckBill.html
@@ -1033,7 +1033,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_QCCheckItemListView.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_CheckItem.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -1075,7 +1075,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_InspectInstruMentList.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_InspectInstruMent.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -1124,7 +1124,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_InspectValueList.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_InspectValue.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -1137,10 +1137,10 @@
                                    //同步更新表格和缓存对应的值
                                    obj.update({
                                        HInSpectValueB: checkStatus.data[0].检验值名称
                                        HInSpectValueB: checkStatus.data[0].检测值名称
                                    });
                                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                                    var DXValue = checkStatus.data[0].检验值名称; //定性检测值
                                    var DXValue = checkStatus.data[0].检测值名称; //定性检测值
                                    var MBValue = $("#HTargetVal").val(); //目标值
                                    if (Number(DXValue) == Number(MBValue)) { //定性检测值 = ç›®æ ‡å€¼ï¼Œåˆ¤å®šåˆæ ¼
@@ -1462,7 +1462,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_QCCheckProjectListView.html', 'yes'],
                    content: ['../../质量管理/检验方案单/QC_CheckProjectList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1473,7 +1473,7 @@
                            return layer.msg('请选择数据');
                        }
                        $("#HQCSchemeID").val(checkStatus.data[0].HItemID);
                        $("#HQCSchemeName").val(checkStatus.data[0].方案名称);
                        $("#HQCSchemeName").val(checkStatus.data[0].检验方案名称);
                        get_CheckItem();
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -1539,7 +1539,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_UnitList.html', 'yes'],
                    content: ['../../../views/基础资料/公用基础资料/Gy_Unit.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1550,7 +1550,7 @@
                            return layer.msg('请选择数据');
                        }
                        $("#HUnitID").val(checkStatus.data[0].HItemID);
                        $("#HUnit").val(checkStatus.data[0].HName);
                        $("#HUnit").val(checkStatus.data[0].计量单位名称);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
                    , btn2: function (index, layero) {
@@ -1577,7 +1577,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_InspectValueList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_InspectValue.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1587,8 +1587,8 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HInspectValB").val(checkStatus.data[0].hmainid);
                        $("#HInspectVal").val(checkStatus.data[0].检验值名称);
                        $("#HInspectValB").val(checkStatus.data[0].HItemID);
                        $("#HInspectVal").val(checkStatus.data[0].检测值名称);
                        //==================================判定是否合格,只有定性分析可以选择检验值、目标值==================================
                        var HComparator = $("#HComparator").val(); //比较符
@@ -1624,7 +1624,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_InspectValueList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_InspectValue.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1634,10 +1634,10 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HTargetValB").val(checkStatus.data[0].hmainid);
                        $("#HTargetVal").val(checkStatus.data[0].检验值名称);
                        $("#HUpLimit").val(checkStatus.data[0].检验值名称);
                        $("#HDownLimit").val(checkStatus.data[0].检验值名称);
                        $("#HTargetValB").val(checkStatus.data[0].HItemID);
                        $("#HTargetVal").val(checkStatus.data[0].检测值名称);
                        $("#HUpLimit").val(checkStatus.data[0].检测值名称);
                        $("#HDownLimit").val(checkStatus.data[0].检测值名称);
                        //==================================判定是否合格,只有定性分析可以选择检验值、目标值==================================
                        var HComparator = $("#HComparator").val(); //比较符
@@ -1893,7 +1893,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../PublicPage/UserInformation.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1903,7 +1903,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].HName);
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].职员名称);
                        $("#HFirstCheckEmp").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -1931,7 +1931,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../PublicPage/SourceInformation.html', 'yes'],
                    content: ['../../基础资料/生产基础资料/Gy_Source.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1941,7 +1941,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HSourceName").val(checkStatus.data[0].HName);
                        $("#HSourceName").val(checkStatus.data[0].生产资源名称);
                        $("#HSourceID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -1969,7 +1969,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../Baseset/基础资料/Gy_MaterialList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_Material.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1979,7 +1979,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HMaterNumber").val(checkStatus.data[0].HNumber);
                        $("#HMaterNumber").val(checkStatus.data[0].物料代码);
                        $("#HMaterID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
WebTM/views/ÖÊÁ¿¹ÜÀí/À´ÁϼìÑéµ¥/QC_Add_Edit_POStockInCheckBillList.html
@@ -491,7 +491,7 @@
                                shift: 2,
                                area: ['80%', '80%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_QCCheckItemListView.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_CheckItem.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -529,7 +529,7 @@
                                shift: 2,
                                area: ['80%', '80%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html ','yes'],
                                content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -542,9 +542,9 @@
                                    //同步更新表格和缓存对应的值
                                    obj.update({
                                        HProcCheckEmpName: checkStatus.data[0].HName
                                        HProcCheckEmpName: checkStatus.data[0].职员名称
                                        , HProcCheckEmpID: checkStatus.data[0].HItemID
                                        , HProcCheckEmpNumber: checkStatus.data[0].HNumber
                                        , HProcCheckEmpNumber: checkStatus.data[0].职员代码
                                    });
                                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
@@ -716,7 +716,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_SupplierList.html', 'yes'],
                    content: ['../../基础资料/采购基础资料/Gy_Supplier.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -726,7 +726,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HSupName").val(checkStatus.data[0].HName);
                        $("#HSupName").val(checkStatus.data[0].供应商名称);
                        $("#HSupID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -755,7 +755,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_MaterialList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_Material.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -765,7 +765,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HMaterName").val(checkStatus.data[0].HName);
                        $("#HMaterName").val(checkStatus.data[0].物料名称);
                        $("#HMaterID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -793,7 +793,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_EmployeeList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -803,7 +803,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].HName);
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].职员名称);
                        $("#HFirstCheckEmpID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
WebTM/views/ÖÊÁ¿¹ÜÀí/¼ìÑé·½°¸µ¥/QC_Add_CheckProject.html
@@ -250,7 +250,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../PublicPage/PartInformation.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_Material.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
                        //按钮【按钮一】的回调
@@ -260,8 +260,8 @@
                            return layer.msg('请选择数据');
                        }
                        $("#HMaterName").val(checkStatus.data[0].HName);
                        $("#HMaterNumber").val(checkStatus.data[0].HNumber);
                        $("#HMaterName").val(checkStatus.data[0].物料名称);
                        $("#HMaterNumber").val(checkStatus.data[0].物料代码);
                        $("#HMaterID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -287,11 +287,23 @@
                    , shade: 0.6 //遮罩透明度
                    //, maxmin: true //允许全屏最小化
                    , anim: 0 //0-6的动画形式,-1不开启
                    , content: ['../../Baseset/基础资料/Gy_ProcList.html', 'yes']
                    , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                    , resize: false
                    , cancel: function (index, layero) {
                        GetHProcValue(obj);
                    , btn: ["确定", "取消"]
                    , btn1: function (index, layero) {//按钮【按钮一】的回调
                        var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
                        var checkStatus = iframeWindow.layui.table.checkStatus('mainTable');//获取table的elem:"#test"
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HProcName").val(checkStatus.data[0].工序名称);
                        $("#HProcID").val(checkStatus.data[0].HItemID);
                        layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
                    , btn2: function (index, layero) { }
                    //, cancel: function (index, layero) {
                    //    GetHProcValue(obj);
                    //}
                })
            });
@@ -306,7 +318,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../PublicPage/Gy_MaterType.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_MaterType.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
                        //按钮【按钮一】的回调
@@ -316,7 +328,7 @@
                            return layer.msg('请选择数据');
                        }
                        console.log(checkStatus);
                        $("#HMaterTypeName").val(checkStatus.data[0].HName);
                        $("#HMaterTypeName").val(checkStatus.data[0].名称);
                        $("#HMaterTypeID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -344,7 +356,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../PublicPage/DeptInformation.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
                        //按钮【按钮一】的回调
@@ -353,7 +365,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HDeptName").val(checkStatus.data[0].HName);
                        $("#HDeptName").val(checkStatus.data[0].部门名称);
                        $("#HDeptID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -381,7 +393,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../PublicPage/UnitInformation.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_Unit.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
                        //按钮【按钮一】的回调
@@ -390,8 +402,8 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HUnitName").val(checkStatus.data[0].HName);
                        $("#HUnitNumber").val(checkStatus.data[0].HNumber);
                        $("#HUnitName").val(checkStatus.data[0].计量单位名称);
                        $("#HUnitNumber").val(checkStatus.data[0].计量单位代码);
                        $("#HUnitID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -423,7 +435,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../PublicPage/CheckItemInformation.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_CheckItem.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
                                    //按钮【按钮一】的回调
@@ -436,8 +448,8 @@
                                    //同步更新表格和缓存对应的值
                                    obj.update({
                                        HQCCheckItemID: checkStatus.data[0].HItemID,
                                        HQCCheckItemNumber: checkStatus.data[0].HNumber,
                                        HQCCheckItemName: checkStatus.data[0].HName,
                                        HQCCheckItemNumber: checkStatus.data[0].代码,
                                        HQCCheckItemName: checkStatus.data[0].名称,
                                    });
                                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                                }
WebTM/views/ÖÊÁ¿¹ÜÀí/¼ìÑé·½°¸µ¥/QC_CheckProjectList.html
@@ -199,6 +199,7 @@
                        , { field: '日期', title: '日期', sort: true, width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.日期, 'yyyy-MM-dd')}}</div>" }
                        , { field: '单据号', title: '单据号', sort: true, width: 170 }
                        , { field: '表头备注 ', title: '表头备注', width: 105, sort: true }
                        , { field: '检验方案名称', title: '检验方案名称', sort: true }
                        , { field: '物料', title: '物料', sort: true }
                        , { field: '物料代码', title: '物料代码', sort: true }
                        , { field: '物料名称', title: '物料名称', sort: true }
WebTM/views/ÖÊÁ¿¹ÜÀí/Ê×¼þ¼ìÑéµ¥/QC_Add_Edit_FirstPieceCheckBill.html
@@ -1157,7 +1157,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_QCCheckItemListView.html', 'yes'],
                               content: ['../../基础资料/公用基础资料/Gy_CheckItem.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -1197,7 +1197,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_InspectInstruMentList.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_InspectInstruMentList.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -1247,7 +1247,7 @@
                                shift: 2,
                                area: ['90%', '90%'],
                                maxmin: true,
                                content: ['../../../views/Baseset/基础资料/Gy_InspectValueList.html', 'yes'],
                                content: ['../../基础资料/公用基础资料/Gy_InspectValue.html', 'yes'],
                                btn: ['确定', '取消']
                                , btn1: function (index, layero) {
@@ -1260,10 +1260,10 @@
                                    //同步更新表格和缓存对应的值
                                    obj.update({
                                        HInSpectValueB: checkStatus.data[0].检验值名称
                                        HInSpectValueB: checkStatus.data[0].检测值名称
                                    });
                                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                                    var DXValue = checkStatus.data[0].检验值名称; //定性检测值
                                    var DXValue = checkStatus.data[0].检测值名称; //定性检测值
                                    var MBValue = $("#HTargetVal").val(); //目标值
                                    if (Number(DXValue) == Number(MBValue)) { //定性检测值 = ç›®æ ‡å€¼ï¼Œåˆ¤å®šåˆæ ¼
@@ -1574,7 +1574,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_QCCheckProjectListView.html', 'yes'],
                    content: ['../../质量管理/检验方案单/QC_CheckProjectList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1584,8 +1584,8 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HQCSchemeID").val(checkStatus.data[0].HItemID);
                        $("#HQCSchemeName").val(checkStatus.data[0].方案名称);
                        $("#HQCSchemeID").val(checkStatus.data[0].hmainid);
                        $("#HQCSchemeName").val(checkStatus.data[0].检验方案名称);
                        get_CheckItem();
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -1652,7 +1652,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_UnitList.html', 'yes'],
                    content: ['../../../views/基础资料/公用基础资料/Gy_Unit.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1663,7 +1663,7 @@
                            return layer.msg('请选择数据');
                        }
                        $("#HUnitID").val(checkStatus.data[0].HItemID);
                        $("#HUnit").val(checkStatus.data[0].HName);
                        $("#HUnit").val(checkStatus.data[0].计量单位名称);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
                    , btn2: function (index, layero) {
@@ -1690,7 +1690,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_InspectValueList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_InspectValue.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1700,8 +1700,8 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HInspectValB").val(checkStatus.data[0].hmainid);
                        $("#HInspectVal").val(checkStatus.data[0].检验值名称);
                        $("#HInspectValB").val(checkStatus.data[0].HItemID);
                        $("#HInspectVal").val(checkStatus.data[0].检测值名称);
                        //==================================判定是否合格,只有定性分析可以选择检验值、目标值==================================
                        var HComparator = $("#HComparator").val(); //比较符
@@ -1737,7 +1737,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../../views/Baseset/基础资料/Gy_InspectValueList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_InspectValue.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -1747,10 +1747,10 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HTargetValB").val(checkStatus.data[0].hmainid);
                        $("#HTargetVal").val(checkStatus.data[0].检验值名称);
                        $("#HUpLimit").val(checkStatus.data[0].检验值名称);
                        $("#HDownLimit").val(checkStatus.data[0].检验值名称);
                        $("#HTargetValB").val(checkStatus.data[0].HItemID);
                        $("#HTargetVal").val(checkStatus.data[0].检测值名称);
                        $("#HUpLimit").val(checkStatus.data[0].检测值名称);
                        $("#HDownLimit").val(checkStatus.data[0].检测值名称);
                        //==================================判定是否合格,只有定性分析可以选择检验值、目标值==================================
                        var HComparator = $("#HComparator").val(); //比较符
@@ -2003,7 +2003,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../PublicPage/UserInformation.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -2013,7 +2013,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].HName);
                        $("#HFirstCheckEmpName").val(checkStatus.data[0].职员名称);
                        $("#HFirstCheckEmp").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -2041,7 +2041,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../PublicPage/SourceInformation.html', 'yes'],
                    content: ['../../基础资料/生产基础资料/Gy_Source.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -2051,7 +2051,7 @@
                        if (checkStatus.data.length === 0) {
                            return layer.msg('请选择数据');
                        }
                        $("#HSourceName").val(checkStatus.data[0].HName);
                        $("#HSourceName").val(checkStatus.data[0].生产资源名称);
                        $("#HSourceID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -2079,7 +2079,7 @@
                    shift: 2,
                    area: ['90%', '90%'],
                    maxmin: true,
                    content: ['../../Baseset/基础资料/Gy_MaterialList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_Material.html', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
@@ -2090,8 +2090,8 @@
                            return layer.msg('请选择数据');
                        }
                        $("#HMaterNumber").val(checkStatus.data[0].HNumber);
                        $("#HMaterName").val(checkStatus.data[0].HName);
                        $("#HMaterNumber").val(checkStatus.data[0].物料代码);
                        $("#HMaterName").val(checkStatus.data[0].物料名称);
                        $("#HMaterID").val(checkStatus.data[0].HItemID);
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }