| | |
| | | defaultToolbar: [], |
| | | cols: [[ |
| | | // {type: 'numbers', title: '#'}, |
| | | {field: 'orderTime', title: '日期', width: 160}, |
| | | {field: 'orderNo', title: '单据编号', align: 'center', width: 155}, |
| | | {field: 'docType$', title: '单据类型', align: 'center'} |
| | | // {field: 'orderNo', title: '单据编号', align: 'center', width: 155}, |
| | | {field: 'number', title: '派工单号', align: 'center', width: 155}, |
| | | {field: 'shipCode', title: '确认单号', align: 'center'}, |
| | | {field: 'orderTime', title: '日期', width: 160}, |
| | | ]], |
| | | done: function (res, curr, count) { |
| | | $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click'); |