From d3a7b64c6855523c1d4b4978df09eda788c0064c Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期三, 24 四月 2024 18:20:41 +0800 Subject: [PATCH] 检验模板调整 --- src/assets/api/controller.js | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 4e431c5..ba9bd24 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -18,6 +18,10 @@ insReport, warehouse, department, + report, + certification, + sealScope, + informationNotification, } } @@ -85,6 +89,7 @@ upEnum: "/enum/upEnum", //淇敼鏋氫妇 delEnum: "/enum/delEnum", //鍒犻櫎鏋氫妇 selectEnumByCategory: "/enum/selectEnumByCategory", //閫氳繃鍒嗙被鏌ヨ鏋氫妇 + getDic: "/enum/getDic", //鑾峰彇鏁版嵁瀛楀吀鐨勫垎绫� } const capacityScope = { @@ -97,6 +102,7 @@ delTestObject: "/capacityScope/delTestObject", //鍒犻櫎妫�娴嬪璞� upTestObject: "/capacityScope/upTestObject", //淇敼妫�娴嬪璞� selectTestObjectByName: "/capacityScope/selectTestObjectByName", //鑾峰彇妫�楠屽璞℃灇涓� + getInsProduction: "/capacityScope/getInsProduction", //璁惧閲岄潰閫夋嫨妫�楠岄」鐩�(鏍戝舰缁撴瀯) } const laboratoryScope = { @@ -117,6 +123,7 @@ selectEquipmentOverview: "/deviceScope/selectEquipmentOverview", //鑾峰彇璁惧鎬昏 uploadFile: "/deviceScope/uploadFile", //涓婁紶鍥剧墖 selectDevicePrincipal: "/user/getDeviceManager", //鑾峰彇璁惧璐熻矗浜� + selectDeviceByCode: "/deviceScope/selectDeviceByCode", //閫氳繃璁惧缂栧彿鑾峰彇璁惧鍒楄〃 } const insOrder = { @@ -132,6 +139,7 @@ delInsOrderTemplate: "/insOrder/delInsOrderTemplate", //鍒犻櫎妫�楠屽崟妯℃澘 selectSampleAndProductByOrderId: "/insOrder/selectSampleAndProductByOrderId", //閫氳繃妫�楠屽崟鏌ヨ妫�楠屾暟鎹紙鏁版嵁鏌ョ湅锛� costStatistics: "/insOrder/costStatistics", //璐圭敤缁熻 + selectSampleDefects: "/insOrder/selectSampleDefects", //鏍峰搧缂洪櫡鎸囨爣 } const sampleOrder = { @@ -188,6 +196,8 @@ wordToHtml: "/insReport/wordToHtml", //Word杞琀TML inReport: "/insReport/inReport", //鎶ュ憡涓婁紶 upReportUrl: "/insReport/upReportUrl", //鎶ュ憡杩樺師 + writeReport: "/insReport/writeReport", //鎶ュ憡鎻愪氦 + examineReport: "/insReport/examineReport", //鎶ュ憡瀹℃牳 } const warehouse = { @@ -211,3 +221,31 @@ 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",//娣诲姞鍗扮珷鍙傛暟 +} + +const informationNotification = { + checkForUnreadData:"/informationNotification/checkForUnreadData",//鏌ヨ鏄惁瀛樺湪鏈鏁版嵁 + deleteDataBasedOnId:"/informationNotification/deleteDataBasedOnId",//鏍规嵁Id鍒犻櫎鏁版嵁 + informationReadOrDelete:"/informationNotification/informationReadOrDelete",//鏍囪鎵�鏈変俊鎭负宸茶-鍒犻櫎鎵�鏈夊凡璇绘秷鎭� + page:"/informationNotification/page",//婊氬姩鍒嗛〉鏌ヨ + updateMessageStatus:"/informationNotification/updateMessageStatus",//鏇存柊娑堟伅鐘舵�侊紙鎷掔粷銆佹帴鏀讹級 + triggerModificationStatusToRead:"/informationNotification/triggerModificationStatusToRead",//鐐瑰嚮璇︽儏瑙﹀彂淇敼鐘舵�佷负宸茶 +} + -- Gitblit v1.9.3