zouyu
2023-09-15 e03f39a06c9f17ee0bf9a2b1fa24b7de0ea2e3d4
src/assets/api/controller.js
@@ -77,6 +77,7 @@
   finishedInspectChooseMater: "/finished-inspect/chooseMater",//根据订单号得到信息
   finishedInspectAddFinish: "/finished-inspect/addFinish", //新增成品检验
   finishedInspectUpdateFinishInspectsById: "/finished-inspect/updateFinishInspectsById",//上报
   finishedInspectSelectFinishInspectsListById: "/finished-inspect/selectFinishInspectsListById"
}
// 过程检验
const processInspection = {
@@ -85,6 +86,8 @@
   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 = {