| | |
| | | import locType from './basicInfo/locType'; |
| | | import locArea from './basicInfo//locArea'; |
| | | import locAreaMatRela from './basicInfo/locAreaMatRela'; |
| | | import locAreaMat from './basicInfo/locAreaMat'; |
| | | import serialRuleItem from './system/serialRuleItem'; |
| | | import serialRule from './system/serialRule'; |
| | | import whMat from './basicInfo/whMat'; |
| | |
| | | import fields from './fields'; |
| | | import fieldsItem from './fieldsItem'; |
| | | import warehouseAreasItem from './warehouseAreasItem'; |
| | | import deviceSite from './basicInfo//deviceSite'; |
| | | import waitPakin from './waitPakin'; |
| | | import waitPakinItem from './waitPakinItem'; |
| | | |
| | | const ResourceContent = (node) => { |
| | | switch (node.component) { |
| | |
| | | return locArea; |
| | | case 'locAreaMatRela': |
| | | return locAreaMatRela; |
| | | case 'locAreaMat': |
| | | return locAreaMat; |
| | | case 'deviceSite': |
| | | return deviceSite; |
| | | case 'waitPakin': |
| | | return waitPakin; |
| | | case 'waitPakinItem': |
| | | return waitPakinItem; |
| | | |
| | | |
| | | |
| | | default: |