From 74c58b88f878c4beafcedf4f75712bbdef4f7a6a Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 19 四月 2024 10:20:25 +0800 Subject: [PATCH] 优化任务检验页面 --- src/assets/api/controller.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 1d106c0..14fc76e 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -18,6 +18,8 @@ insReport, warehouse, department, + report, + certification, } } @@ -189,6 +191,8 @@ wordToHtml: "/insReport/wordToHtml", //Word杞琀TML inReport: "/insReport/inReport", //鎶ュ憡涓婁紶 upReportUrl: "/insReport/upReportUrl", //鎶ュ憡杩樺師 + writeReport: "/insReport/writeReport", //鎶ュ憡鎻愪氦 + examineReport: "/insReport/examineReport", //鎶ュ憡瀹℃牳 } const warehouse = { @@ -212,3 +216,18 @@ delDepartment: "/department/delDepartment", //鍒犻櫎閮ㄩ棬 showUserById: "/department/showUserById", //鏍规嵁閫夋嫨鐨勬爲灞曠ず鐩稿叧鐨勪汉鍛� } + +const report = { + businessStatisticsByDay: "/report/businessStatisticsByDay", //姣忔棩涓氬姟缁熻 + calendarWorkByWeek: "/report/calendarWorkByWeek", //棣栭〉-->鏃ュ巻浠诲姟鍥� + addSchedule: "/report/addSchedule", //棣栭〉-->娣诲姞鏃ョ▼ + ScheduleByMe: "/report/ScheduleByMe", //棣栭〉-->鎴戠殑鏃ョ▼ +} +const certification = { + getCertificationDetail:"/certification/getCertificationDetail",//鏌ヨ璧勮川鏄庣粏鍒楄〃 + addCertificationDetail:"/certification/addCertificationDetail",//娣诲姞璧勮川鏄庣粏鍒楄〃 + delCertificationDetail:"certification/delCertificationDetail",//鍒犻櫎璧勮川鏄庣粏鍒楄〃 +} + + + -- Gitblit v1.9.3