Fixiaobai
2023-09-13 9ddf303ca99059fac2d6b83829f2d39c04d1cf5f
src/assets/api/controller.js
@@ -17,7 +17,18 @@
   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",//右上角新增-->生产工艺-->选择设备
   addVersion:"/material/addVersion",//添加同一个型号工艺路线,技术指标,物料清单,生产工艺的版本
   delAllByTechnology:"/technology/delAllTech",//工艺路线-批量删除
   delAllByTarget:"/product/delAllPro",//技术指标-批量删除
   delAllByMBom:"/mbom/delAllMbom",//物料清单-批量删除
   delAllByProduct:"/technique/delAllTeq",//生产工艺-批量删除
   // 技术管理-技术文件
   selectAllOrder: "/orders/selectAllOrder", //查询所有订单列表
   selectOrderById: "/orders/selectOrderById", //根据订单id查询订单详情
@@ -149,6 +160,7 @@
   delQueById:"/techniqueModel/delQueById",//删除
   delAllQue:"/techniqueModel/delAllQue",//批量删除
   selecQueById:"/techniqueModel/selecQueById",//编辑
   writeQueById:"/techniqueModel/writeQueById",//编辑传参
}
const url = {