| | |
| | | ...getColumnSearchProps('locNo'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_loc_detl.loc_type', '库位类型'),
|
| | | dataIndex: 'type$',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('type$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_loc_detl.matnr', '商品编号'),
|
| | | dataIndex: 'matnr',
|
| | | width: 140,
|
| | |
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('model'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_loc_detl.matnr', '品类'),
|
| | | dataIndex: 'tagId$',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('tagId$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_loc_detl.maktx', '颜色'),
|
| | | dataIndex: 'color',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('color'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_loc_detl.model', '品牌'),
|
| | | dataIndex: 'brand',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('brand'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_loc_detl.model', '产地'),
|
| | | dataIndex: 'origin',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('origin'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_loc_detl.dewell', '入库时间'),
|
| | |
| | | <template #bodyCell="{ column, text, record }">
|
| | | <template v-if="column.dataIndex === 'oper'">
|
| | | <div style="display: flex;justify-content: space-evenly;">
|
| | | <a-button type="link" primary @click="handleEdit(record)">{{ formatMessage('page.edit', '手动出库') }}</a-button>
|
| | | <a-button type="link" primary @click="handleEdit(record)">{{ formatMessage('page.edit', '手动出库')
|
| | | }}</a-button>
|
| | | <!-- <a-button type="link" danger @click="handleDel([record])">{{ formatMessage('page.delete', '删除')}}</a-button> -->
|
| | | </div>
|
| | | </template>
|