| | |
| | | upUserPassword: "/user/upUserPassword", //修改用户密码 |
| | | upUserDepardLimsId: "/user/upUserDepardLimsId", //修改人员明细所在组织架构 |
| | | delUserDepardLimsId: "/user/delUserDepardLimsId", //删除人员明细所在组织架构 |
| | | upCustom: "/user/upCustom", //修改客户信息 |
| | | selectCustomEnum: "/user/selectCustomEnum", //获取客户枚举 |
| | | } |
| | | |
| | | const dataReporting = { |
| | |
| | | delProduct: "/capacityScope/delProduct", //删除产品 |
| | | upProduct: "/capacityScope/upProduct", //修改产品 |
| | | getItemTree: "/capacityScope/getItemTree", //获取检验对象树 |
| | | importData: "/capacityScope/importData", //导入检验项目 |
| | | } |
| | | |
| | | const laboratoryScope = { |
| | |
| | | selectSampleAndProductByOrderId: "/insOrder/selectSampleAndProductByOrderId", //通过检验单查询检验数据(数据查看) |
| | | costStatistics: "/insOrder/costStatistics", //费用统计 |
| | | selectSampleDefects: "/insOrder/selectSampleDefects", //样品缺陷指标 |
| | | updateStatus:"/insOrder/updateStatus",//将待审核更新成撤销状态 |
| | | updateInspected:"/insOrder/updateInspected",//将待检验的的撤销进行更改 |
| | | } |
| | | |
| | | const sampleOrder = { |
| | |
| | | upPlanUser: "/insOrderPlan/upPlanUser", //任务交接 |
| | | verifyPlan: "/insOrderPlan/verifyPlan", //复核检验任务 |
| | | submitPlan: "/insOrderPlan/submitPlan", //检验任务提交 |
| | | inspectionOrderDetailsTaskSwitching: "/insOrderPlan/inspectionOrderDetailsTaskSwitching", // 检验单详情-任务切换 |
| | | } |
| | | |
| | | const systemLog = { |
| | |
| | | getStandardTree2: "/standardTree/getStandardTree2", //获取产品架构 |
| | | upStandardProducts: "/standardTree/upStandardProducts", //获取产品架构 |
| | | selectStandardProductEnumByMethodId: "/standardTree/selectStandardProductEnumByMethodId", //批量编辑查询所有检验项目和检验子项枚举 |
| | | getStandTreeBySampleType: "/standardTree/getStandTreeBySampleType", //仅获取光纤的型号 |
| | | } |
| | | |
| | | const standardMethod = { |
| | |
| | | addStandardMethod: "/standardMethod/addStandardMethod", //添加标准方法 |
| | | upStandardMethod: "/standardMethod/upStandardMethod", //修改标准方法 |
| | | delStandardMethod: "/standardMethod/delStandardMethod", //删除标准方法 |
| | | importStandardDetails: "/standardMethod/importStandardDetails", // 导入标准明细 |
| | | } |
| | | |
| | | const StandardTemplate = { |
| | |
| | | upStandardTemplate: "/StandardTemplate/upStandardTemplate", //修改检验模板 |
| | | delStandardTemplate: "/StandardTemplate/delStandardTemplate", //删除检验模板 |
| | | getStandardTemplate: "/StandardTemplate/getStandardTemplate", //查询原始记录模板枚举 |
| | | getEditTemplatePreparation: "/StandardTemplate/getEditTemplatePreparation" |
| | | } |
| | | |
| | | const insReport = { |
| | |
| | | selectDepartmentLim: "/department/selectDepartmentLim", //获取部门树 |
| | | addDepartmentLims: "/department/addDepartmentLims", //添加部门 |
| | | delDepartmentLims: "/department/delDepartmentLims", //删除部门 |
| | | selectDepartmentEnum: "/department/selectDepartmentEnum", //获取组织架构枚举 |
| | | } |
| | | |
| | | const report = { |
| | |
| | | page: "/informationNotification/page", //滚动分页查询 |
| | | updateMessageStatus: "/informationNotification/updateMessageStatus", //更新消息状态(拒绝、接收) |
| | | triggerModificationStatusToRead: "/informationNotification/triggerModificationStatusToRead", //点击详情触发修改状态为已读 |
| | | getNumberFourTypesMessagesHomePage: "/informationNotification/getNumberFourTypesMessagesHomePage", // 消息通知-获取首页四种消息数量 |
| | | } |
| | | |
| | | const performanceShift = { |
| | |
| | | selectCompaniesList: "/companies/selectCompaniesList", //获取人事系统组织 |
| | | selectSimpleList: "/companies/selectSimpleList", //获取人事系统组织下的人员 |
| | | addPersonUser: "/companies/addPersonUser", //获取人事系统组织下的人员 |
| | | selectPersonUser: "/companies/selectPersonUser", //通过员工号获取员工 |
| | | } |