| | |
| | | auxiliaryCorrectionHours, |
| | | insBushing, |
| | | auxiliaryOriginalHours, |
| | | evaluate, |
| | | } |
| | | } |
| | | |
| | |
| | | upStandardProducts: "/standardTree/upStandardProducts", //获取产品架构 |
| | | selectStandardProductEnumByMethodId: "/standardTree/selectStandardProductEnumByMethodId", //批量编辑查询所有检验项目和检验子项枚举 |
| | | getStandTreeBySampleType: "/standardTree/getStandTreeBySampleType", //仅获取光纤的型号 |
| | | inExcelOfTree: "/standardTree/inExcelOfTree", //导入标准库 |
| | | resetTreeOfPrice: "/standardTree/resetTreeOfPrice", //重置标准库单价 |
| | | resetTreeOfHour: "/standardTree/resetTreeOfHour", //重置标准库工时系数 |
| | | } |
| | | |
| | | const standardMethod = { |
| | |
| | | selectAuxiliaryOriginalHours: "/auxiliaryOriginalHours/selectAuxiliaryOriginalHours", //查询原始工时 |
| | | exportOriginalHours: "/auxiliaryOriginalHours/exportOriginalHours", //导出原始工时 |
| | | } |
| | | |
| | | const evaluate = { |
| | | page: "/evaluate/page", //查询考评 |
| | | exportEvaluate: "/evaluate/exportEvaluate", //导出考评 |
| | | getEvaluateCompetent: "/evaluateCompetent/getEvaluateCompetent", //查询主管打分 |
| | | writeEvaluateCompetent: "/evaluateCompetent/writeEvaluateCompetent", //填写主管打分 |
| | | getEvaluateLeader: "/evaluateLeader/getEvaluateLeader", //查询组长评分 |
| | | writeEvaluateLeader: "/evaluateLeader/writeEvaluateLeader", //组长评分 |
| | | exportEvaluateCompetent: "/evaluateCompetent/exportEvaluateCompetent", //导出主管打分 |
| | | exportEvaluateLeader: "/evaluateLeader/exportEvaluateLeader", //导出组长打分 |
| | | getEvaluateGroup: "/evaluateGroup/getEvaluateGroup", //查询员工互评 |
| | | writeEvaluateGroup: "/evaluateGroup/writeEvaluateGroup", //填写员工互评 |
| | | } |