From e5146f9238aaade13584b686bf2fabc2a08c0840 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 02 八月 2024 15:49:39 +0800
Subject: [PATCH] 修改下单页面权限

---
 src/assets/api/controller.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js
index 1c342d8..394fb22 100644
--- a/src/assets/api/controller.js
+++ b/src/assets/api/controller.js
@@ -154,6 +154,9 @@
   deleteDataAcquisitionConfiguration: "/deviceScope/deleteDataAcquisitionConfiguration", // 鍒犻櫎鏁伴噰閰嶇疆
   determineWhetherToCollectData: "/deviceScope/determineWhetherToCollectData", // 鍒ゆ柇璇ヨ澶囨槸鍚﹀彲浠ユ暟閲�
   dataCollection: "/deviceScope/dataCollection", // 鏁伴噰-鏁版嵁閲囬泦
+  treeDevice: "/deviceScope/treeDevice", // 璁惧鏍戝舰
+  temDataAcquisition: "/deviceScope/temDataAcquisition", // PK8000鏁伴噰
+  temDataAcquisition2: "/deviceScope/temDataAcquisition2", // PK8000鏁伴噰--澶氭潯
 }
 
 const insOrder = {
@@ -256,6 +259,8 @@
   writeReport: "/insReport/writeReport", //鎶ュ憡鎻愪氦
   examineReport: "/insReport/examineReport", //鎶ュ憡瀹℃牳
   ratifyReport: "/insReport/ratifyReport", //鎶ュ憡鎵瑰噯
+  downAll: "/insReport/downAll", //鎶ュ憡鎵归噺涓嬭浇
+  upAll: "/insReport/upAll", //鎶ュ憡鎵归噺涓婁紶
 }
 
 const warehouse = {

--
Gitblit v1.9.3