yusijie
2024-02-23 d904a59b5d061921fab25818d7f09176e9d34b1e
WebTM/views/É豸¹ÜÀí/Sb_EquipDotCheckPlanBillEdit.html
@@ -378,7 +378,7 @@
            function set_InitGrid() {
                //点检项目
                columns = [
                    { type: 'checkbox', fixed: 'left' }
                    { type: 'checkbox', fixed: 'left', totalRowText: '合计行' }
                    , { templet: '#xuhao', title: '序号', sort: true, fixed: 'left', event: "qwe" }
                    , { field: 'HDotCheckItemID', title: '点检项目ID', edit: 'text', hide: true }
                    , { field: 'HDotCheckCode', title: '点检项目代码', edit: 'text', event: "HDotCheckCode" }
@@ -396,6 +396,7 @@
                    , elem: '#mainTable'
                    , toolbar: '#toolbarDemo'
                    , page: true
                    , totalRow: true
                    , cellMinWidth: 120
                    , height: 500
                    , cols: [columns]
@@ -406,7 +407,7 @@
                //点检计划
                columns_plan = [
                    { type: 'checkbox', fixed: 'left' }
                    { type: 'checkbox', fixed: 'left', totalRowText: '合计行'}
                    , { templet: '#xuhao', title: '序号', sort: true, event: "qwe" }
                    , { field: 'HPlanDate', title: '计划日期' }
                    , { field: 'HPlanBeginTime', title: '计划开始时间点' }
@@ -419,6 +420,7 @@
                    , elem: '#mainTable_plan'
                    , toolbar: '#toolbarDemo'
                    , page: true
                    , totalRow: true
                    , limit: 500
                    , limits:[50,200,500,1000,3000]
                    , cellMinWidth: 120