liuzhihui преди 3 години
родител
ревизия
7bf6b15ff9

Файловите разлики са ограничени, защото са твърде много
+ 785 - 781
WebUI/CallCenterWeb.UI/Appeal/expiredWorkOrders.html


+ 1 - 1
WebUI/CallCenterWeb.UI/Appeal/toAuditList.html

427
         function ckxq(str) {
427
         function ckxq(str) {
428
             layer.open({
428
             layer.open({
429
                 type: 2,
429
                 type: 2,
430
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
430
+                content: "../CommonHtml/WorkDatil.html?wid=" + str+"&isshowbtn=1", //iframe的url,no代表不显示滚动条
431
                 title: '工单详情',
431
                 title: '工单详情',
432
                 area: ['100%', '100%'], //宽高
432
                 area: ['100%', '100%'], //宽高
433
             });
433
             });

+ 1 - 1
WebUI/CallCenterWeb.UI/Business/ReturnReviewedTransferred.html

426
         function ckxq(str) {
426
         function ckxq(str) {
427
             layer.open({
427
             layer.open({
428
                 type: 2,
428
                 type: 2,
429
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
429
+                content: "../CommonHtml/WorkDatil.html?wid=" + str+"&isshowbtn=1", //iframe的url,no代表不显示滚动条
430
                 title: '工单详情',
430
                 title: '工单详情',
431
                 area: ['100%', '100%'], //宽高
431
                 area: ['100%', '100%'], //宽高
432
             });
432
             });

Файловите разлики са ограничени, защото са твърде много
+ 2508 - 2250
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html


+ 13 - 5
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseCommission.html

261
                         page: params.pageNumber,
261
                         page: params.pageNumber,
262
                         pagesize: params.pageSize,
262
                         pagesize: params.pageSize,
263
                         workid: $("#wids").val(),
263
                         workid: $("#wids").val(),
264
+                        state: $("#state").val(), //=工单状态
264
                         type: $("#type").val(), //=工单类型
265
                         type: $("#type").val(), //=工单类型
266
+                        bigtype: $("#bigtype").val(), //=大类别
267
+                        smalltype: $("#smalltype").val(), //=小类别
265
                         key: $("#key").val(), //=关键字
268
                         key: $("#key").val(), //=关键字
266
                         tel: $("#tel").val(), //=客户电话
269
                         tel: $("#tel").val(), //=客户电话
267
                         name: $("#name").val(), //=客户名称
270
                         name: $("#name").val(), //=客户名称
268
-                        usercode: usercodeID, //=坐席工号
271
+                        usercode: $("#auditorMultimediaPersonnel").val(), // 转督办
269
                         ddusercode: ddusercodeID,
272
                         ddusercode: ddusercodeID,
270
                         keyid: $("#keyid").val(), //=关键词id
273
                         keyid: $("#keyid").val(), //=关键词id
271
                         source: $("#source").val(), //=来源&
274
                         source: $("#source").val(), //=来源&
272
-                        starttime: $("#starttime").val(), //=开始时间
273
-                        endtime: $("#endtime").val(), //=结束时间
274
-                        deptid: $("#PID").val(),
275
-                        tab: 1, //办理中
275
+                        dealstarttime: $("#dealstarttime").val(), // 办理开始时间
276
+                        dealstrendtime: $("#dealstrendtime").val(), // 办理结束时间
277
+                        dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
278
+                        dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
279
+                        // deptid: $("#PID").val(),
280
+                        dbdeptid: $("#PID").val(), // 承办单位
281
+                        result: $("#result").val(), // 办理结果
282
+                        comtitle: $("#comtitle").val(), // 工单标题
283
+                        comContent: $("#comContent").val(), // 来电内容
276
                         sourcearea: $('#sourceAreas').val(), //区域
284
                         sourcearea: $('#sourceAreas').val(), //区域
277
                         Supervisor: 1,
285
                         Supervisor: 1,
278
                         iscb: iscb, // 0督办待办、1督办重办
286
                         iscb: iscb, // 0督办待办、1督办重办

+ 57 - 24
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseComprehensiveInquiries.html

68
                                 <td>
68
                                 <td>
69
                                     <input type="text" id="name" class="form-control" />
69
                                     <input type="text" id="name" class="form-control" />
70
                                 </td>
70
                                 </td>
71
-                                <th><span class="nameJustified">关键字:</span></th>
72
-                                <td>
73
-                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
74
-                                    <botton class="btns Seach">搜索</botton>
71
+                                <th>办理时间:</th>
72
+                                <td colspan="3">
73
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
74
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input
75
+                                        id="dealstrendtime" class="photo x-color laydate-icon" type="text"
76
+                                        autocomplete="off" style="height: 35px;" />
75
                                 </td>
77
                                 </td>
76
                             </tr>
78
                             </tr>
77
                             <tr>
79
                             <tr>
78
-                                <th>受话坐席:</th>
80
+                                <th><span class="nameJustified">转督办:</span></th>
79
                                 <td>
81
                                 <td>
80
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
81
-                                        data-live-search="true">
82
-                                        <option value="">请选择坐席</option>
82
+                                    <select id="auditorMultimediaPersonnel" name="select"
83
+                                        class="selectpicker show-tick form-control" data-live-search="true">
84
+                                        <option value="">请选择</option>
83
                                     </select>
85
                                     </select>
84
                                 </td>
86
                                 </td>
85
                                 <th><span class="nameJustified">审核员:</span></th>
87
                                 <th><span class="nameJustified">审核员:</span></th>
86
                                 <td>
88
                                 <td>
87
-                                    <select id="yardman" name="select" class="selectpicker show-tick form-control" multiple data-live-search="true">
89
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
90
+                                        multiple data-live-search="true">
88
                                         <option value="">请选择调度员</option>
91
                                         <option value="">请选择调度员</option>
89
                                     </select>
92
                                     </select>
90
                                 </td>
93
                                 </td>
92
                                 <td>
95
                                 <td>
93
                                     <select name="" id="sourceAreas" class="form-control Min-width">
96
                                     <select name="" id="sourceAreas" class="form-control Min-width">
94
                                     </select>
97
                                     </select>
95
-                                    <botton class="btns exportFile">导出</botton>
98
+                                    <botton class="btns Seach">搜索</botton>
96
                                 </td>
99
                                 </td>
100
+                                <!-- <th><span class="nameJustified">关键字:</span></th>
101
+                                <td>
102
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
103
+                                </td> -->
97
                             </tr>
104
                             </tr>
98
                             <tr>
105
                             <tr>
99
                                 <th>承办单位:</th>
106
                                 <th>承办单位:</th>
100
                                 <td style="position: relative;">
107
                                 <td style="position: relative;">
101
                                     <div class="inpBox">
108
                                     <div class="inpBox">
102
-                                        <input type="text" class="inps"  />
109
+                                        <input type="text" class="inps" />
103
                                         <i class="Cleans  fa fa-close"></i>
110
                                         <i class="Cleans  fa fa-close"></i>
104
                                         <i class="xl xl_one"></i>
111
                                         <i class="xl xl_one"></i>
105
                                         <div class="addTree xlAdd">
112
                                         <div class="addTree xlAdd">
111
                                         </ul>
118
                                         </ul>
112
                                     </div>
119
                                     </div>
113
                                 </td>
120
                                 </td>
114
-                                <th>督办人:</th>
121
+                                <th>来电类型:</th>
115
                                 <td>
122
                                 <td>
116
-                                	<select id="strSupervisor" name="select" class="selectpicker show-tick form-control" data-live-search="true">
117
-                                        <option value="">请选择督办人</option>
123
+                                    <select class="form-control" id="type">
118
                                     </select>
124
                                     </select>
119
                                 </td>
125
                                 </td>
120
-                                <th>来电类型:</th>
126
+                                <th>办理结果:</th>
121
                                 <td>
127
                                 <td>
122
-                                    <select class="form-control Min-width" id="type">
123
-                                    </select>
128
+                                    <input type="text" placeholder="输入办理结果" id="result"
129
+                                        class="form-control Min-width" />
130
+                                    <botton class="btns exportFile">导出</botton>
131
+                                </td>
132
+                            </tr>
133
+                            <tr>
134
+                                <th>反映类别:</th>
135
+                                <td class="reflectCategory-wrapper">
136
+                                    <input type="text" id="reflectCategory" class="form-control" autocomplete="off" />
137
+                                    <i class="CleansReactionCategory fa fa-close"></i>
138
+                                    <input type="hidden" id="keyid" />
139
+                                    <div class="reflectCategoryList-wrapper">
140
+                                        <ul id="reflectCategoryList">
141
+                                        </ul>
142
+                                    </div>
124
                                 </td>
143
                                 </td>
144
+                                <th>工单标题:</th>
145
+                                <td>
146
+                                    <input type="text" placeholder="输入工单标题" id="comtitle" class="form-control" />
147
+                                </td>
148
+                                <th>来电内容:</th>
149
+                                <td>
150
+                                    <input type="text" placeholder="输入来电内容" id="comContent"
151
+                                        class="form-control Min-width" />
152
+                                </td>
153
+                            </tr>
125
                             </tr>
154
                             </tr>
126
                         </table>
155
                         </table>
127
                     </div>
156
                     </div>
270
                         workid: $("#wids").val(),
299
                         workid: $("#wids").val(),
271
                         state: $("#state").val(), //=工单状态
300
                         state: $("#state").val(), //=工单状态
272
                         type: $("#type").val(), //=工单类型
301
                         type: $("#type").val(), //=工单类型
302
+                        bigtype: $("#bigtype").val(), //=大类别
303
+                        smalltype: $("#smalltype").val(), //=小类别
273
                         key: $("#key").val(), //=关键字
304
                         key: $("#key").val(), //=关键字
274
                         tel: $("#tel").val(), //=客户电话
305
                         tel: $("#tel").val(), //=客户电话
275
                         name: $("#name").val(), //=客户名称
306
                         name: $("#name").val(), //=客户名称
276
-                        usercode: usercodeID, //=坐席工号
307
+                        usercode: $("#auditorMultimediaPersonnel").val(), // 转督办
277
                         ddusercode: ddusercodeID,
308
                         ddusercode: ddusercodeID,
278
                         keyid: $("#keyid").val(), //=关键词id
309
                         keyid: $("#keyid").val(), //=关键词id
279
                         source: $("#source").val(), //=来源&
310
                         source: $("#source").val(), //=来源&
280
-                        // starttime: $("#starttime").val(), //=开始时间
281
-                        // endtime: $("#endtime").val(), //=结束时间
311
+                        dealstarttime: $("#dealstarttime").val(), // 办理开始时间
312
+                        dealstrendtime: $("#dealstrendtime").val(), // 办理结束时间
282
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
313
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
283
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
314
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
284
-                        deptid: $("#PID").val(),
285
-                        tab: tab, // 已完结
286
-                        sourcearea: $("#sourceAreas").val(), //区域
287
-                        strSupervisor: $("#strSupervisor").val(), // 督办人
315
+                        // deptid: $("#PID").val(),
316
+                        dbdeptid: $("#PID").val(), // 承办单位
317
+                        result: $("#result").val(), // 办理结果
318
+                        comtitle: $("#comtitle").val(), // 工单标题
319
+                        comContent: $("#comContent").val(), // 来电内容
320
+                        sourcearea: $('#sourceAreas').val(), //区域
288
                         Supervisor: 1,
321
                         Supervisor: 1,
289
                         token: $.cookie("token")
322
                         token: $.cookie("token")
290
                     };
323
                     };

+ 54 - 19
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseFinished.html

33
                 <div>
33
                 <div>
34
                     <span>【搜索信息】</span>
34
                     <span>【搜索信息】</span>
35
                     <div class="box_content">
35
                     <div class="box_content">
36
-                        <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
36
+                       <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
37
                             <tr>
37
                             <tr>
38
                                 <th>工单来源:</th>
38
                                 <th>工单来源:</th>
39
                                 <td>
39
                                 <td>
68
                                 <td>
68
                                 <td>
69
                                     <input type="text" id="name" class="form-control" />
69
                                     <input type="text" id="name" class="form-control" />
70
                                 </td>
70
                                 </td>
71
-                                <th><span class="nameJustified">关键字:</span></th>
72
-                                <td>
73
-                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
74
-                                    <botton class="btns Seach">搜索</botton>
71
+                                <th>办理时间:</th>
72
+                                <td colspan="3">
73
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
74
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input
75
+                                        id="dealstrendtime" class="photo x-color laydate-icon" type="text"
76
+                                        autocomplete="off" style="height: 35px;" />
75
                                 </td>
77
                                 </td>
76
                             </tr>
78
                             </tr>
77
                             <tr>
79
                             <tr>
78
-                                <th>受话坐席:</th>
80
+                                <th><span class="nameJustified">转督办:</span></th>
79
                                 <td>
81
                                 <td>
80
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
81
-                                        data-live-search="true">
82
-                                        <option value="">请选择坐席</option>
82
+                                    <select id="auditorMultimediaPersonnel" name="select"
83
+                                        class="selectpicker show-tick form-control" data-live-search="true">
84
+                                        <option value="">请选择</option>
83
                                     </select>
85
                                     </select>
84
                                 </td>
86
                                 </td>
85
                                 <th><span class="nameJustified">审核员:</span></th>
87
                                 <th><span class="nameJustified">审核员:</span></th>
93
                                 <td>
95
                                 <td>
94
                                     <select name="" id="sourceAreas" class="form-control Min-width">
96
                                     <select name="" id="sourceAreas" class="form-control Min-width">
95
                                     </select>
97
                                     </select>
96
-                                    <botton class="btns exportFile">导出</botton>
98
+                                    <botton class="btns Seach">搜索</botton>
97
                                 </td>
99
                                 </td>
100
+                                <!-- <th><span class="nameJustified">关键字:</span></th>
101
+                                <td>
102
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
103
+                                </td> -->
98
                             </tr>
104
                             </tr>
99
                             <tr>
105
                             <tr>
100
                                 <th>承办单位:</th>
106
                                 <th>承办单位:</th>
101
                                 <td style="position: relative;">
107
                                 <td style="position: relative;">
102
                                     <div class="inpBox">
108
                                     <div class="inpBox">
103
-                                        <input type="text" class="inps"  />
109
+                                        <input type="text" class="inps" />
104
                                         <i class="Cleans  fa fa-close"></i>
110
                                         <i class="Cleans  fa fa-close"></i>
105
                                         <i class="xl xl_one"></i>
111
                                         <i class="xl xl_one"></i>
106
                                         <div class="addTree xlAdd">
112
                                         <div class="addTree xlAdd">
117
                                     <select class="form-control" id="type">
123
                                     <select class="form-control" id="type">
118
                                     </select>
124
                                     </select>
119
                                 </td>
125
                                 </td>
120
-                                <th></th>
121
-                                <td style="text-align: center;">
126
+                                <th>办理结果:</th>
127
+                                <td>
128
+                                    <input type="text" placeholder="输入办理结果" id="result"
129
+                                        class="form-control Min-width" />
130
+                                    <botton class="btns exportFile">导出</botton>
122
                                 </td>
131
                                 </td>
123
                             </tr>
132
                             </tr>
133
+                            <tr>
134
+                                <th>反映类别:</th>
135
+                                <td class="reflectCategory-wrapper">
136
+                                    <input type="text" id="reflectCategory" class="form-control" autocomplete="off" />
137
+                                    <i class="CleansReactionCategory fa fa-close"></i>
138
+                                    <input type="hidden" id="keyid" />
139
+                                    <div class="reflectCategoryList-wrapper">
140
+                                        <ul id="reflectCategoryList">
141
+                                        </ul>
142
+                                    </div>
143
+                                </td>
144
+                                <th>工单标题:</th>
145
+                                <td>
146
+                                    <input type="text" placeholder="输入工单标题" id="comtitle" class="form-control" />
147
+                                </td>
148
+                                <th>来电内容:</th>
149
+                                <td>
150
+                                    <input type="text" placeholder="输入来电内容" id="comContent"
151
+                                        class="form-control Min-width" />
152
+                                </td>
153
+                            </tr>
154
+                            </tr>
124
                         </table>
155
                         </table>
125
                     </div>
156
                     </div>
126
 
157
 
284
                         workid: $("#wids").val(),
315
                         workid: $("#wids").val(),
285
                         state: $("#state").val(), //=工单状态
316
                         state: $("#state").val(), //=工单状态
286
                         type: $("#type").val(), //=工单类型
317
                         type: $("#type").val(), //=工单类型
318
+                        bigtype: $("#bigtype").val(), //=大类别
319
+                        smalltype: $("#smalltype").val(), //=小类别
287
                         key: $("#key").val(), //=关键字
320
                         key: $("#key").val(), //=关键字
288
                         tel: $("#tel").val(), //=客户电话
321
                         tel: $("#tel").val(), //=客户电话
289
                         name: $("#name").val(), //=客户名称
322
                         name: $("#name").val(), //=客户名称
290
-                        usercode: usercodeID, //=坐席工号
323
+                        usercode: $("#auditorMultimediaPersonnel").val(), // 转督办
291
                         ddusercode: ddusercodeID,
324
                         ddusercode: ddusercodeID,
292
                         keyid: $("#keyid").val(), //=关键词id
325
                         keyid: $("#keyid").val(), //=关键词id
293
                         source: $("#source").val(), //=来源&
326
                         source: $("#source").val(), //=来源&
294
-                        // starttime: $("#starttime").val(), //=开始时间
295
-                        // endtime: $("#endtime").val(), //=结束时间
327
+                        dealstarttime: $("#dealstarttime").val(), // 办理开始时间
328
+                        dealstrendtime: $("#dealstrendtime").val(), // 办理结束时间
296
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
329
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
297
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
330
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
298
-                        deptid: $("#PID").val(),
299
-                        tab: tab, // 已完结
331
+                        // deptid: $("#PID").val(),
332
+                        dbdeptid: $("#PID").val(), // 承办单位
333
+                        result: $("#result").val(), // 办理结果
334
+                        comtitle: $("#comtitle").val(), // 工单标题
335
+                        comContent: $("#comContent").val(), // 来电内容
300
                         sourcearea: $('#sourceAreas').val(), //区域
336
                         sourcearea: $('#sourceAreas').val(), //区域
301
-                        isExamine: isExamine,
302
                         Supervisor: 1,
337
                         Supervisor: 1,
303
                         token: $.cookie("token")
338
                         token: $.cookie("token")
304
                     };
339
                     };

+ 53 - 17
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseOverdue.html

51
                                         id="dbstrendtime" class="photo x-color laydate-icon" autocomplete="off"
51
                                         id="dbstrendtime" class="photo x-color laydate-icon" autocomplete="off"
52
                                         style="height: 35px;" />
52
                                         style="height: 35px;" />
53
                                 </td>
53
                                 </td>
54
-
55
                                 <!-- <th>录入时间:</th>
54
                                 <!-- <th>录入时间:</th>
56
                                 <td colspan="3">
55
                                 <td colspan="3">
57
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
56
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
69
                                 <td>
68
                                 <td>
70
                                     <input type="text" id="name" class="form-control" />
69
                                     <input type="text" id="name" class="form-control" />
71
                                 </td>
70
                                 </td>
72
-                                <th><span class="nameJustified">关键字:</span></th>
73
-                                <td>
74
-                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
75
-                                    <botton class="btns Seach">搜索</botton>
71
+                                <th>办理时间:</th>
72
+                                <td colspan="3">
73
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
74
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input
75
+                                        id="dealstrendtime" class="photo x-color laydate-icon" type="text"
76
+                                        autocomplete="off" style="height: 35px;" />
76
                                 </td>
77
                                 </td>
77
                             </tr>
78
                             </tr>
78
                             <tr>
79
                             <tr>
79
-                                <th>受话坐席:</th>
80
+                                <th><span class="nameJustified">转督办:</span></th>
80
                                 <td>
81
                                 <td>
81
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
82
-                                        data-live-search="true">
83
-                                        <option value="">请选择坐席</option>
82
+                                    <select id="auditorMultimediaPersonnel" name="select"
83
+                                        class="selectpicker show-tick form-control" data-live-search="true">
84
+                                        <option value="">请选择</option>
84
                                     </select>
85
                                     </select>
85
                                 </td>
86
                                 </td>
86
                                 <th><span class="nameJustified">审核员:</span></th>
87
                                 <th><span class="nameJustified">审核员:</span></th>
94
                                 <td>
95
                                 <td>
95
                                     <select name="" id="sourceAreas" class="form-control Min-width">
96
                                     <select name="" id="sourceAreas" class="form-control Min-width">
96
                                     </select>
97
                                     </select>
97
-                                    <botton class="btns exportFile">导出</botton>
98
+                                    <botton class="btns Seach">搜索</botton>
98
                                 </td>
99
                                 </td>
100
+                                <!-- <th><span class="nameJustified">关键字:</span></th>
101
+                                <td>
102
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
103
+                                </td> -->
99
                             </tr>
104
                             </tr>
100
                             <tr>
105
                             <tr>
101
                                 <th>承办单位:</th>
106
                                 <th>承办单位:</th>
102
                                 <td style="position: relative;">
107
                                 <td style="position: relative;">
103
                                     <div class="inpBox">
108
                                     <div class="inpBox">
104
-                                        <input type="text" class="inps"  />
109
+                                        <input type="text" class="inps" />
105
                                         <i class="Cleans  fa fa-close"></i>
110
                                         <i class="Cleans  fa fa-close"></i>
106
                                         <i class="xl xl_one"></i>
111
                                         <i class="xl xl_one"></i>
107
                                         <div class="addTree xlAdd">
112
                                         <div class="addTree xlAdd">
118
                                     <select class="form-control" id="type">
123
                                     <select class="form-control" id="type">
119
                                     </select>
124
                                     </select>
120
                                 </td>
125
                                 </td>
121
-                                <th></th>
122
-                                <td style="text-align: center;">
126
+                                <th>办理结果:</th>
127
+                                <td>
128
+                                    <input type="text" placeholder="输入办理结果" id="result"
129
+                                        class="form-control Min-width" />
130
+                                    <botton class="btns exportFile">导出</botton>
131
+                                </td>
132
+                            </tr>
133
+                            <tr>
134
+                                <th>反映类别:</th>
135
+                                <td class="reflectCategory-wrapper">
136
+                                    <input type="text" id="reflectCategory" class="form-control" autocomplete="off" />
137
+                                    <i class="CleansReactionCategory fa fa-close"></i>
138
+                                    <input type="hidden" id="keyid" />
139
+                                    <div class="reflectCategoryList-wrapper">
140
+                                        <ul id="reflectCategoryList">
141
+                                        </ul>
142
+                                    </div>
123
                                 </td>
143
                                 </td>
144
+                                <th>工单标题:</th>
145
+                                <td>
146
+                                    <input type="text" placeholder="输入工单标题" id="comtitle" class="form-control" />
147
+                                </td>
148
+                                <th>来电内容:</th>
149
+                                <td>
150
+                                    <input type="text" placeholder="输入来电内容" id="comContent"
151
+                                        class="form-control Min-width" />
152
+                                </td>
153
+                            </tr>
124
                             </tr>
154
                             </tr>
125
                         </table>
155
                         </table>
126
                     </div>
156
                     </div>
263
                         workid: $("#wids").val(),
293
                         workid: $("#wids").val(),
264
                         state: $("#state").val(), //=工单状态
294
                         state: $("#state").val(), //=工单状态
265
                         type: $("#type").val(), //=工单类型
295
                         type: $("#type").val(), //=工单类型
296
+                        bigtype: $("#bigtype").val(), //=大类别
297
+                        smalltype: $("#smalltype").val(), //=小类别
266
                         key: $("#key").val(), //=关键字
298
                         key: $("#key").val(), //=关键字
267
                         tel: $("#tel").val(), //=客户电话
299
                         tel: $("#tel").val(), //=客户电话
268
                         name: $("#name").val(), //=客户名称
300
                         name: $("#name").val(), //=客户名称
269
-                        usercode: usercodeID, //=坐席工号
301
+                        usercode: $("#auditorMultimediaPersonnel").val(), // 转督办
270
                         ddusercode: ddusercodeID,
302
                         ddusercode: ddusercodeID,
271
                         keyid: $("#keyid").val(), //=关键词id
303
                         keyid: $("#keyid").val(), //=关键词id
272
                         source: $("#source").val(), //=来源&
304
                         source: $("#source").val(), //=来源&
273
-                        // starttime: $("#starttime").val(), //=开始时间
274
-                        // endtime: $("#endtime").val(), //=结束时间
305
+                        dealstarttime: $("#dealstarttime").val(), // 办理开始时间
306
+                        dealstrendtime: $("#dealstrendtime").val(), // 办理结束时间
275
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
307
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
276
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
308
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
277
-                        deptid: $("#PID").val(),
309
+                        // deptid: $("#PID").val(),
310
+                        dbdeptid: $("#PID").val(), // 承办单位
311
+                        result: $("#result").val(), // 办理结果
312
+                        comtitle: $("#comtitle").val(), // 工单标题
313
+                        comContent: $("#comContent").val(), // 来电内容
278
                         tab: 2, //超期未果
314
                         tab: 2, //超期未果
279
                         Supervisor: 1,
315
                         Supervisor: 1,
280
                         sourcearea: $('#sourceAreas').val(), //区域
316
                         sourcearea: $('#sourceAreas').val(), //区域

+ 54 - 17
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseProcessing.html

68
                                 <td>
68
                                 <td>
69
                                     <input type="text" id="name" class="form-control" />
69
                                     <input type="text" id="name" class="form-control" />
70
                                 </td>
70
                                 </td>
71
-                                <th><span class="nameJustified">关键字:</span></th>
72
-                                <td>
73
-                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
74
-                                    <botton class="btns Seach">搜索</botton>
71
+                                <th>办理时间:</th>
72
+                                <td colspan="3">
73
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
74
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input
75
+                                        id="dealstrendtime" class="photo x-color laydate-icon" type="text"
76
+                                        autocomplete="off" style="height: 35px;" />
75
                                 </td>
77
                                 </td>
76
                             </tr>
78
                             </tr>
77
                             <tr>
79
                             <tr>
78
-                                <th>受话坐席:</th>
80
+                                <th><span class="nameJustified">转督办:</span></th>
79
                                 <td>
81
                                 <td>
80
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
81
-                                        data-live-search="true">
82
-                                        <option value="">请选择坐席</option>
82
+                                    <select id="auditorMultimediaPersonnel" name="select"
83
+                                        class="selectpicker show-tick form-control" data-live-search="true">
84
+                                        <option value="">请选择</option>
83
                                     </select>
85
                                     </select>
84
                                 </td>
86
                                 </td>
85
                                 <th><span class="nameJustified">审核员:</span></th>
87
                                 <th><span class="nameJustified">审核员:</span></th>
93
                                 <td>
95
                                 <td>
94
                                     <select name="" id="sourceAreas" class="form-control Min-width">
96
                                     <select name="" id="sourceAreas" class="form-control Min-width">
95
                                     </select>
97
                                     </select>
96
-                                    <botton class="btns exportFile">导出</botton>
98
+                                    <botton class="btns Seach">搜索</botton>
97
                                 </td>
99
                                 </td>
100
+                                <!-- <th><span class="nameJustified">关键字:</span></th>
101
+                                <td>
102
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
103
+                                </td> -->
98
                             </tr>
104
                             </tr>
99
                             <tr>
105
                             <tr>
100
                                 <th>承办单位:</th>
106
                                 <th>承办单位:</th>
101
                                 <td style="position: relative;">
107
                                 <td style="position: relative;">
102
                                     <div class="inpBox">
108
                                     <div class="inpBox">
103
-                                        <input type="text" class="inps"  />
109
+                                        <input type="text" class="inps" />
104
                                         <i class="Cleans  fa fa-close"></i>
110
                                         <i class="Cleans  fa fa-close"></i>
105
                                         <i class="xl xl_one"></i>
111
                                         <i class="xl xl_one"></i>
106
                                         <div class="addTree xlAdd">
112
                                         <div class="addTree xlAdd">
117
                                     <select class="form-control" id="type">
123
                                     <select class="form-control" id="type">
118
                                     </select>
124
                                     </select>
119
                                 </td>
125
                                 </td>
120
-                                <th></th>
121
-                                <td style="text-align: center;">
126
+                                <th>办理结果:</th>
127
+                                <td>
128
+                                    <input type="text" placeholder="输入办理结果" id="result"
129
+                                        class="form-control Min-width" />
130
+                                    <botton class="btns exportFile">导出</botton>
122
                                 </td>
131
                                 </td>
123
                             </tr>
132
                             </tr>
133
+                            <tr>
134
+                                <th>反映类别:</th>
135
+                                <td class="reflectCategory-wrapper">
136
+                                    <input type="text" id="reflectCategory" class="form-control" autocomplete="off" />
137
+                                    <i class="CleansReactionCategory fa fa-close"></i>
138
+                                    <input type="hidden" id="keyid" />
139
+                                    <div class="reflectCategoryList-wrapper">
140
+                                        <ul id="reflectCategoryList">
141
+                                        </ul>
142
+                                    </div>
143
+                                </td>
144
+                                <th>工单标题:</th>
145
+                                <td>
146
+                                    <input type="text" placeholder="输入工单标题" id="comtitle" class="form-control" />
147
+                                </td>
148
+                                <th>来电内容:</th>
149
+                                <td>
150
+                                    <input type="text" placeholder="输入来电内容" id="comContent"
151
+                                        class="form-control Min-width" />
152
+                                </td>
153
+                            </tr>
154
+                            </tr>
124
                         </table>
155
                         </table>
125
                     </div>
156
                     </div>
126
 
157
 
284
                         workid: $("#wids").val(),
315
                         workid: $("#wids").val(),
285
                         state: $("#state").val(), //=工单状态
316
                         state: $("#state").val(), //=工单状态
286
                         type: $("#type").val(), //=工单类型
317
                         type: $("#type").val(), //=工单类型
318
+                        bigtype: $("#bigtype").val(), //=大类别
319
+                        smalltype: $("#smalltype").val(), //=小类别
287
                         key: $("#key").val(), //=关键字
320
                         key: $("#key").val(), //=关键字
288
                         tel: $("#tel").val(), //=客户电话
321
                         tel: $("#tel").val(), //=客户电话
289
                         name: $("#name").val(), //=客户名称
322
                         name: $("#name").val(), //=客户名称
290
-                        usercode: usercodeID, //=坐席工号
323
+                        usercode: $("#auditorMultimediaPersonnel").val(), // 转督办
291
                         ddusercode: ddusercodeID,
324
                         ddusercode: ddusercodeID,
292
                         keyid: $("#keyid").val(), //=关键词id
325
                         keyid: $("#keyid").val(), //=关键词id
293
                         source: $("#source").val(), //=来源&
326
                         source: $("#source").val(), //=来源&
294
-                        // starttime: $("#starttime").val(), //=开始时间
295
-                        // endtime: $("#endtime").val(), //=结束时间
327
+                        dealstarttime: $("#dealstarttime").val(), // 办理开始时间
328
+                        dealstrendtime: $("#dealstrendtime").val(), // 办理结束时间
296
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
329
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
297
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
330
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
298
-                        deptid: $("#PID").val(),
299
-                        tab: tab, //办理中
331
+                        // deptid: $("#PID").val(),
332
+                        dbdeptid: $("#PID").val(), // 承办单位
333
+                        result: $("#result").val(), // 办理结果
334
+                        comtitle: $("#comtitle").val(), // 工单标题
335
+                        comContent: $("#comContent").val(), // 来电内容
300
                         sourcearea: $('#sourceAreas').val(), //区域
336
                         sourcearea: $('#sourceAreas').val(), //区域
337
+                        tab: tab, //办理中
301
                         Supervisor: Supervisor,
338
                         Supervisor: Supervisor,
302
                         token: $.cookie("token")
339
                         token: $.cookie("token")
303
                     };
340
                     };

+ 52 - 18
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseReplyPendingReview.html

68
                                 <td>
68
                                 <td>
69
                                     <input type="text" id="name" class="form-control" />
69
                                     <input type="text" id="name" class="form-control" />
70
                                 </td>
70
                                 </td>
71
-                                <th><span class="nameJustified">关键字:</span></th>
72
-                                <td>
73
-                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
74
-                                    <botton class="btns Seach">搜索</botton>
71
+                                <th>办理时间:</th>
72
+                                <td colspan="3">
73
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
74
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input
75
+                                        id="dealstrendtime" class="photo x-color laydate-icon" type="text"
76
+                                        autocomplete="off" style="height: 35px;" />
75
                                 </td>
77
                                 </td>
76
                             </tr>
78
                             </tr>
77
                             <tr>
79
                             <tr>
78
-                                <th>受话坐席:</th>
80
+                                <th><span class="nameJustified">转督办:</span></th>
79
                                 <td>
81
                                 <td>
80
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
81
-                                        data-live-search="true">
82
-                                        <option value="">请选择坐席</option>
82
+                                    <select id="auditorMultimediaPersonnel" name="select"
83
+                                        class="selectpicker show-tick form-control" data-live-search="true">
84
+                                        <option value="">请选择</option>
83
                                     </select>
85
                                     </select>
84
                                 </td>
86
                                 </td>
85
                                 <th><span class="nameJustified">审核员:</span></th>
87
                                 <th><span class="nameJustified">审核员:</span></th>
93
                                 <td>
95
                                 <td>
94
                                     <select name="" id="sourceAreas" class="form-control Min-width">
96
                                     <select name="" id="sourceAreas" class="form-control Min-width">
95
                                     </select>
97
                                     </select>
96
-                                    <botton class="btns exportFile">导出</botton>
98
+                                    <botton class="btns Seach">搜索</botton>
97
                                 </td>
99
                                 </td>
100
+                                <!-- <th><span class="nameJustified">关键字:</span></th>
101
+                                <td>
102
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
103
+                                </td> -->
98
                             </tr>
104
                             </tr>
99
                             <tr>
105
                             <tr>
100
                                 <th>承办单位:</th>
106
                                 <th>承办单位:</th>
101
                                 <td style="position: relative;">
107
                                 <td style="position: relative;">
102
                                     <div class="inpBox">
108
                                     <div class="inpBox">
103
-                                        <input type="text" class="inps"  />
109
+                                        <input type="text" class="inps" />
104
                                         <i class="Cleans  fa fa-close"></i>
110
                                         <i class="Cleans  fa fa-close"></i>
105
                                         <i class="xl xl_one"></i>
111
                                         <i class="xl xl_one"></i>
106
                                         <div class="addTree xlAdd">
112
                                         <div class="addTree xlAdd">
117
                                     <select class="form-control" id="type">
123
                                     <select class="form-control" id="type">
118
                                     </select>
124
                                     </select>
119
                                 </td>
125
                                 </td>
120
-                                <th></th>
121
-                                <td style="text-align: center;">
126
+                                <th>办理结果:</th>
127
+                                <td>
128
+                                    <input type="text" placeholder="输入办理结果" id="result"
129
+                                        class="form-control Min-width" />
130
+                                    <botton class="btns exportFile">导出</botton>
122
                                 </td>
131
                                 </td>
123
                             </tr>
132
                             </tr>
133
+                            <tr>
134
+                                <th>反映类别:</th>
135
+                                <td class="reflectCategory-wrapper">
136
+                                    <input type="text" id="reflectCategory" class="form-control" autocomplete="off" />
137
+                                    <i class="CleansReactionCategory fa fa-close"></i>
138
+                                    <input type="hidden" id="keyid" />
139
+                                    <div class="reflectCategoryList-wrapper">
140
+                                        <ul id="reflectCategoryList">
141
+                                        </ul>
142
+                                    </div>
143
+                                </td>
144
+                                <th>工单标题:</th>
145
+                                <td>
146
+                                    <input type="text" placeholder="输入工单标题" id="comtitle" class="form-control" />
147
+                                </td>
148
+                                <th>来电内容:</th>
149
+                                <td>
150
+                                    <input type="text" placeholder="输入来电内容" id="comContent"
151
+                                        class="form-control Min-width" />
152
+                                </td>
153
+                            </tr>
154
+                            </tr>
124
                         </table>
155
                         </table>
125
                     </div>
156
                     </div>
126
 
157
 
266
                         key: $("#key").val(), //=关键字
297
                         key: $("#key").val(), //=关键字
267
                         tel: $("#tel").val(), //=客户电话
298
                         tel: $("#tel").val(), //=客户电话
268
                         name: $("#name").val(), //=客户名称
299
                         name: $("#name").val(), //=客户名称
269
-                        usercode: usercodeID, //=坐席工号
300
+                        usercode: $("#auditorMultimediaPersonnel").val(), // 转督办
270
                         ddusercode: ddusercodeID,
301
                         ddusercode: ddusercodeID,
271
                         keyid: $("#keyid").val(), //=关键词id
302
                         keyid: $("#keyid").val(), //=关键词id
272
                         source: $("#source").val(), //=来源&
303
                         source: $("#source").val(), //=来源&
273
-                        // starttime: $("#starttime").val(), //=开始时间
274
-                        // endtime: $("#endtime").val(), //=结束时间
304
+                        dealstarttime: $("#dealstarttime").val(), // 办理开始时间
305
+                        dealstrendtime: $("#dealstrendtime").val(), // 办理结束时间
275
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
306
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
276
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
307
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
277
-                        deptid: $("#PID").val(),
278
-                        type: $("#type").val(),
279
-                        tab: 6, //已退回
308
+                        // deptid: $("#PID").val(),
309
+                        dbdeptid: $("#PID").val(), // 承办单位
310
+                        result: $("#result").val(), // 办理结果
311
+                        comtitle: $("#comtitle").val(), // 工单标题
312
+                        comContent: $("#comContent").val(), // 来电内容
280
                         sourcearea: $('#sourceAreas').val(), //区域
313
                         sourcearea: $('#sourceAreas').val(), //区域
314
+                        tab: 6, //已退回
281
                         isExamine: 2,
315
                         isExamine: 2,
282
                         Supervisor: 1,
316
                         Supervisor: 1,
283
                         token: $.cookie("token")
317
                         token: $.cookie("token")

+ 60 - 14
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseReturnReview.html

51
                                         id="dbstrendtime" class="photo x-color laydate-icon" autocomplete="off"
51
                                         id="dbstrendtime" class="photo x-color laydate-icon" autocomplete="off"
52
                                         style="height: 35px;" />
52
                                         style="height: 35px;" />
53
                                 </td>
53
                                 </td>
54
+                                <!-- <th>录入时间:</th>
55
+                                <td colspan="3">
56
+                                    <input type="text" id="starttime" class="photo x-color laydate-icon"
57
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
58
+                                        id="endtime" class="photo x-color laydate-icon" autocomplete="off"
59
+                                        style="height: 35px;" />
60
+                                </td> -->
54
                             </tr>
61
                             </tr>
55
                             <tr>
62
                             <tr>
56
                                 <th>事项编号:</th>
63
                                 <th>事项编号:</th>
61
                                 <td>
68
                                 <td>
62
                                     <input type="text" id="name" class="form-control" />
69
                                     <input type="text" id="name" class="form-control" />
63
                                 </td>
70
                                 </td>
64
-                                <th><span class="nameJustified">关键字:</span></th>
65
-                                <td>
66
-                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
67
-                                    <botton class="btns Seach">搜索</botton>
71
+                                <th>办理时间:</th>
72
+                                <td colspan="3">
73
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
74
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input
75
+                                        id="dealstrendtime" class="photo x-color laydate-icon" type="text"
76
+                                        autocomplete="off" style="height: 35px;" />
68
                                 </td>
77
                                 </td>
69
                             </tr>
78
                             </tr>
70
                             <tr>
79
                             <tr>
71
-                                <th>受话坐席:</th>
80
+                                <th><span class="nameJustified">转督办:</span></th>
72
                                 <td>
81
                                 <td>
73
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
74
-                                        data-live-search="true">
75
-                                        <option value="">请选择坐席</option>
82
+                                    <select id="auditorMultimediaPersonnel" name="select"
83
+                                        class="selectpicker show-tick form-control" data-live-search="true">
84
+                                        <option value="">请选择</option>
76
                                     </select>
85
                                     </select>
77
                                 </td>
86
                                 </td>
78
                                 <th><span class="nameJustified">审核员:</span></th>
87
                                 <th><span class="nameJustified">审核员:</span></th>
86
                                 <td>
95
                                 <td>
87
                                     <select name="" id="sourceAreas" class="form-control Min-width">
96
                                     <select name="" id="sourceAreas" class="form-control Min-width">
88
                                     </select>
97
                                     </select>
89
-                                    <botton class="btns exportFile">导出</botton>
98
+                                    <botton class="btns Seach">搜索</botton>
90
                                 </td>
99
                                 </td>
100
+                                <!-- <th><span class="nameJustified">关键字:</span></th>
101
+                                <td>
102
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
103
+                                </td> -->
91
                             </tr>
104
                             </tr>
92
                             <tr>
105
                             <tr>
93
                                 <th>承办单位:</th>
106
                                 <th>承办单位:</th>
94
                                 <td style="position: relative;">
107
                                 <td style="position: relative;">
95
                                     <div class="inpBox">
108
                                     <div class="inpBox">
96
-                                        <input type="text" class="inps"  />
109
+                                        <input type="text" class="inps" />
97
                                         <i class="Cleans  fa fa-close"></i>
110
                                         <i class="Cleans  fa fa-close"></i>
98
                                         <i class="xl xl_one"></i>
111
                                         <i class="xl xl_one"></i>
99
                                         <div class="addTree xlAdd">
112
                                         <div class="addTree xlAdd">
110
                                     <select class="form-control" id="type">
123
                                     <select class="form-control" id="type">
111
                                     </select>
124
                                     </select>
112
                                 </td>
125
                                 </td>
113
-                                <th></th>
114
-                                <td style="text-align: center;">
126
+                                <th>办理结果:</th>
127
+                                <td>
128
+                                    <input type="text" placeholder="输入办理结果" id="result"
129
+                                        class="form-control Min-width" />
130
+                                    <botton class="btns exportFile">导出</botton>
131
+                                </td>
132
+                            </tr>
133
+                            <tr>
134
+                                <th>反映类别:</th>
135
+                                <td class="reflectCategory-wrapper">
136
+                                    <input type="text" id="reflectCategory" class="form-control" autocomplete="off" />
137
+                                    <i class="CleansReactionCategory fa fa-close"></i>
138
+                                    <input type="hidden" id="keyid" />
139
+                                    <div class="reflectCategoryList-wrapper">
140
+                                        <ul id="reflectCategoryList">
141
+                                        </ul>
142
+                                    </div>
115
                                 </td>
143
                                 </td>
144
+                                <th>工单标题:</th>
145
+                                <td>
146
+                                    <input type="text" placeholder="输入工单标题" id="comtitle" class="form-control" />
147
+                                </td>
148
+                                <th>来电内容:</th>
149
+                                <td>
150
+                                    <input type="text" placeholder="输入来电内容" id="comContent"
151
+                                        class="form-control Min-width" />
152
+                                </td>
153
+                            </tr>
116
                             </tr>
154
                             </tr>
117
                         </table>
155
                         </table>
118
                     </div>
156
                     </div>
245
                         workid: $("#wids").val(),
283
                         workid: $("#wids").val(),
246
                         state: 3, //=工单状态
284
                         state: 3, //=工单状态
247
                         type: $("#type").val(), //=工单类型
285
                         type: $("#type").val(), //=工单类型
286
+                        bigtype: $("#bigtype").val(), //=大类别
287
+                        smalltype: $("#smalltype").val(), //=小类别
248
                         key: $("#key").val(), //=关键字
288
                         key: $("#key").val(), //=关键字
249
                         tel: $("#tel").val(), //=客户电话
289
                         tel: $("#tel").val(), //=客户电话
250
                         name: $("#name").val(), //=客户名称
290
                         name: $("#name").val(), //=客户名称
251
-                        usercode: usercodeID, //=坐席工号
291
+                        usercode: $("#auditorMultimediaPersonnel").val(), // 转督办
252
                         ddusercode: ddusercodeID,
292
                         ddusercode: ddusercodeID,
253
                         keyid: $("#keyid").val(), //=关键词id
293
                         keyid: $("#keyid").val(), //=关键词id
254
                         source: $("#source").val(), //=来源&
294
                         source: $("#source").val(), //=来源&
295
+                        dealstarttime: $("#dealstarttime").val(), // 办理开始时间
296
+                        dealstrendtime: $("#dealstrendtime").val(), // 办理结束时间
255
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
297
                         dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
256
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
298
                         dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
257
-                        deptid: $("#PID").val(),
299
+                        // deptid: $("#PID").val(),
300
+                        dbdeptid: $("#PID").val(), // 承办单位
301
+                        result: $("#result").val(), // 办理结果
302
+                        comtitle: $("#comtitle").val(), // 工单标题
303
+                        comContent: $("#comContent").val(), // 来电内容
258
                         tab: 1, //办理中
304
                         tab: 1, //办理中
259
                         sourcearea: $('#sourceAreas').val(), //区域
305
                         sourcearea: $('#sourceAreas').val(), //区域
260
                         Supervisor: Supervisor,
306
                         Supervisor: Supervisor,

+ 64 - 19
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseReturned.html

44
                                 <td>
44
                                 <td>
45
                                     <input type="text" id="tel" class="form-control" />
45
                                     <input type="text" id="tel" class="form-control" />
46
                                 </td>
46
                                 </td>
47
-                                <th>录入时间:</th>
47
+                                <th>转督办时间:</th>
48
+                                <td colspan="3">
49
+                                    <input type="text" id="dbstarttime" class="photo x-color laydate-icon"
50
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51
+                                        id="dbstrendtime" class="photo x-color laydate-icon" autocomplete="off"
52
+                                        style="height: 35px;" />
53
+                                </td>
54
+                                <!-- <th>录入时间:</th>
48
                                 <td colspan="3">
55
                                 <td colspan="3">
49
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
56
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
50
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
57
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51
                                         id="endtime" class="photo x-color laydate-icon" autocomplete="off"
58
                                         id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52
                                         style="height: 35px;" />
59
                                         style="height: 35px;" />
53
-                                </td>
60
+                                </td> -->
54
                             </tr>
61
                             </tr>
55
                             <tr>
62
                             <tr>
56
                                 <th>事项编号:</th>
63
                                 <th>事项编号:</th>
61
                                 <td>
68
                                 <td>
62
                                     <input type="text" id="name" class="form-control" />
69
                                     <input type="text" id="name" class="form-control" />
63
                                 </td>
70
                                 </td>
64
-                                <th><span class="nameJustified">关键字:</span></th>
65
-                                <td>
66
-                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
67
-                                    <botton class="btns Seach">搜索</botton>
71
+                                <th>办理时间:</th>
72
+                                <td colspan="3">
73
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
74
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input
75
+                                        id="dealstrendtime" class="photo x-color laydate-icon" type="text"
76
+                                        autocomplete="off" style="height: 35px;" />
68
                                 </td>
77
                                 </td>
69
                             </tr>
78
                             </tr>
70
                             <tr>
79
                             <tr>
71
-                                <th>受话坐席:</th>
80
+                                <th><span class="nameJustified">转督办:</span></th>
72
                                 <td>
81
                                 <td>
73
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
74
-                                        data-live-search="true">
75
-                                        <option value="">请选择坐席</option>
82
+                                    <select id="auditorMultimediaPersonnel" name="select"
83
+                                        class="selectpicker show-tick form-control" data-live-search="true">
84
+                                        <option value="">请选择</option>
76
                                     </select>
85
                                     </select>
77
                                 </td>
86
                                 </td>
78
                                 <th><span class="nameJustified">审核员:</span></th>
87
                                 <th><span class="nameJustified">审核员:</span></th>
86
                                 <td>
95
                                 <td>
87
                                     <select name="" id="sourceAreas" class="form-control Min-width">
96
                                     <select name="" id="sourceAreas" class="form-control Min-width">
88
                                     </select>
97
                                     </select>
89
-                                    <botton class="btns exportFile">导出</botton>
98
+                                    <botton class="btns Seach">搜索</botton>
90
                                 </td>
99
                                 </td>
100
+                                <!-- <th><span class="nameJustified">关键字:</span></th>
101
+                                <td>
102
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control Min-width" />
103
+                                </td> -->
91
                             </tr>
104
                             </tr>
92
                             <tr>
105
                             <tr>
93
                                 <th>承办单位:</th>
106
                                 <th>承办单位:</th>
94
                                 <td style="position: relative;">
107
                                 <td style="position: relative;">
95
                                     <div class="inpBox">
108
                                     <div class="inpBox">
96
-                                        <input type="text" class="inps"  />
109
+                                        <input type="text" class="inps" />
97
                                         <i class="Cleans  fa fa-close"></i>
110
                                         <i class="Cleans  fa fa-close"></i>
98
                                         <i class="xl xl_one"></i>
111
                                         <i class="xl xl_one"></i>
99
                                         <div class="addTree xlAdd">
112
                                         <div class="addTree xlAdd">
110
                                     <select class="form-control" id="type">
123
                                     <select class="form-control" id="type">
111
                                     </select>
124
                                     </select>
112
                                 </td>
125
                                 </td>
113
-                                <th></th>
114
-                                <td style="text-align: center;">
126
+                                <th>办理结果:</th>
127
+                                <td>
128
+                                    <input type="text" placeholder="输入办理结果" id="result"
129
+                                        class="form-control Min-width" />
130
+                                    <botton class="btns exportFile">导出</botton>
131
+                                </td>
132
+                            </tr>
133
+                            <tr>
134
+                                <th>反映类别:</th>
135
+                                <td class="reflectCategory-wrapper">
136
+                                    <input type="text" id="reflectCategory" class="form-control" autocomplete="off" />
137
+                                    <i class="CleansReactionCategory fa fa-close"></i>
138
+                                    <input type="hidden" id="keyid" />
139
+                                    <div class="reflectCategoryList-wrapper">
140
+                                        <ul id="reflectCategoryList">
141
+                                        </ul>
142
+                                    </div>
143
+                                </td>
144
+                                <th>工单标题:</th>
145
+                                <td>
146
+                                    <input type="text" placeholder="输入工单标题" id="comtitle" class="form-control" />
115
                                 </td>
147
                                 </td>
148
+                                <th>来电内容:</th>
149
+                                <td>
150
+                                    <input type="text" placeholder="输入来电内容" id="comContent"
151
+                                        class="form-control Min-width" />
152
+                                </td>
153
+                            </tr>
116
                             </tr>
154
                             </tr>
117
                         </table>
155
                         </table>
118
                     </div>
156
                     </div>
246
                         workid: $("#wids").val(),
284
                         workid: $("#wids").val(),
247
                         state: $("#state").val(), //=工单状态
285
                         state: $("#state").val(), //=工单状态
248
                         type: $("#type").val(), //=工单类型
286
                         type: $("#type").val(), //=工单类型
287
+                        bigtype: $("#bigtype").val(), //=大类别
288
+                        smalltype: $("#smalltype").val(), //=小类别
249
                         key: $("#key").val(), //=关键字
289
                         key: $("#key").val(), //=关键字
250
                         tel: $("#tel").val(), //=客户电话
290
                         tel: $("#tel").val(), //=客户电话
251
                         name: $("#name").val(), //=客户名称
291
                         name: $("#name").val(), //=客户名称
252
-                        usercode: usercodeID, //=坐席工号
292
+                        usercode: $("#auditorMultimediaPersonnel").val(), // 转督办
253
                         ddusercode: ddusercodeID,
293
                         ddusercode: ddusercodeID,
254
                         keyid: $("#keyid").val(), //=关键词id
294
                         keyid: $("#keyid").val(), //=关键词id
255
                         source: $("#source").val(), //=来源&
295
                         source: $("#source").val(), //=来源&
256
-                        starttime: $("#starttime").val(), //=开始时间
257
-                        endtime: $("#endtime").val(), //=结束时间
258
-                        deptid: $("#PID").val(),
259
-                        type: $("#type").val(),
296
+                        dealstarttime: $("#dealstarttime").val(), // 办理开始时间
297
+                        dealstrendtime: $("#dealstrendtime").val(), // 办理结束时间
298
+                        dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
299
+                        dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
300
+                        // deptid: $("#PID").val(),
301
+                        dbdeptid: $("#PID").val(), // 承办单位
302
+                        result: $("#result").val(), // 办理结果
303
+                        comtitle: $("#comtitle").val(), // 工单标题
304
+                        comContent: $("#comContent").val(), // 来电内容
260
                         tab: 3, //已退回
305
                         tab: 3, //已退回
261
                         sourcearea: $('#sourceAreas').val(), //区域
306
                         sourcearea: $('#sourceAreas').val(), //区域
262
                         token: $.cookie("token")
307
                         token: $.cookie("token")