1
duhe
2025-06-16 df3e719955cc93b4e762ac75fbb61737fbf3b7a8
WebTM/views/É豸¹ÜÀí/É豸Èë¿â¼ìÑéÑéÊÕµ¥/Sb_EquipStockInCheckBillEdit.html
@@ -277,7 +277,7 @@
                shift: 2,
                area: ['80%', '80%'],
                maxmin: true,
                content: ['../../PublicPage/EqpInformation.html', 'yes'],
                content: ['../../设备管理/设备档案/Gy_EquipFileMainList.html', 'yes'],
                btn: ['确定', '取消']
                , btn1: function (index, layero) {
                    //按钮【按钮一】的回调
@@ -286,8 +286,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) {
@@ -425,7 +425,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" }
@@ -445,6 +445,7 @@
                , elem: '#mainTable'
                , toolbar: '#toolbarDemo'
                , page: true
                , totalRow: true
                , cellMinWidth: 120
                , height: 500
                , cols: [columns]