| | |
| | | cellMinWidth: 150, |
| | | cols: [[ |
| | | {type: 'checkbox', fixed: 'left'} |
| | | , {field: 'id', title: 'ID', sort: true, align: 'center', fixed: 'left', width: 80, hide: true} |
| | | , {field: 'id', title: 'ID', sort: true, align: 'center', fixed: 'left', width: 80, hide: true, sort:true} |
| | | , { |
| | | field: 'templateName', |
| | | align: 'center', |
| | |
| | | style: 'color: #1890ff;cursor:pointer', |
| | | event: 'moreCstmr', |
| | | width: 350, |
| | | hide: false |
| | | hide: false, sort:true |
| | | } |
| | | , {field: 'cstmrId$', align: 'center', title: '客户id', hide: true} |
| | | , {field: 'orderNum', align: 'center', title: '核价单号', hide: false} |
| | | , {field: 'orderNum', align: 'center', title: '核价单号', hide: false, sort:true} |
| | | , { |
| | | field: 'planId$', |
| | | align: 'center', |
| | |
| | | event: 'morePlan', |
| | | hide: false |
| | | } |
| | | , {field: 'itemId', align: 'center', title: '规划单号', hide: true} |
| | | , {field: 'itemId', align: 'center', title: '规划单ID', hide: true, sort:true} |
| | | , {field: 'statusAll$', align: 'center',title: '状态'} |
| | | // ,{field: 'memberId$', align: 'center',title: ''} |
| | | , { |