wtt
2024-06-24 da88bb3b2f8afb83ebeda7b4a3d0d654959e644d
WebTM/views/É豸¹ÜÀí/É豸Ͷ²ú¼ìÑéÑéÊÕµ¥/Sb_EquipWorkBeforeCheckBillEdit.html
@@ -280,7 +280,7 @@
                shift: 2,
                area: ['80%', '80%'],
                maxmin: true,
                content: ['../../PublicPage/EqpInformation.html', 'yes'],
                content: ['../../设备管理/设备档案/Gy_EquipFileMainList.html', 'yes'],
                btn: ['确定', '取消']
                , btn1: function (index, layero) {
                    //按钮【按钮一】的回调
@@ -289,8 +289,8 @@
                    if (checkStatus.data.length === 0) {
                        return layer.msg('请选择数据');
                    }
                    $("#HEquipName").val(checkStatus.data[0].HName);
                    $("#HEquipID").val(checkStatus.data[0].HInterID);
                    $("#HEquipName").val(checkStatus.data[0].设备名称);
                    $("#HEquipID").val(checkStatus.data[0].hmainid);
                    layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                }
                , btn2: function (index, layero) {
@@ -428,7 +428,7 @@
        function set_InitGrid() {
            //表头
            columns = [
                { type: 'checkbox', fixed: 'left' }
                { type: 'checkbox', fixed: 'left', totalRowText: '合计行'}
                , { templet: '#xuhao', title: '序号', sort: true, fixed: 'left', event: "qwe" }
                , { field: 'HQCCheckClassID', title: 'HQCCheckClassID', edit: 'text', hide: true }
                , { field: 'HQCCheckClassName', title: '检验项目类别', edit: 'text', event: "HQCCheckClassCode" }
@@ -448,6 +448,7 @@
                , elem: '#mainTable'
                , toolbar: '#toolbarDemo'
                , page: true
                , totalRow: true
                , cellMinWidth: 120
                , height: 500
                , cols: [columns]