| | |
| | | selectTechnologyByMaterial: "technology/select", |
| | | selectAll:"/material/selectAll",//右侧数据 |
| | | technologyWrite:"/technology/write",//工艺路线,移开保存生产定额 |
| | | writeDevice:"/technology/writeDevice",//工艺路线,选择设备组,移开保存 |
| | | productWrite:"/product/write",//技术指标,移开保存内控值和标准值 |
| | | chooseFather: "/technology/chooseFather",//获取工序列表 |
| | | chooseDevice: "/technology/chooseDevice",//获取设备组列表 |
| | |
| | | finishedInspectChooseMater: "/finished-inspect/chooseMater",//根据订单号得到信息 |
| | | finishedInspectAddFinish: "/finished-inspect/addFinish", //新增成品检验 |
| | | finishedInspectUpdateFinishInspectsById: "/finished-inspect/updateFinishInspectsById",//上报 |
| | | finishedInspectSelectFinishInspectsListById: "/finished-inspect/selectFinishInspectsListById" |
| | | } |
| | | // 过程检验 |
| | | const processInspection = { |
| | |
| | | inspectionItemUpdateDevByInsId: "/inspection-item/updateDevByInsId",//更改设备 |
| | | inspectionItemlose_focus_update: "/inspection-item/lose_focus_update",//检验值 |
| | | processInspectUpdateProcessInspectsById: "/processInspect/updateProcessInspectsById",//上报 |
| | | inspectionItemChooseDev: "/inspection-item/chooseDev", |
| | | processInspectSelectProcessInspectsListById: "/processInspect/selectProcessInspectsListById" |
| | | } |
| | | // QMS实验室管理 |
| | | const laboratory = { |
| | |
| | | selectSaleDatilById: "sale/selectSaleDatilById", //根据销售单id查看详情, |
| | | addSale: "sale/addSale", //新增销售单 |
| | | saleCheck: "sale/check", //审核销售单 |
| | | synchronization: "sale/synchronization",//同步 |
| | | updateSaleById: "sale/updateSaleById", //根据销售单id修改详情信息 |
| | | delSale: "sale/delSale", //根据销售单id删除 |
| | | delAllSale: "sale/delAllSale", //批量删除销售单 |