| | |
| | | auxiliaryOriginalHours, |
| | | evaluate, |
| | | role, |
| | | insProductTemplate, |
| | | } |
| | | } |
| | | |
| | |
| | | claimInsOrderPlan: "/insOrderPlan/claimInsOrderPlan", //认领检验任务 |
| | | doInsOrder: "/insOrderPlan/doInsOrder", //执行检验操作 |
| | | saveInsContext: "/insOrderPlan/saveInsContext", //保存检验内容 |
| | | saveInsContext2: "/insOrderPlan/saveInsContext2", //保存检验内容 |
| | | saveInsContext2: "/insOrderPlan/saveInsContext2", //保存检验内容--电路试验 |
| | | saveInsContext2s: "/insOrderPlan/saveInsContext2s", //保存检验内容--电路试验--一次性保存 |
| | | saveInsContext3: "/insOrderPlan/saveInsContext3", //保存检验内容--温湿度检验 |
| | | deleteInsContext: "/insOrderPlan/deleteInsContext", //删除频段 |
| | | deleteInsContext2: "/insOrderPlan/deleteInsContext2", //删除频点 |
| | | upPlanUser: "/insOrderPlan/upPlanUser", //任务交接 |
| | |
| | | getInsOrderUserList: "/insOrderPlan/getInsOrderUserList", // 查看检验历史列表 |
| | | preview: "/insOrderPlan/preview", // csv文件预览 |
| | | outInsOrderState: "/insOrderPlan/outInsOrderState", // 检验任务扫码出库 |
| | | cancelSubmitPlan: "/insOrderPlan/cancelSubmitPlan", // 检验任务提交后撤销提交 |
| | | } |
| | | |
| | | const systemLog = { |
| | |
| | | addSchedule: "/report/addSchedule", //首页-->添加日程 |
| | | ScheduleByMe: "/report/ScheduleByMe", //首页-->我的日程 |
| | | testProductByDay: "/report/testProductByDay", //首检测项目统计 |
| | | manHourByStation: "/report/manHourByStation", //首页工时统计 |
| | | manHourByPerson: "/report/manHourByPerson", //首页工时统计 |
| | | timeByStation: "/report/timeByStation", //站点工时统计 |
| | | } |
| | | const certification = { |
| | | getCertificationDetail: "/certification/getCertificationDetail", //查询资质明细列表 |
| | |
| | | const role = { |
| | | getRole:"/role/getRole",//获取当前用户角色 |
| | | } |
| | | |
| | | // 电路试验模板 |
| | | const insProductTemplate = { |
| | | addInsProductTemplate:'/insProductTemplate/addInsProductTemplate',//保存模版 |
| | | chooseInsProductTemplate:'/insProductTemplate/chooseInsProductTemplate',//选择模版 |
| | | getInsProductTemplate:'/insProductTemplate/getInsProductTemplate',//选择之后查看详情 传参id |
| | | delInsProductTemplate:'/insProductTemplate/delInsProductTemplate',//删除模版 传参id |
| | | } |