miaofuhao 6 ヶ月 前
コミット
66b87ccd47

+ 18 - 0
CallCenterWeb.UI/.project

42
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
42
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
43
 			</matcher>
43
 			</matcher>
44
 		</filter>
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
 	</filteredResources>
63
 	</filteredResources>
46
 </projectDescription>
64
 </projectDescription>

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

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

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

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

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

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