| | |
| | | ...getColumnSearchProps('batch'), |
| | | }, |
| | | |
| | | { |
| | | title: formatMessage('common.operation', '操作'), |
| | | name: 'oper', |
| | | dataIndex: 'oper', |
| | | key: 'oper', |
| | | width: 140, |
| | | }, |
| | | // { |
| | | // title: formatMessage('common.operation', '操作'), |
| | | // name: 'oper', |
| | | // dataIndex: 'oper', |
| | | // key: 'oper', |
| | | // width: 140, |
| | | // }, |
| | | ]; |
| | | |
| | | const state = reactive({ |
| | |
| | | |
| | | <a-card style="flex: 10;"> |
| | | <div class="table-header"> |
| | | <a-button size="small" @click="handleBatchOrderOut()"> |
| | | <!-- <a-button size="small" @click="handleBatchOrderOut()"> |
| | | {{ formatMessage('common.orderOut', '批量出库') }} |
| | | </a-button> |
| | | </a-button> --> |
| | | </div> |
| | | <a-table :row-selection="{ selectedRowKeys: state.selectedRowKeys, onChange: onSelectChange }" |
| | | :data-source="tableData" :defaultExpandAllRows="false" :key="TABLE_KEY" rowKey="id" |