王震
2023-09-13 a15fb376f2a52a36be5ce2f1eeaf252a509dfcb7
src/assets/api/controller.js
@@ -17,6 +17,13 @@
   chooseTechByStandard:"/product/chooseTech",//右上角新增-->技术指标-->选择工序,工艺
   chooseFatherByStandard:"/product/chooseFather",//右上角新增-->技术指标-->选择项目父类
   addProductByStandard:"/product/add",//右上角新增-->技术指标
   addMBomByStandard:"/mbom/add",//右上角新增-->物料清单
   chooseTechByMBom:"/mbom/chooseTech",//右上角新增-->物料清单-->选择工序,工艺
   mBomWrite:"/mbom/write",//物料清单-->数量,移开保存
   chooseTechByProduct:"/technique/chooseTech",//右上角新增-->生产工艺-->选择工序,工艺
   addTechniqueByStandard:"/technique/add",//右上角新增-->生产工艺
   chooseProByProduct:"/technique/choosePro",//右上角新增-->生产工艺-->选择项目(父子),单位
   chooseDevByProduct:"/technique/chooseDev",//右上角新增-->生产工艺-->选择设备
   // 技术管理-技术文件
   selectAllOrder: "/orders/selectAllOrder", //查询所有订单列表
@@ -60,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 = {
@@ -142,6 +152,7 @@
   delQueById:"/techniqueModel/delQueById",//删除
   delAllQue:"/techniqueModel/delAllQue",//批量删除
   selecQueById:"/techniqueModel/selecQueById",//编辑
   writeQueById:"/techniqueModel/writeQueById",//编辑传参
}
const url = {