Преглед изворни кода

调整接单中心相关的人员权限

chenyidong пре 2 месеци
родитељ
комит
3c75e79b77

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
2
     "name" : "时与",
2
     "name" : "时与",
3
     "appid" : "__UNI__0C0EF72",
3
     "appid" : "__UNI__0C0EF72",
4
     "description" : "",
4
     "description" : "",
5
-    "versionName" : "1.2.1",
6
-    "versionCode" : 121,
5
+    "versionName" : "1.2.3",
6
+    "versionCode" : 123,
7
     "transformPx" : false,
7
     "transformPx" : false,
8
     /* 5+App特有相关 */
8
     /* 5+App特有相关 */
9
     "app-plus" : {
9
     "app-plus" : {

+ 1 - 1
pages/order/components/commission/filterQuery.vue

@@ -186,7 +186,7 @@
186
 			},
186
 			},
187
 			handleInitReceiptUser() {
187
 			handleInitReceiptUser() {
188
 				// 获取收单人数据
188
 				// 获取收单人数据
189
-				uni.$u.api.getDeptOwner({ excludeDeptIds : [100,369,378,356] }).then(res => {
189
+				uni.$u.api.listDetpUser().then(res => {
190
 					this.receiptUserListData = filterCustomerManager(res.data);
190
 					this.receiptUserListData = filterCustomerManager(res.data);
191
 				});
191
 				});
192
 			},
192
 			},

+ 2 - 2
pages/order/components/orderCenter/filterQuery.vue

@@ -378,12 +378,12 @@
378
 				});
378
 				});
379
 
379
 
380
 				// 获取接单人
380
 				// 获取接单人
381
-				uni.$u.api.getDeptOwner({ excludeDeptIds : [100,369,378,356] }).then(res => {
381
+				uni.$u.api.listDetpUser().then(res => {
382
 					this.identificationUserListData = filterCustomerManager(res.data);
382
 					this.identificationUserListData = filterCustomerManager(res.data);
383
 				});
383
 				});
384
 				
384
 				
385
 				// 获取发单人
385
 				// 获取发单人
386
-				uni.$u.api.getDeptCustomerByOrg({ deptId : 369 }).then(res => {
386
+				uni.$u.api.listDetpUser().then(res => {
387
 					this.createByUserListData = filterCustomerManager(res.data);
387
 					this.createByUserListData = filterCustomerManager(res.data);
388
 				});
388
 				});
389
 
389
 

+ 3 - 3
store/modules/user.js

@@ -28,9 +28,9 @@ export default {
28
 		netConfig: {
28
 		netConfig: {
29
 			// http://59.42.9.166:9520/proxy
29
 			// http://59.42.9.166:9520/proxy
30
 			// http://10.0.7.100:9500
30
 			// http://10.0.7.100:9500
31
-			// ip : "https://crm.nanjingshiyu.com/prod-api", // ip
32
-			ip: "http://172.16.7.200", // ip
33
-			port: "9500", // 端口
31
+			ip : "https://crm.nanjingshiyu.com/prod-api", // ip
32
+			// ip: "http://172.16.7.200", // ip
33
+			// port: "9500", // 端口
34
 			isCallOff : "2", // 开关
34
 			isCallOff : "2", // 开关
35
 			folder: "", // 文件夹
35
 			folder: "", // 文件夹
36
 			webRtcIp : "", // 呼叫中心的ip
36
 			webRtcIp : "", // 呼叫中心的ip