| | |
| | | |
| | | //车间管理 |
| | | const queryProductionTreeList = (params)=>getAction("/mdc/mdcProduction/queryTreeList",params); |
| | | const queryProductionTreeListByMdc = (params)=>getAction("/mdc/mdcProduction/queryTreeListByMdc",params); |
| | | const queryById = (params)=>getAction("/mdc/mdcProduction/queryIdTree",params); |
| | | const deleteByProduction = (params)=>deleteAction("/mdc/mdcProduction/delete",params); |
| | | |
| | |
| | | getUserNoticeInfo, |
| | | getDictItemsFromCache, |
| | | queryProductionTreeList, |
| | | queryProductionTreeListByMdc, |
| | | deleteByProduction, |
| | | queryById, |
| | | addEquipment, |