| | |
| | | ...getColumnSearchProps('barcode'), |
| | | }, |
| | | { |
| | | title: formatMessage('db.man_wait_pakin_log.detl_id', '明细ID'), |
| | | dataIndex: 'detlId$', |
| | | title: formatMessage('db.man_wait_pakin_log.matnr', '物料号'), |
| | | dataIndex: ['detl$', 'mat$', 'matnr'], |
| | | width: 140, |
| | | ellipsis: true, |
| | | ...getColumnSearchProps('detlId$'), |
| | | ...getColumnSearchProps('detl$.matnr'), |
| | | }, |
| | | { |
| | | title: formatMessage('db.man_wait_pakin_log.batch', '批号'), |
| | | dataIndex: ['detl$', 'batch'], |
| | | width: 140, |
| | | ellipsis: true, |
| | | ...getColumnSearchProps('detl$.matnr'), |
| | | }, |
| | | { |
| | | title: formatMessage('db.man_wait_pakin_log.io_status', '组托状态'), |
| | |
| | | }}</a-button> |
| | | </div> |
| | | </template> |
| | | |
| | | <template v-if="column.dataIndex === 'ioStatus$'"> |
| | | <a-switch :checked="record.ioStatus == 1" :checked-children="formatMessage('waitPakin.switch.open', '入库中')" |
| | | :un-checked-children="formatMessage('waitPakin.switch.close', '待入库')" :disabled="true" /> |
| | | </template> |
| | | </template> |
| | | </a-table> |
| | | </div> |