export default { getProductionWorkOrderList: { url: '/admin-api/mes/production-work-order-detail/pagePda', name: '生产订单列表', method: 'GET', }, getPreparationMaterialList: { url: '/admin-api/wms/work-order-bom-detail/detailListPage', name: '备料单列表', method: 'GET', }, scanPrepareMaterial: { url: '/admin-api/wms/material/getInfoByQrCode', name: '备料扫描物料/综合备料-扫描物料条码', method: 'GET', }, getPrepareMaterialList: { url: '/admin-api/wms/stock-preparation/preparedList', name: '已备料列表', method: 'GET', }, getOutStockAllPreparedPage: { url: '/admin-api/wms/stock-preparation/allPreparedPage', name: '待发料列表', method: 'GET', }, getOutStockMainDetailPage: { url: '/admin-api/wms/out-stock-detail/outStockMainDetailPage', name: '已发料列表', method: 'GET', }, savePrepareMaterial: { url: '/admin-api/wms/stock-preparation/createBatch', name: '保存物料', method: 'POST' }, createOutStockMaterial: { url: '/admin-api/wms/stock-preparation/createOutStock', name: '备料转发料', method: 'PUT' }, completePrepareMaterial: { url: '/admin-api/wms/out-stock/competePart', name: '签收', method: 'PUT' }, deletePrepareMaterial: { url: '/admin-api/wms/stock-preparation/delete', name: '删除已备物料', method: 'DELETE' }, getPrepareMatersList: { url: '/admin-api/wms/synthetical-send-master/page', name: '综合备料单主列表', method: 'GET', }, getPrepareMatersDetails: { url: '/admin-api/wms/synthetical-send-detail/page', name: '综合备料明细', method: 'GET', }, scanToPrepare: { url: '/admin-api/wms/synthetical-send-master/scanToPrepare', name: '综合备料-保存物料', method: 'POST' }, getSyntheticalSendResourcePage: { url: '/admin-api/wms/synthetical-send-resource/page', name: '综合备料-获取资源档', method: 'GET', }, updateSyntheticalSendResource: { url: '/admin-api/wms/synthetical-send-resource/update', name: '综合备料-更新资源档', method: 'PUT' }, scanPrepareMaterialSign: { url: '/admin-api/wms/synthetical-send-master/sign', name: '综合备料-签收', method: 'POST' }, scanSyntheticalSendMasterConfirm: { url: '/admin-api/wms/synthetical-send-master/confirmSend', name: '委外备料-生成发料单', method: 'POST' }, prepareSplit: { url: '/admin-api/wms/synthetical-send-master/prepareSplit', name: '综合备料-拆分', method: 'POST' }, // confirmMaterial: { // url: '/admin-api/wms/production-prepare-detail/create', // name: '确认备料', // method: 'POST' // }, // getMaterialDetailLists: { // url: '/admin-api/wms/work-order-bom-detail/prepareMixedList', // name: '混批备料需求列表', // method: 'GET', // }, // getPrepareMaterialLists: { // url: '/admin-api/wms/production-prepare-detail/preparedPage', // name: '混批备料已备列表', // method: 'GET', // }, // confirmMaterials: { // url: '/admin-api/wms/production-prepare-detail/createMix', // name: '混批备料提交', // method: 'POST' // }, }