miaofuhao 6 maanden geleden
bovenliggende
commit
66b87ccd47

+ 18 - 0
CallCenterWeb.UI/.project

@@ -42,5 +42,23 @@
42 42
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
43 43
 			</matcher>
44 44
 		</filter>
45
+		<filter>
46
+			<id>1750295574145</id>
47
+			<name></name>
48
+			<type>26</type>
49
+			<matcher>
50
+				<id>org.eclipse.ui.ide.multiFilter</id>
51
+				<arguments>1.0-name-matches-false-false-node_modules</arguments>
52
+			</matcher>
53
+		</filter>
54
+		<filter>
55
+			<id>1750303185043</id>
56
+			<name></name>
57
+			<type>26</type>
58
+			<matcher>
59
+				<id>org.eclipse.ui.ide.multiFilter</id>
60
+				<arguments>1.0-name-matches-false-false-node_modules</arguments>
61
+			</matcher>
62
+		</filter>
45 63
 	</filteredResources>
46 64
 </projectDescription>

+ 1 - 0
CallCenterWeb.UI/SystemManager/js/yongHuManger.js

@@ -460,6 +460,7 @@ var chan_jsid; //角色id
460 460
 $('.xlChan_four ul').on('click', 'li', function() {
461 461
 	$('.inps4').val($(this).html());
462 462
 	chan_jsid = $(this).attr('data-id');
463
+	$('.inps4').attr('data_id',chan_jsid)
463 464
 	console.log(chan_jsid);
464 465
 	//		$(this).addClass('fouceli').siblings().removeClass('fouceli');
465 466
 	$(this).parent().parent().css('display', 'none');

+ 1 - 1
CallCenterWeb.UI/equipmentManagement/js/equipmentManagementAdd.js

@@ -49,7 +49,7 @@ function getSalesman(obj) {
49 49
 	obj.append('<option selected="selected" value="" deptId="">请选择</option>');
50 50
 	$.getJSON(huayi.config.callcenter_url + "UserAccount/GetList", {
51 51
 		"token": $.cookie("token"),
52
-		type: 2,
52
+		code:"GCFZR",
53 53
 		dptid: $("#customer_department").val(),
54 54
         pagesize: 300,
55 55
 	}, function (data) {

+ 1 - 1
CallCenterWeb.UI/equipmentManagement/js/equipmentManagementModify.js

@@ -86,8 +86,8 @@ function getSalesman(obj) {
86 86
 	obj.append('<option selected="selected" value="" deptId="">请选择</option>');
87 87
 	$.getJSON(huayi.config.callcenter_url + "UserAccount/GetList", {
88 88
 		"token": $.cookie("token"),
89
-		type: 2,
90 89
 		dptid: $("#customer_department").val(),
90
+		code:"GCFZR",
91 91
         pagesize: 300,
92 92
 	}, function (data) {
93 93
 			var content = data.rows;