From c5842886b876f20d4411d9da4d8b3b4fef0c39a7 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期一, 29 四月 2024 02:25:27 +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 0af6352..3c5b676 100644
--- a/src/assets/api/controller.js
+++ b/src/assets/api/controller.js
@@ -21,6 +21,7 @@
     report,
     certification,
     sealScope,
+    informationNotification,
 	}
 }
 
@@ -102,6 +103,11 @@
 	upTestObject: "/capacityScope/upTestObject", //淇敼妫�娴嬪璞�
 	selectTestObjectByName: "/capacityScope/selectTestObjectByName", //鑾峰彇妫�楠屽璞℃灇涓�
   getInsProduction: "/capacityScope/getInsProduction", //璁惧閲岄潰閫夋嫨妫�楠岄」鐩�(鏍戝舰缁撴瀯)
+  selectProductListByObjectId: "/capacityScope/selectProductListByObjectId", //缁存姢妫�楠屽璞$殑浜у搧
+  addProduct: "/capacityScope/addProduct", //鏂板浜у搧
+  delProduct: "/capacityScope/delProduct", //鍒犻櫎浜у搧
+  upProduct: "/capacityScope/upProduct", //淇敼浜у搧
+  getItemTree: "/capacityScope/getItemTree", //鑾峰彇妫�楠屽璞℃爲
 }
 
 const laboratoryScope = {
@@ -122,6 +128,7 @@
 	selectEquipmentOverview: "/deviceScope/selectEquipmentOverview", //鑾峰彇璁惧鎬昏
 	uploadFile: "/deviceScope/uploadFile", //涓婁紶鍥剧墖
 	selectDevicePrincipal: "/user/getDeviceManager", //鑾峰彇璁惧璐熻矗浜�
+  selectDeviceByCode: "/deviceScope/selectDeviceByCode", //閫氳繃璁惧缂栧彿鑾峰彇璁惧鍒楄〃
 }
 
 const insOrder = {
@@ -137,6 +144,7 @@
   delInsOrderTemplate: "/insOrder/delInsOrderTemplate", //鍒犻櫎妫�楠屽崟妯℃澘
 	selectSampleAndProductByOrderId: "/insOrder/selectSampleAndProductByOrderId", //閫氳繃妫�楠屽崟鏌ヨ妫�楠屾暟鎹紙鏁版嵁鏌ョ湅锛�
 	costStatistics: "/insOrder/costStatistics", //璐圭敤缁熻
+  selectSampleDefects: "/insOrder/selectSampleDefects", //鏍峰搧缂洪櫡鎸囨爣
 }
 
 const sampleOrder = {
@@ -170,6 +178,7 @@
 	selectStandardProductList: "/standardTree/selectStandardProductList", //閫氳繃鏍囧噯鏍戞煡璇㈠搴旂殑妫�楠岄」鐩�
 	selectStandardProductListByMethodId: "/standardTree/selectStandardProductListByMethodId", //閫氳繃妫�楠屾爣鍑嗘煡璇㈡楠岄」鐩�
 	selectStandardMethodEnum: "/standardTree/selectStandardMethodEnum", //鑾峰彇鏍囧噯鏍戜笅鏍囧噯鏂规硶鏋氫妇
+  getStandardTree2: "/standardTree/getStandardTree2", //鑾峰彇浜у搧鏋舵瀯
 }
 
 const standardMethod = {
@@ -195,6 +204,7 @@
   upReportUrl: "/insReport/upReportUrl", //鎶ュ憡杩樺師
   writeReport: "/insReport/writeReport", //鎶ュ憡鎻愪氦
   examineReport: "/insReport/examineReport", //鎶ュ憡瀹℃牳
+  ratifyReport: "/insReport/ratifyReport", //鎶ュ憡鎵瑰噯
 }
 
 const warehouse = {
@@ -237,3 +247,12 @@
   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