Parcourir la Source

部门模糊查询带出联系人

jinquanwu il y a 6 ans
Parent
commit
cbd25f5987

+ 1 - 0
CallCenterWeb.UI/WorkOrder/AddWorkOrder.html

@@ -706,6 +706,7 @@
706 706
 											<div class="inpBox">
707 707
 												<input type="text" class="inps tree" id="clbmname" placeholder="请选择指派部门" onkeyup="darptSearch()" />
708 708
 												<input type="hidden" class="inps " id="clbm" />
709
+												<input type="hidden" id="Dpment" value="" />
709 710
 												<i class="Cleans  fa fa-close"></i>
710 711
 												<i class="xl"></i>
711 712
 												<div class="addTree xlAdd">

+ 1 - 1
CallCenterWeb.UI/callScreen/callScreen.html

@@ -939,7 +939,7 @@
939 939
 											<div class="inpBox">
940 940
 												<input type="text" class="inps tree" id="clbmname" placeholder="请选择指派部门" onkeyup="darptSearch()" />
941 941
 												<input type="hidden" class="inps " id="clbm" />
942
-												<input type="hidden" id="txtServerType" value="" />
942
+												<input type="hidden" id="Dpment" value="" />
943 943
 												<i class="Cleans  fa fa-close"></i>
944 944
 												<i class="xl"></i>
945 945
 												<div class="addTree xlAdd">

+ 1 - 1
CallCenterWeb.UI/callScreen/linkage.js

@@ -127,7 +127,7 @@
127 127
 			$(".tree").val($(this).html());
128 128
 			$("#Dpment").val($(this).attr("index"));
129 129
 			$(".Cleans").show();
130
-			getRY($(".clid"), $("#clbmname").val());
130
+			getRY($(".clid"), $("#Dpment").val());
131 131
 			
132 132
 		})
133 133
 		function depart() {

+ 1 - 1
CallCenterWeb.UI/js/WorkOrder/AddWorkOrder1.js

@@ -127,7 +127,7 @@
127 127
 			$(".tree").val($(this).html());
128 128
 			$("#Dpment").val($(this).attr("index"));
129 129
 			$(".Cleans").show();
130
-			getRY($(".clid"), $("#clbmname").val());
130
+			getRY($(".clid"), $("#Dpment").val());
131 131
 			
132 132
 		})
133 133
 		function depart() {