| | |
| | | <module type="WEB_MODULE" version="4"> |
| | | <component name="NewModuleRootManager"> |
| | | <content url="file://$MODULE_DIR$"> |
| | | <excludeFolder url="file://$MODULE_DIR$/node_modules" /> |
| | | <excludeFolder url="file://$MODULE_DIR$/.pnpm" /> |
| | | <excludeFolder url="file://$MODULE_DIR$/.vite" /> |
| | | <excludeFolder url="file://$MODULE_DIR$/.cache" /> |
| | |
| | | allowClear: true, |
| | | }, |
| | | }, |
| | | { |
| | | fieldName: 'inStatus', |
| | | label: '入库状态', |
| | | component: 'Select', |
| | | componentProps: { |
| | | options: [ |
| | | { label: '未入库', value: 0 }, |
| | | { label: '部分入库', value: 1 }, |
| | | { label: '全部入库', value: 2 }, |
| | | ], |
| | | placeholder: '请选择入库状态', |
| | | allowClear: true, |
| | | }, |
| | | }, |
| | | ]; |
| | | } |
| | | |
| | |
| | | field: 'status', |
| | | title: '状态', |
| | | minWidth: 120, |
| | | fixed: 'right', |
| | | slots: { default: 'status' }, |
| | | }, |
| | | { |
| | | field: 'inStatus', |
| | | title: '入库状态', |
| | | minWidth: 100, |
| | | fixed: 'right', |
| | | slots: { default: 'inStatus' }, |
| | | }, |
| | | { |