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