From c67f52b0060a3d3339a0c62850e919c152d3a669 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 21 六月 2024 10:00:31 +0800
Subject: [PATCH] 完成人员考评接口对接

---
 src/assets/api/controller.js |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js
index d51b04d..a50cbaf 100644
--- a/src/assets/api/controller.js
+++ b/src/assets/api/controller.js
@@ -28,7 +28,10 @@
     companies,
     auxiliaryOutputWorkingHours,
     auxiliaryWorkingHoursDay,
-    insBushing
+    auxiliaryCorrectionHours,
+    insBushing,
+    auxiliaryOriginalHours,
+    evaluate,
   }
 }
 
@@ -142,6 +145,8 @@
   uploadFile: "/deviceScope/uploadFile", //涓婁紶鍥剧墖
   selectDevicePrincipal: "/user/getDeviceManager", //鑾峰彇璁惧璐熻矗浜�
   selectDeviceByCode: "/deviceScope/selectDeviceByCode", //閫氳繃璁惧缂栧彿鑾峰彇璁惧鍒楄〃
+  getNumberCollect: "/deviceScope/getNumberCollect", //鏌ヨ鏁伴噰閰嶇疆
+  numberCollect: "/deviceScope/numberCollect", //缁存姢鏁伴噰閰嶇疆
 }
 
 const insOrder = {
@@ -175,6 +180,12 @@
   verifyPlan: "/insOrderPlan/verifyPlan", //澶嶆牳妫�楠屼换鍔�
   submitPlan: "/insOrderPlan/submitPlan", //妫�楠屼换鍔℃彁浜�
   inspectionOrderDetailsTaskSwitching: "/insOrderPlan/inspectionOrderDetailsTaskSwitching", // 妫�楠屽崟璇︽儏-浠诲姟鍒囨崲
+  getInsProduct: "/insOrderPlan/getInsProduct", // 鑾峰彇妫�楠岄」鐩拰妯℃澘鍐呭
+  getFileList: "/insOrderPlan/getFileList", // 鏌ョ湅妫�楠屽崟涓嬬殑闄勪欢鍒楄〃
+  delfile: "/insOrderPlan/delfile", // 闄勪欢鍒犻櫎
+  uploadFile: "/insOrderPlan/uploadFile", // 闄勪欢涓婁紶
+  downFile: "/insOrderPlan/downFile", // 闄勪欢涓嬭浇
+  checkSubmitPlan: "/insOrderPlan/checkSubmitPlan", // 鏍¢獙妫�楠屼换鍔℃彁浜�
 }
 
 const systemLog = {
@@ -199,6 +210,9 @@
   upStandardProducts: "/standardTree/upStandardProducts", //鑾峰彇浜у搧鏋舵瀯
   selectStandardProductEnumByMethodId: "/standardTree/selectStandardProductEnumByMethodId", //鎵归噺缂栬緫鏌ヨ鎵�鏈夋楠岄」鐩拰妫�楠屽瓙椤规灇涓�
   getStandTreeBySampleType: "/standardTree/getStandTreeBySampleType", //浠呰幏鍙栧厜绾ょ殑鍨嬪彿
+  inExcelOfTree: "/standardTree/inExcelOfTree", //瀵煎叆鏍囧噯搴�
+  resetTreeOfPrice: "/standardTree/resetTreeOfPrice", //閲嶇疆鏍囧噯搴撳崟浠�
+  resetTreeOfHour: "/standardTree/resetTreeOfHour", //閲嶇疆鏍囧噯搴撳伐鏃剁郴鏁�
 }
 
 const standardMethod = {
@@ -325,6 +339,29 @@
   approve: "/auxiliaryWorkingHoursDay/approve", //鎵瑰噯
 }
 
+const auxiliaryCorrectionHours = {
+  selectAuxiliaryCorrectionHours: "/auxiliaryCorrectionHours/selectAuxiliaryCorrectionHours", //鏌ヨ淇宸ユ椂
+  upload: "/auxiliaryCorrectionHours/upload", //瀵煎叆
+}
+
 const insBushing = {
   selectBushingBySampleId: "/insBushing/selectBushingBySampleId", //閫氳繃鏍峰搧id鑾峰彇鏍峰搧涓嬪厜绾ら厤缃唴瀹�
 }
+
+const auxiliaryOriginalHours = {
+  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", //濉啓鍛樺伐浜掕瘎
+}

--
Gitblit v1.9.3