From 05b908bb4e6c612b5afe4a60c2f74cb7734cf3c5 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 23 四月 2024 13:09:41 +0800 Subject: [PATCH] 完成消息列表页 --- src/assets/api/controller.js | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 1d106c0..0af6352 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -18,6 +18,9 @@ insReport, warehouse, department, + report, + certification, + sealScope, } } @@ -98,6 +101,7 @@ delTestObject: "/capacityScope/delTestObject", //鍒犻櫎妫�娴嬪璞� upTestObject: "/capacityScope/upTestObject", //淇敼妫�娴嬪璞� selectTestObjectByName: "/capacityScope/selectTestObjectByName", //鑾峰彇妫�楠屽璞℃灇涓� + getInsProduction: "/capacityScope/getInsProduction", //璁惧閲岄潰閫夋嫨妫�楠岄」鐩�(鏍戝舰缁撴瀯) } const laboratoryScope = { @@ -189,6 +193,8 @@ wordToHtml: "/insReport/wordToHtml", //Word杞琀TML inReport: "/insReport/inReport", //鎶ュ憡涓婁紶 upReportUrl: "/insReport/upReportUrl", //鎶ュ憡杩樺師 + writeReport: "/insReport/writeReport", //鎶ュ憡鎻愪氦 + examineReport: "/insReport/examineReport", //鎶ュ憡瀹℃牳 } const warehouse = { @@ -212,3 +218,22 @@ delDepartment: "/department/delDepartment", //鍒犻櫎閮ㄩ棬 showUserById: "/department/showUserById", //鏍规嵁閫夋嫨鐨勬爲灞曠ず鐩稿叧鐨勪汉鍛� } + +const report = { + businessStatisticsByDay: "/report/businessStatisticsByDay", //姣忔棩涓氬姟缁熻 + calendarWorkByWeek: "/report/calendarWorkByWeek", //棣栭〉-->鏃ュ巻浠诲姟鍥� + addSchedule: "/report/addSchedule", //棣栭〉-->娣诲姞鏃ョ▼ + ScheduleByMe: "/report/ScheduleByMe", //棣栭〉-->鎴戠殑鏃ョ▼ + testProductByDay: "/report/testProductByDay", //棣栨娴嬮」鐩粺璁� +} +const certification = { + getCertificationDetail:"/certification/getCertificationDetail",//鏌ヨ璧勮川鏄庣粏鍒楄〃 + addCertificationDetail:"/certification/addCertificationDetail",//娣诲姞璧勮川鏄庣粏鍒楄〃 + delCertificationDetail:"certification/delCertificationDetail",//鍒犻櫎璧勮川鏄庣粏鍒楄〃 +} + +const sealScope = { + selectSeal:"/sealScope/selectSeal",//鏌ヨ鍗扮珷鍒楄〃 + addSeal:"/sealScope/addSeal",//娣诲姞鍗扮珷鍙傛暟 +} + -- Gitblit v1.9.3