yusijie
2024-02-23 d904a59b5d061921fab25818d7f09176e9d34b1e
WebTM/views/ÖÊÁ¿¹ÜÀí/Ѳ¼ì¼Ç¼µ¥/QC_Add_Edit_PatrolProcCheckBill.html
@@ -319,11 +319,12 @@
            var option = {
                elem: '#mainTable'
                , toolbar: '#toolbarDemo'
                , totalRow: true
                , height: 500
                //,url: '/demo/table/user/' //数据接口
                , page: true //开启分页
                , cols: [[ //表头
                    { type: 'checkbox', fixed: 'left' }
                    { type: 'checkbox', fixed: 'left', totalRowText: '合计行' }
                    , { templet: '#xuhao', title: '序号', sort: true, fixed: 'left', event: "qwe", width: 75 }
                    , { field: '检验项目分类', title: '检验项目分类', event: "", width: 120 }
                    , { field: 'HQCCheckItemID', title: '检验项目ID', edit: 'text', hide: true }
@@ -348,16 +349,17 @@
            var option_BadRe = {
                elem: '#BadReTable'
                , toolbar: '#toolbarDemo2'
                , totalRow: true
                , height: 500
                //,url: '/demo/table/user/' //数据接口
                , page: true //开启分页
                , cols: [[ //表头
                    { type: 'checkbox', fixed: 'left' }
                    { type: 'checkbox', fixed: 'left', totalRowText: '合计行' }
                    , { templet: '#xuhao', title: '序号', sort: true, fixed: 'left', event: "qwe", width: 75 }
                    , { field: 'HBadReasonID', title: '不良原因ID', edit: 'text', hide: true }
                    , { field: 'HBadReasonNumber', title: '不良原因代码', edit: 'text', width: 120, event: "HBadReason" }
                    , { field: 'HBadReasonName', title: '不良原因', edit: 'text', width: 120 }
                    , { field: 'HQty', title: '数量', edit: 'text', width: 120, event: "HQty" }
                    , { field: 'HQty', title: '数量', edit: 'text', width: 120, event: "HQty", totalRow: true }
                    , { field: 'HEmpID', title: '责任人ID', edit: 'text', hide: true }
                    , { field: 'HEmpNumber', title: '责任人代码', edit: 'text', width: 120, event: "HEmp" }
                    , { field: 'HEmpName', title: '责任人', edit: 'text', width: 120 }