| | |
| | | isShowHide: true, // 是否显示显影按钮H |
| | | isSearch: true, // 高级查询按钮 |
| | | defaultOrderBy: { column: 'createTime', direction: 'desc' }, |
| | | cancelRunCreated: true |
| | | cancelRunCreated: false |
| | | }, |
| | | table: { |
| | | total: 0, |
| | |
| | | column: [ |
| | | { |
| | | minWidth: '100', |
| | | width: '100px', |
| | | prop: 'contractNo', |
| | | label: '合同编号', |
| | | prop: 'createTime', |
| | | label: '生产日期', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'date', |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'workShop', |
| | | label: '车间', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'partName', |
| | | label: '生产零件', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'partNo', |
| | | label: '生产零件号', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'staffName', |
| | | label: '生产人员', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'workSum', |
| | | label: '报工总数量', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'unit', |
| | | label: '单位', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'workTotal', |
| | | label: '报工总次数', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |