|
|
@@ -76,17 +76,15 @@
|
|
76
|
76
|
</td>-->
|
|
77
|
77
|
|
|
78
|
78
|
<th>反映类别:</th>
|
|
79
|
|
- <td style="position: relative;">
|
|
80
|
|
- <div class="inpBox">
|
|
81
|
|
- <input type="text" class="inpsReactionCategory" />
|
|
82
|
|
- <input type="hidden" id="keyid" />
|
|
83
|
|
- <i class="CleansReactionCategory fa fa-close"></i>
|
|
84
|
|
- <i class="xlReactionCategory xl_one"></i>
|
|
85
|
|
- <div class="addTreeReactionCategory xlAddReactionCategory">
|
|
86
|
|
- <ul id="addTreeDemoReactionCategory" class="ztree"></ul>
|
|
87
|
|
- </div>
|
|
88
|
|
- </div>
|
|
89
|
|
- </td>
|
|
|
79
|
+ <td class="reflectCategory-wrapper">
|
|
|
80
|
+ <input type="text" id="reflectCategory" class="form-control" autocomplete="off" />
|
|
|
81
|
+ <i class="CleansReactionCategory fa fa-close"></i>
|
|
|
82
|
+ <input type="hidden" id="keyid" />
|
|
|
83
|
+ <div class="reflectCategoryList-wrapper">
|
|
|
84
|
+ <ul id="reflectCategoryList">
|
|
|
85
|
+ </ul>
|
|
|
86
|
+ </div>
|
|
|
87
|
+ </td>
|
|
90
|
88
|
|
|
91
|
89
|
<th>承办单位:</th>
|
|
92
|
90
|
<td style="position: relative">
|
|
|
@@ -108,7 +106,39 @@
|
|
108
|
106
|
</select>
|
|
109
|
107
|
</td>
|
|
110
|
108
|
</tr>
|
|
111
|
|
-
|
|
|
109
|
+ <tr>
|
|
|
110
|
+ <th>工单状态:</th>
|
|
|
111
|
+ <td>
|
|
|
112
|
+ <select name="" id="state" class="form-control">
|
|
|
113
|
+ <option selected="selected" value="">请选择</option>
|
|
|
114
|
+ <option value="0">新工单</option>
|
|
|
115
|
+ <option value="1">待交办</option>
|
|
|
116
|
+ <option value="2">待查收</option>
|
|
|
117
|
+ <option value="3">退回审核中</option>
|
|
|
118
|
+ <option value="4">办理中</option>
|
|
|
119
|
+ <option value="5">延时审核中</option>
|
|
|
120
|
+ <option value="6">已办理</option>
|
|
|
121
|
+ <option value="11">重办待交办</option>
|
|
|
122
|
+ <option value="13">重办驳回</option>
|
|
|
123
|
+ <option value="8">重办中</option>
|
|
|
124
|
+ <option value="9">已结案</option>
|
|
|
125
|
+ </select>
|
|
|
126
|
+ </td>
|
|
|
127
|
+
|
|
|
128
|
+ <th>处理类型:</th>
|
|
|
129
|
+ <td>
|
|
|
130
|
+ <select class="form-control" id="dealtype">
|
|
|
131
|
+ <option value="">请选择</option>
|
|
|
132
|
+ <option value="0">网络转派</option>
|
|
|
133
|
+ <option value="1">当即办理</option>
|
|
|
134
|
+ </select>
|
|
|
135
|
+ </td>
|
|
|
136
|
+
|
|
|
137
|
+ <th>反映区域:</th>
|
|
|
138
|
+ <td>
|
|
|
139
|
+ <select class="form-control Min-width" id="sourceAreas"></select>
|
|
|
140
|
+ </td>
|
|
|
141
|
+ </tr>
|
|
112
|
142
|
</table>
|
|
113
|
143
|
</div>
|
|
114
|
144
|
</div>
|
|
|
@@ -121,6 +151,7 @@
|
|
121
|
151
|
<th data-formatter="serialNumber" data-align="center">序号</th>
|
|
122
|
152
|
<th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
|
|
123
|
153
|
<th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
|
|
|
154
|
+ <th data-field="DeptName" data-align="center">承办单位</th>
|
|
124
|
155
|
<th data-field="UserName" data-align="center">受理人</th>
|
|
125
|
156
|
<th data-field="F_WorkState" data-align="center" data-formatter="States">办理状态</th>
|
|
126
|
157
|
<th data-field="F_WorkOrderId" data-formatter="Dispose" data-align="center">操作</th>
|
|
|
@@ -147,10 +178,9 @@
|
|
147
|
178
|
<!--<script src="../js/WorkOrder/treeListCommon.js"></script>-->
|
|
148
|
179
|
<script>
|
|
149
|
180
|
var exportParams; // 导出参数
|
|
|
181
|
+ var cheHuiStateData =['3331','3332','8333']
|
|
150
|
182
|
$(document).ready(function () {
|
|
151
|
183
|
load();
|
|
152
|
|
- LY($("#source"));
|
|
153
|
|
- LB($("#type"));
|
|
154
|
184
|
treeReactionCategory(4258);
|
|
155
|
185
|
tree();
|
|
156
|
186
|
//ZX($("#ZX"));
|
|
|
@@ -164,9 +194,9 @@
|
|
164
|
194
|
event: 'focus'
|
|
165
|
195
|
});
|
|
166
|
196
|
|
|
167
|
|
- $(".Seach").click(function () {
|
|
168
|
|
- load();
|
|
169
|
|
- });
|
|
|
197
|
+// $(".Seach").click(function () {
|
|
|
198
|
+// load();
|
|
|
199
|
+// });
|
|
170
|
200
|
|
|
171
|
201
|
$("#orderlist").on("click-row.bs.table", function (e, row, ele) {
|
|
172
|
202
|
$('.success').removeClass('success'); //去除之前选中的行的,选中样式
|
|
|
@@ -207,6 +237,7 @@
|
|
207
|
237
|
var param = {
|
|
208
|
238
|
page: params.pageNumber,
|
|
209
|
239
|
pagesize: params.pageSize,
|
|
|
240
|
+ state: $("#state").val(), //=工单状态
|
|
210
|
241
|
key: $("#key").val(), //关键字
|
|
211
|
242
|
deptid: $("#PID").val(),
|
|
212
|
243
|
starttime: $("#starttime").val(), //开始时间
|
|
|
@@ -218,6 +249,8 @@
|
|
218
|
249
|
//usercode: $("#ZX").val(),//坐席工号
|
|
219
|
250
|
keyid: $('#keyid').val(), //关键词id
|
|
220
|
251
|
source: $("#source").val(), //来源
|
|
|
252
|
+ dealtype: $("#dealtype").val(),
|
|
|
253
|
+ sourcearea: $("#sourceAreas").val(), // 区域
|
|
221
|
254
|
token: $.cookie("token"),
|
|
222
|
255
|
};
|
|
223
|
256
|
exportParams = param;
|
|
|
@@ -307,20 +340,22 @@
|
|
307
|
340
|
|
|
308
|
341
|
}
|
|
309
|
342
|
|
|
310
|
|
- //操作
|
|
|
343
|
+ //操作
|
|
311
|
344
|
function Dispose(val, row) {
|
|
312
|
345
|
//按钮
|
|
313
|
346
|
var showOrnot = 'none';
|
|
314
|
347
|
//转媒体撤回按钮显示或隐藏
|
|
315
|
348
|
if (row.IsReturnMedia == 1) {
|
|
316
|
|
- showOrnot = 'inline-block';
|
|
|
349
|
+ if(cheHuiStateData.indexOf($.cookie("userCode"))===-1){
|
|
|
350
|
+ showOrnot = 'inline-block';
|
|
|
351
|
+ }
|
|
317
|
352
|
} else {
|
|
|
353
|
+
|
|
318
|
354
|
showOrnot = 'none';
|
|
319
|
355
|
}
|
|
320
|
356
|
return '<div class="imgs" >' +
|
|
321
|
357
|
'<a class="xg" title="查看" onclick="ckxq(\'' + val + '\')">查看</a>' +
|
|
322
|
|
- '<a class="xg withDrawBtn" style="display: ' + showOrnot + '" title="撤回" onclick="withDraw(\'' + val +
|
|
323
|
|
- '\')">撤回</a>' +
|
|
|
358
|
+ '<a class="xg withDrawBtn" style="display: ' + showOrnot + '" title="撤回" onclick="withDraw(\'' + val +'\')">撤回</a>' +
|
|
324
|
359
|
'</div>';
|
|
325
|
360
|
}
|
|
326
|
361
|
//查看详情
|