Fixiaobai
2023-09-20 a1917eca0b4f0fabf9f13648a840c2be8e2bf7f9
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 = {
@@ -182,6 +185,7 @@
   selectSaleDatilById: "sale/selectSaleDatilById", //根据销售单id查看详情,
   addSale: "sale/addSale", //新增销售单
   saleCheck: "sale/check", //审核销售单
   synchronization: "sale/synchronization",//同步
   updateSaleById: "sale/updateSaleById", //根据销售单id修改详情信息
   delSale: "sale/delSale", //根据销售单id删除
   delAllSale: "sale/delAllSale", //批量删除销售单