|
|
@@ -181,6 +181,16 @@
|
|
181
|
181
|
<td colspan="3">
|
|
182
|
182
|
<input type="text" id="starttime" class="laydate-icon" style="height: 32px;" /> —— <input type="text" id="endtime" class="laydate-icon" style="height: 32px;" />
|
|
183
|
183
|
</td>
|
|
|
184
|
+ <th>工单状态:</th>
|
|
|
185
|
+ <td colspan="3">
|
|
|
186
|
+ <select name="" class="select" id="Select">
|
|
|
187
|
+ <option value="1" selected="selected">待交办</option>
|
|
|
188
|
+ <option value="2">待收回</option>
|
|
|
189
|
+ <option value="3">待审核退回</option>
|
|
|
190
|
+ <option value="5">待审核延时</option>
|
|
|
191
|
+ <option value="7">已回访</option>
|
|
|
192
|
+ </select>
|
|
|
193
|
+ </td>
|
|
184
|
194
|
<th></th>
|
|
185
|
195
|
<td>
|
|
186
|
196
|
<botton class="btns Seach">搜索</botton>
|
|
|
@@ -199,7 +209,7 @@
|
|
199
|
209
|
<th data-checkbox="true"></th>
|
|
200
|
210
|
<th data-field="F_WorkOrderId" data-align="center">工单单号</th>
|
|
201
|
211
|
<th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
|
|
202
|
|
- <th data-field="F_EndUser" data-align="center">受理人</th>
|
|
|
212
|
+ <th data-field="UserName" data-align="center">受理人</th>
|
|
203
|
213
|
<th data-field="F_WorkState" data-align="center" data-formatter="States">办理状态</th>
|
|
204
|
214
|
<th data-field="e" data-formatter="setCode" data-align="center">录音</th>
|
|
205
|
215
|
<th data-field="F_WorkOrderId" data-formatter="Dispose" data-align="center">操作</th>
|
|
|
@@ -324,7 +334,7 @@
|
|
324
|
334
|
var param = {
|
|
325
|
335
|
page: params.pageNumber,
|
|
326
|
336
|
pagesize: params.pageSize,
|
|
327
|
|
- state: $("#state").val(), //=工单状态
|
|
|
337
|
+ state: $("#Select").val(), //=工单状态
|
|
328
|
338
|
type: $("#type").val(), //=工单类型
|
|
329
|
339
|
bigtype: $("#bigtype").val(), //=大类别
|
|
330
|
340
|
smalltype: $("#smalltype").val(), //=小类别
|