瀏覽代碼

pc问题修改,app

liuyifan 4 年之前
父節點
當前提交
bc3351af0c

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

@@ -264,7 +264,7 @@
264 264
                         type: $("#type").val(),
265 265
                         tab: 1, //待处理
266 266
                         sourcearea: $('#sourceAreas').val(), //区域
267
-                        // jianhang: 2,
267
+                        jianhang: 2,
268 268
                         phoneType: 2, // 12345来电
269 269
                         token: $.cookie("token")
270 270
                     };

+ 2 - 2
WebUI/CallCenterWeb.UI/ReportForm/superviseReport.html

@@ -111,9 +111,9 @@
111 111
                                 </th>
112 112
                                 <th data-field="Checkcount" data-align="center" data-formatter="superviseCheck">督办查收量
113 113
                                 </th>
114
-                                <th data-field="returncount" data-align="center" data-formatter="superviseDispatch">
114
+                                <th data-field="distribute" data-align="center" data-formatter="superviseDispatch">
115 115
                                     督办派单量</th>
116
-                                <th data-field="distribute" data-align="center" data-formatter="superviseReturn">督办退回量
116
+                                <th data-field="returncount" data-align="center" data-formatter="superviseReturn">督办退回量
117 117
                                 </th>
118 118
                                 <th data-field="Closecount" data-align="center" data-formatter="superviseClosed">督办结案量
119 119
                                 </th>

+ 32 - 11
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseFinished.html

@@ -44,13 +44,20 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 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 55
                                 <td colspan="3">
49 56
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
50 57
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51 58
                                         id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52 59
                                         style="height: 35px;" />
53
-                                </td>
60
+                                </td> -->
54 61
                             </tr>
55 62
                             <tr>
56 63
                                 <th>事项编号:</th>
@@ -182,13 +189,25 @@
182 189
         $(document).ready(function () {
183 190
             load();
184 191
             laydate.skin('blue');
192
+            // laydate({
193
+            //     elem: '#starttime',
194
+            //     event: 'focus',
195
+            // });
196
+            // laydate({
197
+            //     elem: '#endtime',
198
+            //     event: 'focus',
199
+            // });
185 200
             laydate({
186
-                elem: '#starttime',
187
-                event: 'focus'
201
+                elem: '#dbstarttime',
202
+                event: 'focus',
203
+                istime: true,
204
+                format: 'YYYY-MM-DD hh:mm:ss'
188 205
             });
189 206
             laydate({
190
-                elem: '#endtime',
191
-                event: 'focus'
207
+                elem: '#dbstrendtime',
208
+                event: 'focus',
209
+                istime: true,
210
+                format: 'YYYY-MM-DD hh:mm:ss'
192 211
             });
193 212
             $('.ul_tab li').click(function () {
194 213
                 $(this).addClass("active").siblings().removeClass("active");
@@ -272,8 +291,10 @@
272 291
                         ddusercode: ddusercodeID,
273 292
                         keyid: $("#keyid").val(), //=关键词id
274 293
                         source: $("#source").val(), //=来源&
275
-                        starttime: $("#starttime").val(), //=开始时间
276
-                        endtime: $("#endtime").val(), //=结束时间
294
+                        // starttime: $("#starttime").val(), //=开始时间
295
+                        // endtime: $("#endtime").val(), //=结束时间
296
+                        dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
297
+                        dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
277 298
                         deptid: $("#PID").val(),
278 299
                         tab: tab, // 已完结
279 300
                         sourcearea: $('#sourceAreas').val(), //区域
@@ -837,8 +858,8 @@
837 858
             var usercode = usercodeID //=坐席工号
838 859
             var ddusercode = ddusercodeID
839 860
             var source = $("#source").val() //=来源&
840
-            var starttime = $("#starttime").val() //=开始时间
841
-            var endtime = $("#endtime").val() //=结束时间
861
+            // var starttime = $("#starttime").val() //=开始时间
862
+            // var endtime = $("#endtime").val() //=结束时间
842 863
             var deptid = $("#PID").val()
843 864
             var type = $("#type").val() //=工单类型
844 865
             var sourcearea = $("#sourceAreas").val() //区域
@@ -849,7 +870,7 @@
849 870
 
850 871
             var url = huayi.config.callcenter_url + "workorder/GetSupervList?token=" + $.cookie("token");
851 872
 
852
-            url += "&workid=" + workid + "&type=" + type + "&tab=" + tab + "&key=" + key + "&tel=" + tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" + source + "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" + sourcearea + "&keyid=" + keyid + "&Supervisor=" + Supervisor + "&isExamine=" + isExamine + "&isdc=1";
873
+            url += "&workid=" + workid + "&type=" + type + "&tab=" + tab + "&key=" + key + "&tel=" + tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" + source + "&dbstarttime=" + dbstarttime + "&dbstrendtime=" + dbstrendtime + "&deptid=" + deptid + "&sourcearea=" + sourcearea + "&keyid=" + keyid + "&Supervisor=" + Supervisor + "&isExamine=" + isExamine + "&isdc=1";
853 874
 
854 875
             window.location.href = url;
855 876
         })

+ 35 - 11
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseOverdue.html

@@ -44,13 +44,21 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 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
+
55
+                                <!-- <th>来电时间:</th>
48 56
                                 <td colspan="3">
49 57
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
50 58
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51 59
                                         id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52 60
                                         style="height: 35px;" />
53
-                                </td>
61
+                                </td> -->
54 62
                             </tr>
55 63
                             <tr>
56 64
                                 <th>事项编号:</th>
@@ -172,13 +180,25 @@
172 180
         $(document).ready(function () {
173 181
             load();
174 182
             laydate.skin('blue');
183
+            // laydate({
184
+            //     elem: '#starttime',
185
+            //     event: 'focus',
186
+            // });
187
+            // laydate({
188
+            //     elem: '#endtime',
189
+            //     event: 'focus',
190
+            // });
175 191
             laydate({
176
-                elem: '#starttime',
177
-                event: 'focus'
192
+                elem: '#dbstarttime',
193
+                event: 'focus',
194
+                istime: true,
195
+                format: 'YYYY-MM-DD hh:mm:ss'
178 196
             });
179 197
             laydate({
180
-                elem: '#endtime',
181
-                event: 'focus'
198
+                elem: '#dbstrendtime',
199
+                event: 'focus',
200
+                istime: true,
201
+                format: 'YYYY-MM-DD hh:mm:ss'
182 202
             });
183 203
         });
184 204
         //关闭录音弹出
@@ -250,8 +270,10 @@
250 270
                         ddusercode: ddusercodeID,
251 271
                         keyid: $("#keyid").val(), //=关键词id
252 272
                         source: $("#source").val(), //=来源&
253
-                        starttime: $("#starttime").val(), //=开始时间
254
-                        endtime: $("#endtime").val(), //=结束时间
273
+                        // starttime: $("#starttime").val(), //=开始时间
274
+                        // endtime: $("#endtime").val(), //=结束时间
275
+                        dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
276
+                        dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
255 277
                         deptid: $("#PID").val(),
256 278
                         tab: 2, //超期未果
257 279
                         Supervisor: 1,
@@ -830,8 +852,10 @@
830 852
             var usercode = usercodeID //=坐席工号
831 853
             var ddusercode = ddusercodeID
832 854
             var source = $("#source").val() //=来源&
833
-            var starttime = $("#starttime").val() //=开始时间
834
-            var endtime = $("#endtime").val() //=结束时间
855
+            // var starttime = $("#starttime").val() //=开始时间
856
+            // var endtime = $("#endtime").val() //=结束时间
857
+            var dbstarttime = $("#dbstarttime").val(); // 转督办开始时间
858
+            var dbstrendtime = $("#dbstrendtime").val(); // 转督办结束时间
835 859
             var deptid = $("#PID").val()
836 860
             var type = $("#type").val() //=工单类型
837 861
             var sourcearea = $("#sourceAreas").val() //区域
@@ -841,7 +865,7 @@
841 865
 
842 866
             var url = huayi.config.callcenter_url + "workorder/GetSupervList?token=" + $.cookie("token");
843 867
 
844
-            url += "&workid=" + workid + "&type=" + type + "&tab=" + tab + "&key=" + key + "&tel=" + tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" + source + "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" + sourcearea + "&keyid=" + keyid + "&Supervisor=" + Supervisor + "&isdc=1";
868
+            url += "&workid=" + workid + "&type=" + type + "&tab=" + tab + "&key=" + key + "&tel=" + tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" + source + "&dbstarttime=" + dbstarttime + "&dbstrendtime=" + dbstrendtime + "&deptid=" + deptid + "&sourcearea=" + sourcearea + "&keyid=" + keyid + "&Supervisor=" + Supervisor + "&isdc=1";
845 869
 
846 870
             window.location.href = url;
847 871
         })

+ 35 - 11
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseProcessing.html

@@ -44,13 +44,20 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 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 55
                                 <td colspan="3">
49 56
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
50 57
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51 58
                                         id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52 59
                                         style="height: 35px;" />
53
-                                </td>
60
+                                </td> -->
54 61
                             </tr>
55 62
                             <tr>
56 63
                                 <th>事项编号:</th>
@@ -183,14 +190,27 @@
183 190
         $(document).ready(function () {
184 191
             load();
185 192
             laydate.skin('blue');
193
+            // laydate({
194
+            //     elem: '#starttime',
195
+            //     event: 'focus',
196
+            // });
197
+            // laydate({
198
+            //     elem: '#endtime',
199
+            //     event: 'focus',
200
+            // });
186 201
             laydate({
187
-                elem: '#starttime',
188
-                event: 'focus'
202
+                elem: '#dbstarttime',
203
+                event: 'focus',
204
+                istime: true,
205
+                format: 'YYYY-MM-DD hh:mm:ss'
189 206
             });
190 207
             laydate({
191
-                elem: '#endtime',
192
-                event: 'focus'
208
+                elem: '#dbstrendtime',
209
+                event: 'focus',
210
+                istime: true,
211
+                format: 'YYYY-MM-DD hh:mm:ss'
193 212
             });
213
+
194 214
             $('.ul_tab li').click(function () {
195 215
                 $(this).addClass("active").siblings().removeClass("active");
196 216
                 var index = $(this).index();
@@ -271,8 +291,10 @@
271 291
                         ddusercode: ddusercodeID,
272 292
                         keyid: $("#keyid").val(), //=关键词id
273 293
                         source: $("#source").val(), //=来源&
274
-                        starttime: $("#starttime").val(), //=开始时间
275
-                        endtime: $("#endtime").val(), //=结束时间
294
+                        // starttime: $("#starttime").val(), //=开始时间
295
+                        // endtime: $("#endtime").val(), //=结束时间
296
+                        dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
297
+                        dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
276 298
                         deptid: $("#PID").val(),
277 299
                         tab: tab, //办理中
278 300
                         sourcearea: $('#sourceAreas').val(), //区域
@@ -876,8 +898,10 @@
876 898
             var usercode = usercodeID //=坐席工号
877 899
             var ddusercode = ddusercodeID
878 900
             var source = $("#source").val() //=来源&
879
-            var starttime = $("#starttime").val() //=开始时间
880
-            var endtime = $("#endtime").val() //=结束时间
901
+            // var starttime = $("#starttime").val() //=开始时间
902
+            // var endtime = $("#endtime").val() //=结束时间
903
+            var dbstarttime = $("#dbstarttime").val(); // 转督办开始时间
904
+            var dbstrendtime = $("#dbstrendtime").val(); // 转督办结束时间
881 905
             var deptid = $("#PID").val()
882 906
             var type = $("#type").val() //=工单类型
883 907
             var sourcearea = $("#sourceAreas").val() //区域
@@ -887,7 +911,7 @@
887 911
 
888 912
             var url = huayi.config.callcenter_url + "workorder/GetSupervList?token=" + $.cookie("token");
889 913
 
890
-            url += "&workid=" + workid + "&type=" + type + "&tab=" + tab + "&key=" + key + "&tel=" + tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" + source + "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" + sourcearea + "&keyid=" + keyid + "&Supervisor=" + Supervisor + "&isdc=1";
914
+            url += "&workid=" + workid + "&type=" + type + "&tab=" + tab + "&key=" + key + "&tel=" + tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" + source + "&dbstarttime=" + dbstarttime + "&dbstrendtime=" + dbstrendtime + "&deptid=" + deptid + "&sourcearea=" + sourcearea + "&keyid=" + keyid + "&Supervisor=" + Supervisor + "&isdc=1";
891 915
 
892 916
             window.location.href = url;
893 917
         })

+ 34 - 11
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseReplyPendingReview.html

@@ -44,13 +44,20 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 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 55
                                 <td colspan="3">
49 56
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
50 57
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51 58
                                         id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52 59
                                         style="height: 35px;" />
53
-                                </td>
60
+                                </td> -->
54 61
                             </tr>
55 62
                             <tr>
56 63
                                 <th>事项编号:</th>
@@ -171,13 +178,25 @@
171 178
         $(document).ready(function () {
172 179
             load();
173 180
             laydate.skin('blue');
181
+            // laydate({
182
+            //     elem: '#starttime',
183
+            //     event: 'focus',
184
+            // });
185
+            // laydate({
186
+            //     elem: '#endtime',
187
+            //     event: 'focus',
188
+            // });
174 189
             laydate({
175
-                elem: '#starttime',
176
-                event: 'focus'
190
+                elem: '#dbstarttime',
191
+                event: 'focus',
192
+                istime: true,
193
+                format: 'YYYY-MM-DD hh:mm:ss'
177 194
             });
178 195
             laydate({
179
-                elem: '#endtime',
180
-                event: 'focus'
196
+                elem: '#dbstrendtime',
197
+                event: 'focus',
198
+                istime: true,
199
+                format: 'YYYY-MM-DD hh:mm:ss'
181 200
             });
182 201
         });
183 202
         //关闭录音弹出
@@ -251,8 +270,10 @@
251 270
                         ddusercode: ddusercodeID,
252 271
                         keyid: $("#keyid").val(), //=关键词id
253 272
                         source: $("#source").val(), //=来源&
254
-                        starttime: $("#starttime").val(), //=开始时间
255
-                        endtime: $("#endtime").val(), //=结束时间
273
+                        // starttime: $("#starttime").val(), //=开始时间
274
+                        // endtime: $("#endtime").val(), //=结束时间
275
+                        dbstarttime: $("#dbstarttime").val(), // 转督办开始时间
276
+                        dbstrendtime: $("#dbstrendtime").val(), // 转督办结束时间
256 277
                         deptid: $("#PID").val(),
257 278
                         type: $("#type").val(),
258 279
                         tab: 6, //已退回
@@ -845,8 +866,10 @@
845 866
             var usercode = usercodeID //=坐席工号
846 867
             var ddusercode = ddusercodeID
847 868
             var source = $("#source").val() //=来源&
848
-            var starttime = $("#starttime").val() //=开始时间
849
-            var endtime = $("#endtime").val() //=结束时间
869
+            // var starttime = $("#starttime").val() //=开始时间
870
+            // var endtime = $("#endtime").val() //=结束时间
871
+            var dbstarttime = $("#dbstarttime").val(); // 转督办开始时间
872
+            var dbstrendtime = $("#dbstrendtime").val(); // 转督办结束时间
850 873
             var deptid = $("#PID").val()
851 874
             var type = $("#type").val() //=工单类型
852 875
             var sourcearea = $("#sourceAreas").val() //区域
@@ -857,7 +880,7 @@
857 880
 
858 881
             var url = huayi.config.callcenter_url + "workorder/GetSupervList?token=" + $.cookie("token");
859 882
 
860
-            url += "&workid=" + workid + "&type=" + type + "&tab=" + tab + "&key=" + key + "&tel=" + tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" + source + "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" + sourcearea + "&keyid=" + keyid + "&Supervisor=" + Supervisor + "&isExamine=" + isExamine + "&isdc=1";
883
+            url += "&workid=" + workid + "&type=" + type + "&tab=" + tab + "&key=" + key + "&tel=" + tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" + source + "&dbstarttime=" + dbstarttime + "&dbstrendtime=" + dbstrendtime + "&deptid=" + deptid + "&sourcearea=" + sourcearea + "&keyid=" + keyid + "&Supervisor=" + Supervisor + "&isExamine=" + isExamine + "&isdc=1";
861 884
 
862 885
             window.location.href = url;
863 886
         })

+ 3 - 2
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseReturnReview.html

@@ -164,6 +164,7 @@
164 164
     <script src="../js/WorkOrder/WorkOrderList.js"></script>
165 165
 
166 166
     <script>
167
+
167 168
         var roleCode = $.cookie("code");
168 169
         var Supervisor = 1;
169 170
         $(document).ready(function () {
@@ -238,7 +239,7 @@
238 239
                         page: params.pageNumber,
239 240
                         pagesize: params.pageSize,
240 241
                         workid: $("#wids").val(),
241
-                        state: 10, //=工单状态
242
+                        state: 3, //=工单状态
242 243
                         type: $("#type").val(), //=工单类型
243 244
                         key: $("#key").val(), //=关键字
244 245
                         tel: $("#tel").val(), //=客户电话
@@ -377,7 +378,7 @@
377 378
                 html += html1;
378 379
 
379 380
             }
380
-            if (roleCode !== "WLDW" && tab === 1) {
381
+            if (roleCode !== "WLDW") {
381 382
                 html += '<a class="xg sendMsg" onclick="sendMsg(\'' + row.F_WorkOrderId + '\')" title="催办">催办</a>';
382 383
             }
383 384
             return html;

+ 14 - 11
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseUpcoming.html

@@ -44,14 +44,13 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>办时间:</th>
47
+                                <th>转督办时间:</th>
48 48
                                 <td colspan="3">
49
-                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
50
-                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input id="dealstrendtime"
51
-                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
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 52
                                         style="height: 35px;" />
53 53
                                 </td>
54
-
55 54
                                 <!-- <th>来电时间:</th>
56 55
                                 <td colspan="3">
57 56
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
@@ -69,11 +68,11 @@
69 68
                                 <td>
70 69
                                     <input type="text" id="name" class="form-control" />
71 70
                                 </td>
72
-                                <th>转督办时间:</th>
71
+                                <th>办时间:</th>
73 72
                                 <td colspan="3">
74
-                                    <input type="text" id="dbstarttime" class="photo x-color laydate-icon"
75
-                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
76
-                                        id="dbstrendtime" class="photo x-color laydate-icon" autocomplete="off"
73
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
74
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input id="dealstrendtime"
75
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
77 76
                                         style="height: 35px;" />
78 77
                                 </td>
79 78
                             </tr>
@@ -218,11 +217,15 @@
218 217
             });
219 218
             laydate({
220 219
                 elem: '#dbstarttime',
221
-                event: 'focus'
220
+                event: 'focus',
221
+                istime: true,
222
+                format: 'YYYY-MM-DD hh:mm:ss'
222 223
             });
223 224
             laydate({
224 225
                 elem: '#dbstrendtime',
225
-                event: 'focus'
226
+                event: 'focus',
227
+                istime: true,
228
+                format: 'YYYY-MM-DD hh:mm:ss'
226 229
             });
227 230
         });
228 231
         //关闭录音弹出

+ 2 - 2
WebUI/CallCenterWeb.UI/SystemManager/js/yongHuManger.js

@@ -11,6 +11,7 @@ $(document).ready(function () {
11 11
     initTable();
12 12
     bindrole();
13 13
     getCharacter();
14
+    bumen();
14 15
     //搜索按钮
15 16
     $(".searchGo").click(function () {
16 17
         deid = $("#testInput1").val();
@@ -82,7 +83,6 @@ $(document).ready(function () {
82 83
             addCun();
83 84
         }
84 85
     });
85
-    bumen();
86 86
     //  用户部门
87 87
     function bumen() {
88 88
         $("#testInput1").empty();
@@ -90,7 +90,7 @@ $(document).ready(function () {
90 90
         $.getJSON(
91 91
             huayi.config.callcenter_url + "Department/GetDeptList",
92 92
             {
93
-                iscbdw: -1,
93
+                iscbdw: 0,
94 94
                 token: $.cookie("token"),
95 95
             },
96 96
             function (data) {

+ 5 - 3
anyangWebAPP/config/constData.config.js

@@ -23,7 +23,7 @@ export default {
23 23
         imagePath: "../../static/icon_tosubmit.png",
24 24
         imageBg: "#fe940a",
25 25
         text: "待审转办",
26
-        navigateToUrl: "",
26
+        navigateToUrl: "/pages/workOrderList/workOrderList",
27 27
       },
28 28
       {
29 29
         id: "2",
@@ -97,13 +97,15 @@ export default {
97 97
         id: "1",
98 98
         imagePath: "../../static/icon_tosubmit.png",
99 99
         imageBg: "#fe940a",
100
-        text: "待审转办"
100
+        text: "待审转办",
101
+        navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=0",
101 102
       },
102 103
       {
103 104
         id: "12",
104 105
         imagePath: "../../static/icon-search.png",
105 106
         imageBg: "#1ccd8d",
106
-        text: "工单查询"
107
+        text: "工单查询",
108
+        navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=''",
107 109
       }
108 110
     ]
109 111
   },

+ 10 - 2
anyangWebAPP/pages.json

@@ -9,12 +9,14 @@
9 9
             "titleNView": false //禁用原生导航栏
10 10
         }
11 11
       }
12
-    }, {
12
+    },
13
+    {
13 14
       "path": "pages/myTask/myTask",
14 15
       "style": {
15 16
         "navigationBarTitleText": "我的任务"
16 17
       }
17
-    },{
18
+    },
19
+    {
18 20
       "path": "pages/adressBook/adressBook",
19 21
       "style": {
20 22
         "navigationBarTitleText": "通讯录"
@@ -25,6 +27,12 @@
25 27
       "style": {
26 28
         "navigationBarTitleText": "我的"
27 29
       }
30
+    },
31
+    {
32
+      "path": "pages/workOrderList/workOrderList",
33
+      "style": {
34
+        "navigationBarTitleText": "工单列表"
35
+      }
28 36
     }
29 37
   ],
30 38
   // "tabBar":{

+ 10 - 5
anyangWebAPP/pages/myTask/myTask.vue

@@ -17,8 +17,8 @@
17 17
         <text>工单进度</text>
18 18
       </view>
19 19
       
20
-      <view class="orderCon">
21
-        <view class="orderList" v-for="item in orderListData" :key="item.id">
20
+      <view class="orderCon" >
21
+        <view class="orderList" v-for="item in orderListData" :key="item.id" @click="workOrderListClick(item)">
22 22
           <image :style="{ background:item.imageBg}" :src="item.imagePath" mode=""></image>
23 23
           <text>{{item.text}}</text>
24 24
         </view>
@@ -80,11 +80,16 @@
80 80
       
81 81
     },
82 82
     methods: {
83
-		changeStore(){
83
+		  changeStore() {
84 84
             this.$mStore.dispatch('STATE', 3)
85 85
             console.log(this.State)
86
-        }
87
-      
86
+        },
87
+      workOrderListClick(item) {
88
+        console.log(123, item)
89
+        uni.navigateTo({
90
+          url: item.navigateToUrl
91
+        })
92
+      }
88 93
     }
89 94
   }
90 95
 </script>

+ 65 - 0
anyangWebAPP/pages/workOrderList/workOrderList.vue

@@ -0,0 +1,65 @@
1
+<template>
2
+    <view>
3
+      <uni-table border stripe emptyText="暂无更多数据" >
4
+        <!-- 表头行 -->
5
+        <uni-tr>
6
+            <!-- <uni-th align="center">序号</uni-th> -->
7
+            <uni-th align="center">工单单号</uni-th>
8
+            <uni-th align="center">诉求标题</uni-th>
9
+            <uni-th align="center">来电内容</uni-th>
10
+            <uni-th align="center">承办单位</uni-th>
11
+            <uni-th align="center">受理人</uni-th>
12
+            <uni-th align="center">办理状态</uni-th>
13
+            <uni-th align="center">时限</uni-th>
14
+            <uni-th align="center">办理时限</uni-th>
15
+        </uni-tr>
16
+        <!-- 表格数据行 -->
17
+        <uni-tr v-for="item in listData" :key="item.F_WorkOrderId">
18
+          <!-- <uni-td align="center">{{  }}</uni-td> -->
19
+          <uni-td align="center">{{ item.F_WorkOrderId }}</uni-td>
20
+          <uni-td align="center">{{ item.F_ComTitle }}</uni-td>
21
+          <uni-td align="center">{{ item.F_ComContent }}</uni-td>
22
+          <uni-td align="center">{{ item.DeptName }}</uni-td>
23
+          <uni-td align="center">{{ item.UserName }}</uni-td>
24
+          <uni-td align="center">{{ item.F_WorkState }}</uni-td>
25
+          <uni-td align="center">{{ item.OverState }}</uni-td>
26
+          <uni-td align="center">{{ item.LimitTime }}</uni-td>
27
+        </uni-tr>
28
+      </uni-table>
29
+    </view>
30
+</template>
31
+
32
+<script>
33
+  const urlData = ["/WorkOrder/GetList", "/WorkOrder/GetLDDealList"]
34
+  export default {
35
+    
36
+    data() {
37
+      return {
38
+        listData: [],
39
+        workOrderStatusData: []
40
+      };
41
+    },
42
+    onLoad(optioin) {
43
+      this.getList(optioin);
44
+    },
45
+    methods: {
46
+      getList(optioin) {
47
+        const params = {
48
+          "tab": optioin.tab, // 待处理
49
+          "token": uni.getStorageSync('token')
50
+        }
51
+        let workOrderListType = Number(optioin.workOrderListType)
52
+        this.$http.get(urlData[workOrderListType],params).then((response)=>{
53
+          if (response.state.toLowerCase() === 'success') {
54
+            this.listData = response.rows;
55
+          }
56
+        }).catch((e)=>{
57
+          console.log(e)
58
+        })
59
+      },
60
+    }
61
+  }
62
+</script>
63
+
64
+<style>
65
+</style>