| | |
| | | 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查询订单详情 |
| | |
| | | projectListByfinishId: "/inspection-item/list_user", //根据id查询所有项目 |
| | | processInspectAddProcess: "/processInspect/addProcess",//新增检验 |
| | | inspectionItemListUser: "/inspection-item/list_user",//查询所有检验项目 |
| | | finishedInspectChooseMater: "/finished-inspect/chooseMater",//根据订单号得到信息 |
| | | finishedInspectAddFinish: "/finished-inspect/addFinish", //新增成品检验 |
| | | } |
| | | // 过程检验 |
| | | const processInspection = { |
| | | selectProcessInspectsList: "/processInspect/selectProcessInspectsList", // 分页查询过程检验单列表 |
| | | chooseMaterProcessInspect: "/processInspect/chooseMater",//根据订单号选择产品和工艺 |
| | | |
| | | inspectionItemUpdateDevByInsId: "/inspection-item/updateDevByInsId",//更改设备 |
| | | inspectionItemlose_focus_update: "/inspection-item/lose_focus_update",//检验值 |
| | | processInspectUpdateProcessInspectsById: "/processInspect/updateProcessInspectsById",//上报 |
| | | } |
| | | // QMS实验室管理 |
| | | const laboratory = { |