From 94e2f78c6ff8eb51ce9b0a8c7a85062872cacb0c Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期一, 22 四月 2024 17:25:48 +0800 Subject: [PATCH] 检验模板调整 --- src/assets/api/controller.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 299a7d9..5fa4b80 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -19,6 +19,7 @@ warehouse, department, report, + certification, } } @@ -99,6 +100,7 @@ delTestObject: "/capacityScope/delTestObject", //鍒犻櫎妫�娴嬪璞� upTestObject: "/capacityScope/upTestObject", //淇敼妫�娴嬪璞� selectTestObjectByName: "/capacityScope/selectTestObjectByName", //鑾峰彇妫�楠屽璞℃灇涓� + getInsProduction: "/capacityScope/getInsProduction", //璁惧閲岄潰閫夋嫨妫�楠岄」鐩�(鏍戝舰缁撴瀯) } const laboratoryScope = { @@ -218,4 +220,16 @@ 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",//鍒犻櫎璧勮川鏄庣粏鍒楄〃 +} + + + -- Gitblit v1.9.3