王震
2023-09-14 216949ed487fb9519c5c85b4fcf7ee54daf9c140
src/assets/api/controller.js
@@ -67,11 +67,14 @@
   // listMaterial:"/finished-inspect/list_material",//添加检验单时的项目列表
   finishedInspectUser: "/finished-inspect/page_user", //获取所有主机工
   projectListByfinishId: "/inspection-item/list_user", //根据id查询所有项目
   processInspectAddProcess: "/processInspect/addProcess",//新增检验
   inspectionItemListUser: "/inspection-item/list_user",//查询所有检验项目
}
// 过程检验
const processInspection = {
   selectProcessInspectsList: "/processInspect/selectProcessInspectsList", // 分页查询过程检验单列表
   chooseMaterProcessInspect: "/processInspect/chooseMater",//根据订单号选择产品和工艺
}
// QMS实验室管理
const laboratory = {
@@ -126,7 +129,7 @@
   selectAllMbom:"/mbomModel/selectAllMbom",//物料维护--》右边
   addMbom:"/mbomModel/addMbom",//物料--->新增
   material:"/mbomModel/delMbomById",//物料清单删除
   delAllMbom:"/mbom/delAllMbom",//批量删除
   delAllMbom:"/mbomModel/delAllMbom",//批量删除
   selectAllTeque:"/techniqueModel/selectAllTeque",//生产工艺维护---。右边
@@ -149,6 +152,7 @@
   delQueById:"/techniqueModel/delQueById",//删除
   delAllQue:"/techniqueModel/delAllQue",//批量删除
   selecQueById:"/techniqueModel/selecQueById",//编辑
   writeQueById:"/techniqueModel/writeQueById",//编辑传参
}
const url = {