wtt
2024-09-11 458e19d37111ceefd8a87aafc8af6eff1dedc953
WebTM/views/É豸¹ÜÀí/É豸Ͷ²ú/Sb_EquipWorkBeforeCheckBill.html
@@ -468,6 +468,7 @@
                    , limit: 500
                    , height: 500
                    , loading: false
                    , totalRow: true
                    , cols: [[ //表头
                        { type: 'checkbox', totalRowText: '合计行' }
                        , { type: 'numbers', title: '序号', totalRow: true }
@@ -524,7 +525,7 @@
                    , area: ['90%', '90%']//大小
                    , title: '设备'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_EquipFileBillMainList.html', 'yes']
                    , content: ['../../设备管理/设备档案/Gy_EquipFileMainList.html', 'yes']
                    , btn: ['确定', '取消']
                    , btn1: function (index, layero) {//按钮【按钮一】的回调
                        var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -533,8 +534,8 @@
                            return layer.msg('请选择数据');
                        }
                        //获取数据
                        $("#HEquipID").val(checkStatus.data[0].HInterID);
                        $("#HEquipName").val(checkStatus.data[0].HName);
                        $("#HEquipID").val(checkStatus.data[0].hmainid);
                        $("#HEquipName").val(checkStatus.data[0].设备名称);
                        layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -612,7 +613,7 @@
                                , shift: 2 //弹出动画
                                , area: ["90%", "90%"] //窗体大小
                                , maxmin: true //设置最大最小按钮是否显示
                                , content: ['../../Baseset/基础资料/Gy_QCCheckItemListView.html', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_CheckItem.html', 'yes']
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
@@ -642,7 +643,7 @@
                                , shift: 2 //弹出动画
                                , area: ["90%", "90%"] //窗体大小
                                , maxmin: true //设置最大最小按钮是否显示
                                , content: ['../../Baseset/基础资料/Gy_EmployeeList.html', 'yes']
                                , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html', 'yes']
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
@@ -655,7 +656,7 @@
                                    //更新表格缓存的数据
                                    obj.update({
                                        "检测员": checkStatus.data[0].HName
                                        "检测员": checkStatus.data[0].职员名称
                                        , "HProcCheckEmp": checkStatus.data[0].HItemID
                                    })
                                    layer.close(index);//关闭弹窗