Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop
| | |
| | | import basStation from './basicInfo/basStation'; |
| | | import warehouseStock from './statistics/stockManage'; |
| | | import basContainer from './basicInfo/basContainer'; |
| | | import outBound from "./outWork/outBound"; |
| | | import checkOutBound from "./outWork/checkOutBound"; |
| | | import outBound from "./work/outBound"; |
| | | import checkOutBound from "./work/checkOutBound"; |
| | | |
| | | const ResourceContent = (node) => { |
| | | switch (node.component) { |
File was renamed from rsf-admin/src/page/outWork/checkOutBound/CheckOutBoundList.jsx |
| | |
| | | |
| | | const [columns, setColumns] = useState([ |
| | | { |
| | | field: 'outQty', |
| | | headerName: translate('table.field.outBound.outQty') + "*", |
| | | field: 'locCode', |
| | | headerName: translate('table.field.locItem.locCode'), |
| | | width: 100, |
| | | type: 'number', |
| | | editable: true, |
| | | headerClassName: "custom", |
| | | editable: false, |
| | | }, |
| | | { |
| | | field: 'anfme', |
File was renamed from rsf-admin/src/page/outWork/outBound/OutBoundList.jsx |
| | |
| | | editable: false, |
| | | }, |
| | | { |
| | | field: 'locCode', |
| | | headerName: translate('table.field.locItem.locCode'), |
| | | width: 100, |
| | | editable: false, |
| | | }, |
| | | { |
| | | field: 'matnrCode', |
| | | headerName: translate('table.field.locItem.matnrCode'), |
| | | width: 130, |