Explorar el Código

用户管理修改

jinquanwu %!s(int64=6) %!d(string=hace) años
padre
commit
87b511b890
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      CallCenterWeb.UI/SystemManager/js/yongHuManger.js

+ 6 - 6
CallCenterWeb.UI/SystemManager/js/yongHuManger.js

@@ -129,7 +129,7 @@ function addCun() {
129 129
 			extno: $('.add_fenji').val(),
130 130
 			//wxno:$('.add_wxno').val(),
131 131
 			deptid: did,
132
-			DeptCode: $("#OPID").val(), //是	string	部门 code - 新增
132
+			GroupId: $("#OPID").val(), //是	string	部门 code - 新增
133 133
 			roleid: jsid,
134 134
 			groupid: zxid, //'组id?'
135 135
 			// RegionId: reginId,
@@ -394,7 +394,7 @@ $('.change').click(function() {
394 394
 		getYG(chan_uc, ygbh);
395 395
 		$.ajax({
396 396
 			type: "post",
397
-			url: huayi.config.callcenter_url + "SeatGroup/GetSeatList?flag=ZXZ",
397
+			url: huayi.config.callcenter_url + "SeatGroup/GetSeatList?",
398 398
 			async: true,
399 399
 			dataType: 'json',
400 400
 			data: {
@@ -566,7 +566,7 @@ function chanGetDep() {
566 566
 var setting5 = {
567 567
 	data: {
568 568
 		key: {
569
-			name: "GroupName"
569
+			name: "F_ZXZName"
570 570
 		},
571 571
 		simpleData: {
572 572
 			enable: true,
@@ -611,9 +611,9 @@ function onChecks(e, treeId, treeNode) {
611 611
 	var v = "",
612 612
 		opid = '';
613 613
 	for(var i = 0, l = nodes.length; i < l; i++) {
614
-		v += nodes[i].GroupName + ",";
614
+		v += nodes[i].F_ZXZName + ",";
615 615
 		console.log(v);
616
-		opid += nodes[i].GroupId + "|"
616
+		opid += nodes[i].F_ZXZID + "|"
617 617
 	}
618 618
 	if(v.length > 0) v = v.substring(0, v.length - 1);
619 619
 	var cityObj = $(".inps6");
@@ -727,7 +727,7 @@ function chan_tj() {
727 727
 			extno: $('.change_fenji').val(),
728 728
 			usercode: ygbh,
729 729
 			deptid: chanDid,
730
-			DeptCode: $('#OPIDs').val(), //是	string	部门 code - 新增
730
+			GroupId: $('#OPIDs').val(), //是	string	部门 code - 新增
731 731
 			roleid: chan_jsid,
732 732
 			groupid: chanZxid,
733 733
 			// RegionId: chanReginId,