浏览代码

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

chenyidong 2 月之前
父节点
当前提交
3c75e79b77

+ 2 - 2
manifest.json

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

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

@@ -186,7 +186,7 @@
186 186
 			},
187 187
 			handleInitReceiptUser() {
188 188
 				// 获取收单人数据
189
-				uni.$u.api.getDeptOwner({ excludeDeptIds : [100,369,378,356] }).then(res => {
189
+				uni.$u.api.listDetpUser().then(res => {
190 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 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 387
 					this.createByUserListData = filterCustomerManager(res.data);
388 388
 				});
389 389
 

+ 3 - 3
store/modules/user.js

@@ -28,9 +28,9 @@ export default {
28 28
 		netConfig: {
29 29
 			// http://59.42.9.166:9520/proxy
30 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 34
 			isCallOff : "2", // 开关
35 35
 			folder: "", // 文件夹
36 36
 			webRtcIp : "", // 呼叫中心的ip