From a141ae1b57e12be6d8faeaf11fd1a0fe18106ae1 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 18 十二月 2024 09:28:13 +0800 Subject: [PATCH] 优化统计页面 --- src/assets/api/controller.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 834e395..57fe9f9 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -33,6 +33,7 @@ auxiliaryOriginalHours, evaluate, role, + insProductTemplate, } } @@ -197,6 +198,7 @@ doInsOrder: "/insOrderPlan/doInsOrder", //鎵ц妫�楠屾搷浣� saveInsContext: "/insOrderPlan/saveInsContext", //淇濆瓨妫�楠屽唴瀹� saveInsContext2: "/insOrderPlan/saveInsContext2", //淇濆瓨妫�楠屽唴瀹�--鐢佃矾璇曢獙 + saveInsContext2s: "/insOrderPlan/saveInsContext2s", //淇濆瓨妫�楠屽唴瀹�--鐢佃矾璇曢獙--涓�娆℃�т繚瀛� saveInsContext3: "/insOrderPlan/saveInsContext3", //淇濆瓨妫�楠屽唴瀹�--娓╂箍搴︽楠� deleteInsContext: "/insOrderPlan/deleteInsContext", //鍒犻櫎棰戞 deleteInsContext2: "/insOrderPlan/deleteInsContext2", //鍒犻櫎棰戠偣 @@ -316,6 +318,8 @@ addSchedule: "/report/addSchedule", //棣栭〉-->娣诲姞鏃ョ▼ ScheduleByMe: "/report/ScheduleByMe", //棣栭〉-->鎴戠殑鏃ョ▼ testProductByDay: "/report/testProductByDay", //棣栨娴嬮」鐩粺璁� + manHourByStation: "/report/manHourByStation", //棣栭〉宸ユ椂缁熻 + manHourByPerson: "/report/manHourByPerson", //棣栭〉宸ユ椂缁熻 } const certification = { getCertificationDetail: "/certification/getCertificationDetail", //鏌ヨ璧勮川鏄庣粏鍒楄〃 @@ -416,3 +420,11 @@ const role = { getRole:"/role/getRole",//鑾峰彇褰撳墠鐢ㄦ埛瑙掕壊 } + +// 鐢佃矾璇曢獙妯℃澘 +const insProductTemplate = { + addInsProductTemplate:'/insProductTemplate/addInsProductTemplate',//淇濆瓨妯$増 + chooseInsProductTemplate:'/insProductTemplate/chooseInsProductTemplate',//閫夋嫨妯$増 + getInsProductTemplate:'/insProductTemplate/getInsProductTemplate',//閫夋嫨涔嬪悗鏌ョ湅璇︽儏 浼犲弬id + delInsProductTemplate:'/insProductTemplate/delInsProductTemplate',//鍒犻櫎妯$増 浼犲弬id +} -- Gitblit v1.9.3