| | |
| | | slots: { default: 'productId' }, |
| | | }, |
| | | { |
| | | field: 'productBarCode', |
| | | title: '条码', |
| | | minWidth: 120, |
| | | }, |
| | | { |
| | | field: 'productUnitName', |
| | | title: '单位', |
| | | minWidth: 80, |
| | |
| | | minWidth: 120, |
| | | fixed: 'right', |
| | | slots: { default: 'count' }, |
| | | }, |
| | | { |
| | | field: 'inCount', |
| | | title: '入库数量', |
| | | minWidth: 100, |
| | | fixed: 'right', |
| | | formatter: 'formatAmount6', |
| | | }, |
| | | { |
| | | field: 'productPrice', |
| | |
| | | minWidth: 120, |
| | | }, |
| | | { |
| | | field: 'qcCheckFlag', |
| | | title: '是否质检', |
| | | minWidth: 80, |
| | | slots: { default: 'qcCheckFlag' }, |
| | | }, |
| | | { |
| | | field: 'productNames', |
| | | title: '申请产品', |
| | | minWidth: 150, |
| | |
| | | slots: { default: 'status' }, |
| | | }, |
| | | { |
| | | field: 'inStatus', |
| | | title: '入库状态', |
| | | minWidth: 100, |
| | | slots: { default: 'inStatus' }, |
| | | }, |
| | | { |
| | | field: 'requestReason', |
| | | title: '申请理由', |
| | | minWidth: 150, |