| | |
| | | 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 = { |