| | |
| | | upUserPassword: "/user/upUserPassword", //修改用户密码 |
| | | upUserDepardLimsId: "/user/upUserDepardLimsId", //修改人员明细所在组织架构 |
| | | delUserDepardLimsId: "/user/delUserDepardLimsId", //删除人员明细所在组织架构 |
| | | upCustom: "/user/upCustom", //修改客户信息 |
| | | selectCustomEnum: "/user/selectCustomEnum", //获取客户枚举 |
| | | } |
| | | |
| | | const dataReporting = { |
| | |
| | | selectSampleAndProductByOrderId: "/insOrder/selectSampleAndProductByOrderId", //通过检验单查询检验数据(数据查看) |
| | | costStatistics: "/insOrder/costStatistics", //费用统计 |
| | | selectSampleDefects: "/insOrder/selectSampleDefects", //样品缺陷指标 |
| | | updateStatus:"/insOrder/updateStatus",//将待审核更新成撤销状态 |
| | | updateInspected:"/insOrder/updateInspected",//将待检验的的撤销进行更改 |
| | | } |
| | | |
| | | const sampleOrder = { |
| | |
| | | getStandardTree2: "/standardTree/getStandardTree2", //获取产品架构 |
| | | upStandardProducts: "/standardTree/upStandardProducts", //获取产品架构 |
| | | selectStandardProductEnumByMethodId: "/standardTree/selectStandardProductEnumByMethodId", //批量编辑查询所有检验项目和检验子项枚举 |
| | | getStandTreeBySampleType: "/standardTree/getStandTreeBySampleType", //仅获取光纤的型号 |
| | | } |
| | | |
| | | const standardMethod = { |
| | |
| | | selectDepartmentLim: "/department/selectDepartmentLim", //获取部门树 |
| | | addDepartmentLims: "/department/addDepartmentLims", //添加部门 |
| | | delDepartmentLims: "/department/delDepartmentLims", //删除部门 |
| | | selectDepartmentEnum: "/department/selectDepartmentEnum", //获取组织架构枚举 |
| | | } |
| | | |
| | | const report = { |
| | |
| | | selectCompaniesList: "/companies/selectCompaniesList", //获取人事系统组织 |
| | | selectSimpleList: "/companies/selectSimpleList", //获取人事系统组织下的人员 |
| | | addPersonUser: "/companies/addPersonUser", //获取人事系统组织下的人员 |
| | | selectPersonUser: "/companies/selectPersonUser", //通过员工号获取员工 |
| | | } |