Browse Source

其他来源待待处理 修改来源不能下拉

d123 8 years ago
parent
commit
dbcb4fee75
1 changed files with 5 additions and 3 deletions
  1. 5 3
      WebUI/CallCenterWeb.UI/CommonHtml/AddAppeals.html

+ 5 - 3
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeals.html

46
 							</td>
46
 							</td>
47
 							<th>来源:</th>
47
 							<th>来源:</th>
48
 							<td>
48
 							<td>
49
-								<select class="select_" id="source">
50
-								</select>
49
+								<!--<select class="select_" id="source">
50
+								</select>-->
51
+								<input type="text" id="source" readonly="readonly" />
51
 							</td>
52
 							</td>
52
 							<th class="Importent">投诉电话:</th>
53
 							<th class="Importent">投诉电话:</th>
53
 							<td>
54
 							<td>
204
 							$('#email').val(Data[0].F_Email);
205
 							$('#email').val(Data[0].F_Email);
205
 							$("#zipcode").val(Data[0].F_ZipCode);
206
 							$("#zipcode").val(Data[0].F_ZipCode);
206
 							$("#result").val(Data[0].F_Result);
207
 							$("#result").val(Data[0].F_Result);
208
+							 $("#source").val(Data[0].SourceName);//来源
207
 							if(Data[0].F_IsResult == 1) {
209
 							if(Data[0].F_IsResult == 1) {
208
 								$(".Nows_box").toggle();
210
 								$(".Nows_box").toggle();
209
 							}
211
 							}
258
 							isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
260
 							isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
259
 							result: $('#result').val(),
261
 							result: $('#result').val(),
260
 							keys: $("#keys").val(), //=关键词id(多个用英文逗号,隔开)
262
 							keys: $("#keys").val(), //=关键词id(多个用英文逗号,隔开)
261
-							splituser: 5, //分管领导id(多个用英文逗号,隔开)
263
+//							splituser: 5, //分管领导id(多个用英文逗号,隔开)
262
 							type: $("#type").val(), //=类型
264
 							type: $("#type").val(), //=类型
263
 							bigtype: $("#bigtype").val(), //=大类别
265
 							bigtype: $("#bigtype").val(), //=大类别
264
 							smalltype: $("#smalltype").val(), //=小类别
266
 							smalltype: $("#smalltype").val(), //=小类别