| | |
| | | performanceShift, |
| | | auxiliaryWorkingHours, |
| | | unPass, |
| | | companies |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | const user = { |
| | | selectUserList: "/user/selectUserList", //获取用户列表 |
| | | selectPersonnelOverview: "/user/selectPersonnelOverview", // 资源要求-人员总览 |
| | | selectRoleList: "/role/selectRoleList", //获取角色列表 |
| | | updateUser: "/user/updateUser", //修改用户信息 |
| | | addUser: "/user/addUser", //添加用户信息 |
| | |
| | | addCustom: "/user/addCustom", //新增客户信息 |
| | | getUserNow: "/user/getUserNow", //获取当前登录的客户信息 |
| | | getUserInfo: "/user/getUserInfo", //获取当前登录的用户信息 |
| | | upUserPassword: "/user/upUserPassword", //修改用户密码 |
| | | upUserPassword: "/user/upUserPassword", //修改用户密码 |
| | | } |
| | | |
| | | const dataReporting = { |
| | |
| | | delStandardTree: "/standardTree/delStandardTree", //删除标准树的层级 |
| | | selectStandardProductList: "/standardTree/selectStandardProductList", //通过标准树查询对应的检验项目 |
| | | selectStandardProductListByMethodId: "/standardTree/selectStandardProductListByMethodId", //通过检验标准查询检验项目 |
| | | selectStandardProductByMethodId: "/standardTree/selectStandardProductByMethodId", //批量编辑查询检验项目 |
| | | selectStandardMethodEnum: "/standardTree/selectStandardMethodEnum", //获取标准树下标准方法枚举 |
| | | getStandardTree2: "/standardTree/getStandardTree2", //获取产品架构 |
| | | upStandardProducts: "/standardTree/upStandardProducts", //获取产品架构 |
| | | selectStandardProductEnumByMethodId: "/standardTree/selectStandardProductEnumByMethodId", //批量编辑查询所有检验项目和检验子项枚举 |
| | | } |
| | | |
| | | const standardMethod = { |
| | |
| | | selectDepartment: "/department/selectDepartment", //人员架构树 |
| | | addDepartment: "/department/addDepartment", //添加部门 |
| | | delDepartment: "/department/delDepartment", //删除部门 |
| | | showUserById: "/department/showUserById", //根据选择的树展示相关的人员 |
| | | selectDepartmentLim: "/department/selectDepartmentLim", //获取部门树 |
| | | addDepartmentLims: "/department/addDepartmentLims", //添加部门 |
| | | delDepartmentLims: "/department/delDepartmentLims", //删除部门 |
| | | } |
| | | |
| | | const report = { |
| | |
| | | const unPass = { |
| | | pageInsUnPass:"/unPass/pageInsUnPass", // 查询不合格样品数据 |
| | | } |
| | | |
| | | const companies = { |
| | | selectCompaniesList: "/companies/selectCompaniesList", //获取人事系统组织 |
| | | selectSimpleList: "/companies/selectSimpleList", //获取人事系统组织下的人员 |
| | | addPersonUser: "/companies/addPersonUser", //获取人事系统组织下的人员 |
| | | } |