| | |
| | | tooltip: '延期天数', |
| | | ifShow: is_active, |
| | | onClick: handleCheckStrictlyEdit.bind(null, record), |
| | | name: '', |
| | | }, |
| | | ]" |
| | | /> |
| | |
| | | canResize: true, |
| | | bordered: true, |
| | | showIndexColumn: false, |
| | | actionColumn: { |
| | | width: 80, |
| | | title: '操作', |
| | | dataIndex: 'action', |
| | | slots: { customRender: 'action' }, |
| | | }, |
| | | // actionColumn: { |
| | | // width: 80, |
| | | // title: '操作', |
| | | // dataIndex: 'action', |
| | | // slots: { customRender: 'action' }, |
| | | // }, |
| | | searchInfo: { ITEM_CODE }, |
| | | }); |
| | | const { setTitle } = useTabs(); |
| | |
| | | 箱号: element.CARTON_NO, |
| | | 栈板号: element.PALLET_NO, |
| | | 更新人: element.UPDATE_USER, |
| | | id:element.ID, |
| | | }); |
| | | }); |
| | | const arrHeader = columns.map((column) => column.title); |