| | |
| | | insBushing, |
| | | auxiliaryOriginalHours, |
| | | evaluate, |
| | | role, |
| | | insProductTemplate, |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | const user = { |
| | | selectUserList: "/user/selectUserList", //获取用户列表 |
| | | selectUserList: "/user/selectUserList", //获取用户列表 (用于班次,工时) |
| | | selectUserList2: "/user/selectUserList2", //获取用户列表 (用于用户管理页面) |
| | | selectPersonnelOverview: "/user/selectPersonnelOverview", // 资源要求-人员总览 |
| | | selectRoleList: "/role/selectRoleList", //获取角色列表 |
| | | updateUser: "/user/updateUser", //修改用户信息 |
| | |
| | | export: "/insOrder/export", //导出 |
| | | selectNoProducts: "/insOrder/selectNoProducts", //导出 |
| | | checkUpdate: "/insOrder/checkUpdate", //撤销审核通过 |
| | | checkNumber: "/insOrder/checkNumber", |
| | | addNumber: "/insOrder/addNumber", |
| | | } |
| | | |
| | | const sampleOrder = { |
| | |
| | | claimInsOrderPlan: "/insOrderPlan/claimInsOrderPlan", //认领检验任务 |
| | | doInsOrder: "/insOrderPlan/doInsOrder", //执行检验操作 |
| | | saveInsContext: "/insOrderPlan/saveInsContext", //保存检验内容 |
| | | saveInsContext2: "/insOrderPlan/saveInsContext2", //保存检验内容--电路试验 |
| | | saveInsContext2s: "/insOrderPlan/saveInsContext2s", //保存检验内容--电路试验--一次性保存 |
| | | saveInsContext3: "/insOrderPlan/saveInsContext3", //保存检验内容--温湿度检验 |
| | | deleteInsContext: "/insOrderPlan/deleteInsContext", //删除频段 |
| | | deleteInsContext2: "/insOrderPlan/deleteInsContext2", //删除频点 |
| | | upPlanUser: "/insOrderPlan/upPlanUser", //任务交接 |
| | | upPlanUser2: "/insOrderPlan/upPlanUser2", //任务交接 |
| | | verifyPlan: "/insOrderPlan/verifyPlan", //复核检验任务 |
| | |
| | | getReportModel: "/insOrderPlan/getReportModel", // 切换光纤-光纤带记录模版查询检验内容 |
| | | write: "/insOrderPlan/write", // 填写温度与湿度 |
| | | temCycle: "/insOrderPlan/temCycle", // 温度循环查看列表数据(包括通过样品id,循环次数,温度,循环次数进行筛选) |
| | | jumpTeam: "/insOrderPlan/jumpTeam", // 插队 |
| | | chooseVersion: "/insOrderPlan/chooseVersion", // 电路检验版本 |
| | | getInsProduct2: "/insOrderPlan/getInsProduct2", // 查看历史版本本 |
| | | scanInsOrderState: "/insOrderPlan/scanInsOrderState", // 扫码报检接口 |
| | | getInsOrderUserList: "/insOrderPlan/getInsOrderUserList", // 查看检验历史列表 |
| | | preview: "/insOrderPlan/preview", // csv文件预览 |
| | | outInsOrderState: "/insOrderPlan/outInsOrderState", // 检验任务扫码出库 |
| | | cancelSubmitPlan: "/insOrderPlan/cancelSubmitPlan", // 检验任务提交后撤销提交 |
| | | } |
| | | |
| | | const systemLog = { |
| | |
| | | ratifyReport: "/insReport/ratifyReport", //报告批准 |
| | | downAll: "/insReport/downAll", //报告批量下载 |
| | | upAll: "/insReport/upAll", //报告批量上传 |
| | | isReport: "/insReport/isReport", //是否生成总报告 |
| | | getInsOrderStateCount: "/insReport/getInsOrderStateCount", //查询检验报告记录 |
| | | } |
| | | |
| | | const warehouse = { |
| | |
| | | addSchedule: "/report/addSchedule", //首页-->添加日程 |
| | | ScheduleByMe: "/report/ScheduleByMe", //首页-->我的日程 |
| | | testProductByDay: "/report/testProductByDay", //首检测项目统计 |
| | | manHourByStation: "/report/manHourByStation", //首页工时统计 |
| | | manHourByPerson: "/report/manHourByPerson", //首页工时统计 |
| | | timeByStation: "/report/timeByStation", //站点工时统计 |
| | | } |
| | | const certification = { |
| | | getCertificationDetail: "/certification/getCertificationDetail", //查询资质明细列表 |
| | |
| | | getEvaluateGroup: "/evaluateGroup/getEvaluateGroup", //查询员工互评 |
| | | writeEvaluateGroup: "/evaluateGroup/writeEvaluateGroup", //填写员工互评 |
| | | } |
| | | |
| | | const role = { |
| | | getRole:"/role/getRole",//获取当前用户角色 |
| | | } |
| | | |
| | | // 电路试验模板 |
| | | const insProductTemplate = { |
| | | addInsProductTemplate:'/insProductTemplate/addInsProductTemplate',//保存模版 |
| | | chooseInsProductTemplate:'/insProductTemplate/chooseInsProductTemplate',//选择模版 |
| | | getInsProductTemplate:'/insProductTemplate/getInsProductTemplate',//选择之后查看详情 传参id |
| | | delInsProductTemplate:'/insProductTemplate/delInsProductTemplate',//删除模版 传参id |
| | | } |