liuyifan 4 years ago
parent
commit
61539ff877
30 changed files with 736 additions and 1895 deletions
  1. 37 38
      WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html
  2. 1 242
      WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html
  3. 1 1
      WebUI/CallCenterWeb.UI/Appeal/integratedQuery.html
  4. 50 315
      WebUI/CallCenterWeb.UI/Business/LeaderYZB.html
  5. 15 0
      WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html
  6. 14 0
      WebUI/CallCenterWeb.UI/CommonHtml/AddAppealDCL.html
  7. 50 315
      WebUI/CallCenterWeb.UI/MarketingManagement/LeaderYZBMarketing.html
  8. 9 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LawsuitMedia.html
  9. 0 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LeaderDCLMedia.html
  10. 0 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LeaderYJAMedia.html
  11. 0 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LeaderYJBMedia.html
  12. 51 327
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LeaderYZBMedia.html
  13. 0 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/ReturnReviewedTransferredMedia.html
  14. 0 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/WorkDSZBMedia.html
  15. 0 10
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/WorkIsproresultMedia.html
  16. 0 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/WorkYSSHMedia.html
  17. 2 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/expiredWorkOrdersMedia.html
  18. 0 10
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/haveAduitMedia.html
  19. 0 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/toAuditListMedia.html
  20. 0 9
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/toSupervListMedia.html
  21. 50 315
      WebUI/CallCenterWeb.UI/OtherPhoneManagement/LeaderYZBOtherPhone.html
  22. 1 0
      WebUI/CallCenterWeb.UI/TelCall/CallRecord.html
  23. 200 0
      WebUI/CallCenterWeb.UI/css/WorkOrder/WorkOrderList.css
  24. 4 9
      WebUI/CallCenterWeb.UI/css/addappeal.css
  25. 5 5
      WebUI/CallCenterWeb.UI/css/call.css
  26. 203 191
      WebUI/CallCenterWeb.UI/css/init.css
  27. 29 25
      WebUI/CallCenterWeb.UI/home.html
  28. 12 0
      WebUI/CallCenterWeb.UI/js/WorkOrder/WorkOrderList.js
  29. 1 1
      WebUI/CallCenterWeb.UI/js/index.js
  30. 1 1
      WebUI/CallCenterWeb.UI/js/main.js

+ 37 - 38
WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -33,13 +33,13 @@
33 33
                     <tr>
34 34
                         <th class="Importent">标题:</th>
35 35
                         <td colspan="7">
36
-                            <input id="title" type="text" style="width: 100%;" />
36
+                            <input id="title" class="form-control" type="text" style="width: 100%;" />
37 37
                         </td>
38 38
                     </tr>
39 39
                     <tr>
40 40
                         <th class="Importent">内容:</th>
41 41
                         <td colspan="7">
42
-                            <textarea data-adaptheight id="content" name="" rows="" cols=""
42
+                            <textarea data-adaptheight id="content" class="form-control" name="" rows="3" cols=""
43 43
                                 style="width: 100%;"></textarea>
44 44
                         </td>
45 45
                     </tr>
@@ -64,45 +64,39 @@
64 64
                     </tr>-->
65 65
                     <tr>
66 66
                         <th>处理方式:</th>
67
-                        <td colspan="7">
68
-                            <input type="radio" value="1" name="banli" class="Nows" />当即办理
69
-                            <input checked="true" type="radio" value="0" name="banli" class="Nows_" />网络转办
70
-                            <input id="threeWayCall" type="checkbox"  value="1" name="" class="Nows_" />三方通话
67
+                        <td colspan="">
68
+                            <input type="radio" value="1" name="banli" class="Nows_ radioStyle" />当即办理
69
+                            <input checked="true" type="radio" value="0" name="banli" class="Nows_ radioStyle" />网络转办
70
+                            <input id="threeWayCall" type="checkbox"  value="1" name="" class="Nows_ radioStyle" />三方通话
71 71
                         </td>
72
-                    </tr>
73
-                    <tr class="Nows_box Hidens">
74
-                        <th>办理内容:</th>
75
-                        <td colspan="7">
76
-
77
-                            <input type="text" style="width: 100%;" id="result" />
72
+                        <th>来电号码密级:</th>
73
+                        <td>
74
+                            <input class="radioStyle" type="radio" name="mj" id="" value="0" />普通
75
+                            <input class="radioStyle" type="radio" name="mj" id="" value="1" checked="checked" />保密
78 76
                         </td>
79 77
                     </tr>
80 78
                     <tr>
81 79
                         <th class="">来电人:</th>
82 80
                         <td>
83
-                            <input type="text" id="cusname" />
81
+                            <input type="text" id="cusname" class="form-control" />
84 82
                         </td>
85 83
                         <th>性别:</th>
86 84
                         <td>
87
-                            <select class="select_" id="cussex">
85
+                            <select class="form-control" id="cussex">
88 86
                                 <option value="">请选择</option>
89 87
                                 <option value="0">男</option>
90 88
                                 <option value="1">女</option>
91 89
                             </select>
92 90
                         </td>
93
-                        <th>来源:</th>
94
-                        <td>
95
-                            <select class="select_" id="source"></select>
96
-                        </td>
97 91
                         <th class="Importent">来电号码:</th>
98 92
                         <td>
99
-                            <input type="text" id="cusphone" />
93
+                            <input type="text" id="cusphone" class="form-control" />
100 94
                         </td>
101 95
                     </tr>
102 96
                     <tr>
103 97
                         <th>类型:</th>
104 98
                         <td>
105
-                            <select class="select_" id="type"></select>
99
+                            <select class="form-control" id="type"></select>
106 100
                         </td>
107 101
                         <th class="Importent">反映类别:</th>
108 102
                         <td style="position: relative">
@@ -118,24 +112,25 @@
118 112
                                 <ul id="sponsor"></ul>
119 113
                             </div>
120 114
                         </td>
121
-                        <th>来电号码密级:</th>
122
-                        <td>
123
-                            <input type="radio" name="mj" id="" value="0" />普通
124
-                            <input type="radio" name="mj" id="" value="1" checked="checked" />保密
125
-                        </td>
126 115
                         <th class="Importent">紧急程度:</th>
127 116
                         <td>
128
-                            <select class="select_" id="level">
117
+                            <select class="form-control" id="level">
129 118
                                 <!--<option value="0">选择</option>-->
130 119
                                 <option value="1">普通</option>
131 120
                                 <option value="2">紧急</option>
132 121
                             </select>
133 122
                         </td>
134 123
                     </tr>
124
+                    <tr>
125
+                        <th>来源:</th>
126
+                        <td>
127
+                            <select class="form-control" id="source"></select>
128
+                        </td>
129
+                    </tr>
135 130
                     <tr class="leaderCharge-wrapper" style="display: none;">
136 131
                         <th class="">分管领导:</th>
137 132
                         <td>
138
-                            <select class="select_" id="leaderCharge">
133
+                            <select class="form-control" id="leaderCharge">
139 134
                                 <option value="">请选择</option>
140 135
                                 <option value="省长">省长</option>
141 136
                                 <option value="市长">市长</option>
@@ -145,7 +140,7 @@
145 140
                     <tr class="phonetype-wrapper">
146 141
                         <th class="">电话类别:</th>
147 142
                         <td>
148
-                            <select class="select_" id="phonetype">
143
+                            <select class="form-control" id="phonetype">
149 144
                                 <option value="">请选择</option>
150 145
                             </select>
151 146
                         </td>
@@ -158,19 +153,23 @@
158 153
                             </div>
159 154
                         </td>
160 155
                     </tr>
161
-                    <tr>
162
-                        <th>事件地址:</th>
156
+                    <tr class="Nows_box Hidens">
157
+                        <th>直办内容:</th>
163 158
                         <td colspan="7">
164
-                            <select class="select_" id="sourcearea"></select>
159
+                            <textarea id="result" class="form-control" name="" rows="3" cols=""
160
+                            style="width: 100%;"></textarea>
161
+                            <!-- <input type="text" style="width: 100%;" id="result" class="form-control" /> -->
165 162
                         </td>
166 163
                     </tr>
167 164
                     <tr>
168
-                        <th class="Importent"></th>
169
-                        <td colspan="7">
170
-                            <input id="sourceaddress" type="text" placeholder="输入详细地址"
171
-                                style="width:50%; padding-left: 15px;" />
165
+                        <th>事发区域:</th>
166
+                        <td>
167
+                            <select class="form-control" id="sourcearea" style="display: inline-block;"></select>
168
+                        </td>
169
+                        <td colspan="2">
170
+                            <input id="sourceaddress" class="form-control" type="text" placeholder="输入详细地址"
171
+                                style="padding-left: 15px;" />
172 172
                         </td>
173
-
174 173
                     </tr>
175 174
                     <tr>
176 175
                         <th class="Importent"></th>
@@ -275,7 +274,7 @@
275 274
                     data: {
276 275
                         cusname: $("#cusname").val(), //=来电人姓名
277 276
                         cussex: $("#cussex").val(),
278
-                        cusphone: $("#cusphone").val(), //=来电人电话
277
+                        cusphone: $("#cusphone").val().replace(/\s+/g, ""), //=来电人电话
279 278
                         email: $("#email").val(),
280 279
                         zipcode: $("#zipcode").val(),
281 280
                         conphone: $("#conphone").val(),
@@ -289,6 +288,7 @@
289 288
                         source: $("#source").val(), //=来源
290 289
                         splituser: $("#leaderCharge").val(), // 分管领导
291 290
                         isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
291
+                        business: threeWayCall,
292 292
                         result: $('#result').val(),
293 293
                         keys: $("#PID").val(), //=关键词id(多个用英文逗号,隔开)
294 294
                         type: $("#type").val(), //=类型
@@ -296,7 +296,6 @@
296 296
                         level: $('#level').val(), //=(1普通2紧急)
297 297
                         issubmit: submit, //=(0保存1保存并提交)
298 298
                         phonetype: $("#source").val() === "1" ? $("#phonetype").val() : "", // 电话类别
299
-                        business: threeWayCall,
300 299
                         token: $.cookie("token")
301 300
                     },
302 301
                     success: function (data) {

+ 1 - 242
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -9,248 +9,7 @@
9 9
     <link rel="stylesheet" href="../css/bootstrap-select.css" />
10 10
     <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
11 11
     <link rel="stylesheet" href="../css/init.css" />
12
-    <!-- <link rel="stylesheet" href="../css/addappeal.css" /> -->
13
-
14
-    <style>
15
-        #sqzx th {
16
-            padding: 5px 8px 5px 0;
17
-            text-align: right;
18
-        }
19
-        
20
-        #sqzx td {
21
-            padding: 6px 0 5px 10px;
22
-        }
23
-
24
-        input {
25
-            background-color: #fff;
26
-            background-image: none;
27
-            border: 1px solid #ccc;
28
-            border-radius: 1px;
29
-            color: inherit;
30
-            padding: 6px 12px;
31
-        }
32
-
33
-        .lxr ul li {
34
-            float: left;
35
-            list-style: none;
36
-            width: 30%;
37
-            margin-bottom: 5px;
38
-            padding-top: 10px;
39
-        }
40
-
41
-        .clearFix:after {
42
-            content: "";
43
-            display: block;
44
-            clear: both;
45
-        }
46
-
47
-        .form-group {
48
-            padding-left: 40px;
49
-            margin-bottom: 0;
50
-        }
51
-
52
-        textarea {
53
-            height: 70px;
54
-            border: 1px solid #ccc;
55
-            border-radius: 1px;
56
-            width: 50%;
57
-            resize: none;
58
-        }
59
-
60
-        .textarea_box {
61
-            margin-top: 10px;
62
-        }
63
-
64
-        .box_content {
65
-            border-bottom: 1px solid #ccc;
66
-        }
67
-
68
-        .tj_content {
69
-            border: 1px solid #e6e6e6;
70
-            border-radius: 5px;
71
-        }
72
-
73
-        .t-shade {
74
-            position: fixed;
75
-            top: 0;
76
-            left: 0;
77
-            width: 100%;
78
-            background: rgba(0, 0, 0, 0.48);
79
-            z-index: 10004;
80
-            display: none;
81
-        }
82
-
83
-        .lyxz .shade_k {
84
-            z-index: 10005;
85
-            width: 40%;
86
-            left: 30%;
87
-            position: absolute;
88
-            background-color: rgb(255, 255, 255);
89
-            box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 50px;
90
-            margin: 20% auto;
91
-            border-radius: 5px;
92
-        }
93
-
94
-        .shade_title {
95
-            padding: 0 80px 0 20px;
96
-            height: 42px;
97
-            line-height: 42px;
98
-            border-bottom: 1px solid #eee;
99
-            font-size: 16px;
100
-            color: #ffffff;
101
-            overflow: hidden;
102
-            background-color: #00a1cb;
103
-            border-radius: 2px 2px 0 0;
104
-            position: relative;
105
-            border-top-left-radius: 5px;
106
-            border-top-right-radius: 5px;
107
-        }
108
-
109
-        .cx {
110
-            display: block;
111
-        }
112
-
113
-        .setwin {
114
-            position: absolute;
115
-            right: 15px;
116
-            top: 5px;
117
-            font-size: 0;
118
-            line-height: initial;
119
-        }
120
-
121
-        .setwin a {
122
-            position: relative;
123
-            width: 16px;
124
-            height: 16px;
125
-            font-size: 20px;
126
-            color: #fff;
127
-        }
128
-
129
-        .xg i {
130
-            font-size: 16px;
131
-        }
132
-
133
-        .hidens {
134
-            display: none;
135
-        }
136
-
137
-        .inpBox {
138
-            /* border: 1px solid #cccccc; */
139
-            width: 100%;
140
-            display: inline-block;
141
-            position: relative;
142
-            vertical-align: middle;
143
-            position: absolute;
144
-            padding: 6px 0 5px 10px;
145
-            left: 0px;
146
-            top: 0px;
147
-            z-index: 111;
148
-        }
149
-
150
-        .selDpart1 {
151
-            position: absolute;
152
-            left: 10px;
153
-            top: 33px;
154
-            z-index: 11111;
155
-            width: 220px;
156
-            line-height: 30px;
157
-            background: #ffffff;
158
-            display: none;
159
-        }
160
-
161
-        #sponsor {
162
-            width: 218px;
163
-            border: 1px solid #00a1cb;
164
-            margin: 0;
165
-            padding: 0;
166
-            list-style: none;
167
-            max-height: 212px;
168
-            overflow-x: hidden;
169
-            overflow-y: scroll;
170
-        }
171
-
172
-        #sponsor li {
173
-            margin: 0;
174
-            padding-left: 10px;
175
-            width: 220px;
176
-            height: 30px;
177
-            line-height: 30px;
178
-            list-style: none;
179
-        }
180
-
181
-        #sponsor li:hover {
182
-            background: #00a1cb;
183
-        }
184
-
185
-        .addTree,
186
-        .addTreeReactionCategory {
187
-            background: #fff;
188
-            position: absolute;
189
-            width: 95%;
190
-            border: 1px solid darkgrey;
191
-            left: 10px;
192
-            top: 33px;
193
-            display: none;
194
-            z-index: 222;
195
-        }
196
-
197
-        .ztree li span {
198
-            border: none;
199
-            padding: 0;
200
-        }
201
-
202
-        .inps,
203
-        .inpsReactionCategory {
204
-            width: 100%;
205
-            height: 33px;
206
-            outline: none;
207
-            border: 0;
208
-            border-image-width: 0;
209
-            padding: 0;
210
-            padding-left: 3px;
211
-        }
212
-
213
-        .xl,
214
-        .xlReactionCategory {
215
-            display: inline-block;
216
-            background: url(../img/dropDown.png) no-repeat;
217
-            height: 100%;
218
-            background-position: center center;
219
-            width: 20px;
220
-            position: absolute;
221
-            right: 0;
222
-            top: 0px;
223
-            /* background-color: #f7bc8b; */
224
-            cursor: pointer;
225
-        }
226
-
227
-        .Cleans,
228
-        .CleansReactionCategory {
229
-            display: inline-block;
230
-            width: 20px;
231
-            position: absolute;
232
-            right: 21px;
233
-            top: 14px;
234
-            display: none;
235
-        }
236
-
237
-        .Min-width {
238
-            display: inline-block;
239
-            width: 280px;
240
-            margin-right: 30px;
241
-        }
242
-
243
-        .btn-default {
244
-            background: #ffffff;
245
-            color: #000000;
246
-        }
247
-        .nameJustified {
248
-            width: 5em;
249
-            display: inline-block;
250
-            text-align: justify;
251
-            text-align-last: justify;
252
-        }
253
-    </style>
12
+    <link rel="stylesheet" href="../css/WorkOrder/WorkOrderList.css">
254 13
 </head>
255 14
 
256 15
 <body class="gray-bg">

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

@@ -576,7 +576,7 @@
576 576
             } else {
577 577
                 ddusercodeID = "";
578 578
             }
579
-
579
+ 
580 580
             //三方通话
581 581
             var threeWayCall;
582 582
             if ($("#dealtype").val() === "2") {

+ 50 - 315
WebUI/CallCenterWeb.UI/Business/LeaderYZB.html

@@ -5,269 +5,11 @@
5 5
     <meta charset="UTF-8">
6 6
     <title>已退回重办</title>
7 7
     <script src="../Script/Common/huayi.load.js"></script>
8
-    <link rel="stylesheet" href="../css/bootstrap-select.css">
9 8
     <script src="../Script/Common/huayi.config.js"></script>
9
+    <link rel="stylesheet" href="../css/bootstrap-select.css">
10 10
     <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
11 11
     <link rel="stylesheet" href="../css/init.css" />
12
-    <style>
13
-        #sqzx th {
14
-            padding: 5px 8px 5px 0;
15
-            text-align: right;
16
-        }
17
-
18
-        .select {
19
-            width: 150px;
20
-            background-color: #FFF;
21
-            background-image: none;
22
-            border: 1px solid #ccc;
23
-            border-radius: 1px;
24
-            color: inherit;
25
-            padding: 6px 12px;
26
-        }
27
-
28
-        #sex {
29
-            background-color: #FFF;
30
-            background-image: none;
31
-            border: 1px solid #ccc;
32
-            border-radius: 1px;
33
-            color: inherit;
34
-            padding: 6px 12px;
35
-        }
36
-
37
-        input {
38
-            background-color: #FFF;
39
-            background-image: none;
40
-            border: 1px solid #ccc;
41
-            border-radius: 1px;
42
-            color: inherit;
43
-            padding: 6px 12px;
44
-        }
45
-
46
-        #sqzx td {
47
-            padding: 6px 0 5px 10px;
48
-        }
49
-
50
-        .lxr ul li {
51
-            float: left;
52
-            list-style: none;
53
-            width: 30%;
54
-            margin-bottom: 5px;
55
-            padding-top: 10px;
56
-        }
57
-
58
-        .clearFix:after {
59
-            content: "";
60
-            display: block;
61
-            clear: both;
62
-        }
63
-
64
-        .form-group {
65
-            padding-left: 40px;
66
-            margin-bottom: 0;
67
-        }
68
-
69
-        textarea {
70
-            height: 70px;
71
-            border: 1px solid #ccc;
72
-            border-radius: 1px;
73
-            width: 50%;
74
-            resize: none;
75
-        }
76
-
77
-        .textarea_box {
78
-            margin-top: 10px;
79
-        }
80
-
81
-        .box_content {
82
-            border-bottom: 1px solid #ccc;
83
-        }
84
-
85
-        .tj_content {
86
-            border: 1px solid #e6e6e6;
87
-            border-radius: 5px;
88
-        }
89
-
90
-        .t-shade {
91
-            position: fixed;
92
-            top: 0;
93
-            left: 0;
94
-            width: 100%;
95
-            background: rgba(0, 0, 0, 0.48);
96
-            z-index: 10004;
97
-            display: none;
98
-        }
99
-
100
-        .lyxz .shade_k {
101
-            z-index: 10005;
102
-            width: 40%;
103
-            left: 30%;
104
-            margin: 20% auto;
105
-            position: absolute;
106
-            background-color: #fff;
107
-            box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
108
-            border-radius: 5px;
109
-        }
110
-
111
-        .shade_title {
112
-            padding: 0 80px 0 20px;
113
-            height: 42px;
114
-            line-height: 42px;
115
-            border-bottom: 1px solid #eee;
116
-            font-size: 16px;
117
-            color: #FFFFFF;
118
-            overflow: hidden;
119
-            background-color: #00a1cb;
120
-            border-radius: 2px 2px 0 0;
121
-            position: relative;
122
-            border-top-left-radius: 5px;
123
-            border-top-right-radius: 5px;
124
-        }
125
-
126
-        .cx {
127
-            display: block;
128
-        }
129
-
130
-        .setwin {
131
-            position: absolute;
132
-            right: 15px;
133
-            top: 5px;
134
-            font-size: 0;
135
-            line-height: initial;
136
-        }
137
-
138
-        .setwin a {
139
-            position: relative;
140
-            width: 16px;
141
-            height: 16px;
142
-            font-size: 20px;
143
-            color: #fff;
144
-        }
145
-
146
-        .xg i {
147
-            font-size: 16px;
148
-        }
149
-
150
-        .hidens {
151
-            display: none;
152
-        }
153
-
154
-        .Min-width {
155
-            width: 150px;
156
-        }
157
-
158
-        .hidens {
159
-            display: none;
160
-        }
161
-
162
-        .inpBox {
163
-            border: 1px solid #cccccc;
164
-            height: 31px;
165
-            width: 220px;
166
-            display: inline-block;
167
-            position: relative;
168
-            vertical-align: middle;
169
-            position: absolute;
170
-            left: 0px;
171
-            top: 0px;
172
-            z-index: 111;
173
-        }
174
-
175
-        .selDpart1 {
176
-            position: absolute;
177
-            left: 0px;
178
-            top: 30px;
179
-            z-index: 11111;
180
-            width: 220px;
181
-            line-height: 30px;
182
-            background: #FFFFFF;
183
-            display: none;
184
-        }
185
-
186
-        #sponsor {
187
-            width: 218px;
188
-            border: 1px solid #00a1cb;
189
-            margin: 0;
190
-            padding: 0;
191
-            list-style: none;
192
-            max-height: 212px;
193
-            overflow-x: hidden;
194
-            overflow-y: scroll;
195
-        }
196
-
197
-        #sponsor li {
198
-            margin: 0;
199
-            padding-left: 10px;
200
-            width: 220px;
201
-            height: 30px;
202
-            line-height: 30px;
203
-            list-style: none;
204
-        }
205
-
206
-        #sponsor li:hover {
207
-            background: #00a1cb;
208
-        }
209
-
210
-        .addTree {
211
-            background: #fff;
212
-            position: absolute;
213
-            width: 100%;
214
-            border: 1px solid darkgrey;
215
-            right: 0;
216
-            top: 29px;
217
-            display: none;
218
-            z-index: 222;
219
-        }
220
-
221
-        .xl {
222
-            display: inline-block;
223
-            background: url(../../img/dropDown.png) no-repeat;
224
-            height: 100%;
225
-            background-position: center center;
226
-            width: 20px;
227
-            position: absolute;
228
-            right: 0;
229
-            top: 0px;
230
-            /* background-color: #f7bc8b; */
231
-            cursor: pointer;
232
-        }
233
-
234
-        .ztree li span {
235
-            border: none;
236
-            padding: 0;
237
-        }
238
-
239
-        .inps {
240
-            width: 217px;
241
-            height: 24px;
242
-            outline: none;
243
-            border: 0;
244
-            border-image-width: 0;
245
-            padding: 0;
246
-            padding-left: 3px;
247
-        }
248
-
249
-        .xl {
250
-            display: inline-block;
251
-            background: url(../img/dropDown.png) no-repeat;
252
-            height: 100%;
253
-            background-position: center center;
254
-            width: 20px;
255
-            position: absolute;
256
-            right: 0;
257
-            top: 0px;
258
-            /* background-color: #f7bc8b; */
259
-            cursor: pointer;
260
-        }
261
-
262
-        .Cleans {
263
-            display: inline-block;
264
-            width: 20px;
265
-            position: absolute;
266
-            right: 21px;
267
-            top: 5px;
268
-            display: none;
269
-        }
270
-    </style>
12
+    <link rel="stylesheet" href="../css/WorkOrder/WorkOrderList.css">
271 13
 </head>
272 14
 
273 15
 <body class="gray-bg">
@@ -294,82 +36,56 @@
294 36
                             <tr>
295 37
                                 <th>关键字:</th>
296 38
                                 <td>
297
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
39
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control" />
298 40
                                 </td>
299 41
                                 <th>事项编号:</th>
300 42
                                 <td>
301
-                                    <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
43
+                                    <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
302 44
                                 </td>
303
-                                <th>时间:</th>
304
-                                <td>
305
-                                    <input type="text" id="starttime" class="laydate-icon Min-width"
306
-                                        style="height: 32px;" />&nbsp;——&nbsp;<input type="text" id="endtime"
307
-                                        class="laydate-icon Min-width" style="height: 32px;" />
308
-                                </td>
309
-                                <th>区域:</th>
310
-                                <td>
311
-                                    <select name="" id="sourceAreas" class="select">
312
-                                    </select>
45
+                                <th>来电时间:</th>
46
+                                <td colspan="3">
47
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
48
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
49
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
50
+                                        style="height: 35px;" />
313 51
                                 </td>
314 52
                             </tr>
315 53
                             <tr>
316
-                                <!-- <th>工单状态:</th>
54
+                                <th>反映区域:</th>
317 55
                                 <td>
318
-                                    <select name="" id="state" class="select">
319
-                                        <option selected="selected" value="">请选择</option>
320
-                                        <option value="0">新工单</option>
321
-                                        <option value="1">待交办</option>
322
-                                        <option value="2">待查收</option>
323
-                                        <option value="3">退回审核中</option>
324
-                                        <option value="4">办理中</option>
325
-                                        <option value="5">延时审核中</option>
326
-                                        <option value="6">已办理</option>
327
-                                        <option value="7">已回访</option>
328
-                                        <option value="8">重办中</option>
329
-                                        <option value="9">已结案</option>
56
+                                    <select name="" id="sourceAreas" class="form-control">
330 57
                                     </select>
331
-                                </td> -->
332
-                                <th>工单来源:</th>
58
+                                </td>
59
+                                <th><span class="nameJustified">审核员:</span></th>
333 60
                                 <td>
334
-                                    <select class="select_" id="source">
61
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
62
+                                        multiple data-live-search="true">
63
+                                        <option value="">请选择调度员</option>
335 64
                                     </select>
336 65
                                 </td>
337
-                                <!-- <th>主题词:</th>
338
-                                <td>
339
-                                    <select id="keyid" name="" class="select"></select>
340
-                                </td> -->
341
-                                <th>类型:</th>
66
+                                <th>工单来源:</th>
342 67
                                 <td>
343
-                                    <select class="select_" id="type">
68
+                                    <select class="form-control Min-width" id="source">
344 69
                                     </select>
345 70
                                 </td>
346
-
347 71
                             </tr>
348 72
                             <tr>
73
+                                <th>来电类型:</th>
74
+                                <td>
75
+                                    <select class="form-control" id="type">
76
+                                    </select>
77
+                                </td>
349 78
                                 <th>来电号码:</th>
350 79
                                 <td>
351
-                                    <input type="text" id="tel" class="Min-width" />
80
+                                    <input type="text" id="tel" class="form-control" />
352 81
                                 </td>
353
-                                <th>来电人:</th>
82
+                                <th><span class="nameJustified">来电人:</span></th>
354 83
                                 <td>
355
-                                    <input type="text" id="name" class="Min-width" />
84
+                                    <input type="text" id="name" class="form-control Min-width" />
85
+                                    <botton class="btns Seach">搜索</botton>
356 86
                                 </td>
357 87
                             </tr>
358 88
                             <tr>
359
-                                <th>坐席:</th>
360
-                                <td>
361
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
362
-                                        data-live-search="true">
363
-                                        <option value="">请选择坐席</option>
364
-                                    </select>
365
-                                </td>
366
-                                <th>审核员:</th>
367
-                                <td>
368
-                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
369
-                                        multiple data-live-search="true">
370
-                                        <option value="">请选择调度员</option>
371
-                                    </select>
372
-                                </td>
373 89
                                 <th>承办单位:</th>
374 90
                                 <td style="position: relative;">
375 91
                                     <div class="inpBox">
@@ -385,9 +101,28 @@
385 101
                                         </ul>
386 102
                                     </div>
387 103
                                 </td>
388
-                                <th></th>
389
-                                <td style="text-align: center;">
390
-                                    <botton class="btns Seach">搜索</botton>
104
+                                <th>来电坐席:</th>
105
+                                <td>
106
+                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
107
+                                        data-live-search="true">
108
+                                        <option value="">请选择坐席</option>
109
+                                    </select>
110
+                                </td>
111
+                                <th>工单状态:</th>
112
+                                <td>
113
+                                    <select name="" id="state" class="form-control Min-width">
114
+                                        <option selected="selected" value="">请选择</option>
115
+                                        <!-- <option value="0">新工单</option>
116
+                                        <option value="1">待交办</option>
117
+                                        <option value="2">待查收</option>
118
+                                        <option value="3">退回审核中</option>
119
+                                        <option value="4">办理中</option>
120
+                                        <option value="5">延时审核中</option>
121
+                                        <option value="6">已办理</option>
122
+                                        <option value="7">已回访</option> -->
123
+                                        <option value="8">重办中</option>
124
+                                        <!-- <option value="9">已结案</option> -->
125
+                                    </select>
391 126
                                     <botton class="btns exportFile">导出</botton>
392 127
                                 </td>
393 128
                             </tr>

+ 15 - 0
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html

@@ -76,6 +76,7 @@
76 76
                         <td colspan="7">
77 77
                             <input type="radio" value="1" name="banli" class="Nows" />当即办理
78 78
                             <input checked="true" type="radio" value="0" name="banli" class="Nows_" />网络转办
79
+                            <input id="threeWayCall" type="checkbox"  value="1" name="" class="Nows_" />三方通话
79 80
                         </td>
80 81
                     </tr>
81 82
                     <tr class="Nows_box Hidens">
@@ -313,6 +314,11 @@
313 314
                                 "checked", "checked");
314 315
                             $(' input[name="banli"][value="' + Data[0].F_IsResult + '"]').prop(
315 316
                                 "checked", "checked");
317
+                            if(String(Data[0].F_Business) === "1") {
318
+                                $('#threeWayCall').attr("checked", true);
319
+                            } else {
320
+                                $('#threeWayCall').attr("checked", false);
321
+                            }
316 322
                             $('#sourceaddress').val(Data[0].F_SourceAddress);
317 323
                             $('.F_FinalOpinion').val(Data[0].F_FinalOpinion);
318 324
                             $(Data[0].File).each(function (k, q) {
@@ -340,6 +346,14 @@
340 346
         function Add() {
341 347
             var value = $(' input[name="banli"]:checked ').val();
342 348
             var content = $("#content").val();
349
+            var threeWayCall;
350
+
351
+            if($('#threeWayCall').is(':checked')) {
352
+                threeWayCall = 1;
353
+            } else {
354
+                threeWayCall = 0;
355
+            }
356
+
343 357
             // if (!$("#cusname").val()) {
344 358
             //     layer.msg("请输入姓名");
345 359
             // } else 
@@ -382,6 +396,7 @@
382 396
                     source: $("#source").val(), //=来源
383 397
                     splituser: $("#leaderCharge").val(), // 分管领导
384 398
                     isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
399
+                    business: threeWayCall,
385 400
                     result: $('#result').val(),
386 401
                     keys: $("#PID").val(), //=关键词id(多个用英文逗号,隔开)
387 402
                     type: $("#type").val(), //=类型

+ 14 - 0
WebUI/CallCenterWeb.UI/CommonHtml/AddAppealDCL.html

@@ -60,6 +60,7 @@
60 60
                         <td colspan="7">
61 61
                             <input type="radio" value="1" name="banli" class="Nows" />当即办理
62 62
                             <input checked="true" type="radio" value="0" name="banli" class="Nows_" />网络转办
63
+                            <input id="threeWayCall" type="checkbox"  value="1" name="" class="Nows_" />三方通话
63 64
                         </td>
64 65
                     </tr>
65 66
                     <tr class="Nows_box Hidens">
@@ -394,6 +395,11 @@
394 395
                                 Data[0].F_IsResult +
395 396
                                 '"]'
396 397
                             ).prop("checked", "checked");
398
+                            if(String(Data[0].F_Business) === "1") {
399
+                                $('#threeWayCall').attr("checked", true);
400
+                            } else {
401
+                                $('#threeWayCall').attr("checked", false);
402
+                            }
397 403
                             $("#sourceaddress").val(
398 404
                                 Data[0].F_SourceAddress
399 405
                             );
@@ -446,6 +452,13 @@
446 452
             //              }
447 453
             var value = $(' input[name="banli"]:checked ').val();
448 454
             var content = $("#content").val();
455
+            var threeWayCall;
456
+
457
+            if($('#threeWayCall').is(':checked')) {
458
+                threeWayCall = 1;
459
+            } else {
460
+                threeWayCall = 0;
461
+            }
449 462
             // if (!$("#cusname").val()) {
450 463
             //     layer.msg("请输入姓名");
451 464
             // } else 
@@ -485,6 +498,7 @@
485 498
                     source: $("#source").val(), //=来源
486 499
                     splituser: $("#leaderCharge").val(), // 分管领导
487 500
                     isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
501
+                    business: threeWayCall,
488 502
                     result: $("#result").val(),
489 503
                     keys: $("#PID").val(), //=关键词id(多个用英文逗号,隔开) keys
490 504
                     type: $("#type").val(), //=类型

+ 50 - 315
WebUI/CallCenterWeb.UI/MarketingManagement/LeaderYZBMarketing.html

@@ -5,269 +5,11 @@
5 5
     <meta charset="UTF-8">
6 6
     <title>已退回重办</title>
7 7
     <script src="../Script/Common/huayi.load.js"></script>
8
-    <link rel="stylesheet" href="../css/bootstrap-select.css">
9 8
     <script src="../Script/Common/huayi.config.js"></script>
9
+    <link rel="stylesheet" href="../css/bootstrap-select.css">
10 10
     <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
11 11
     <link rel="stylesheet" href="../css/init.css" />
12
-    <style>
13
-        #sqzx th {
14
-            padding: 5px 8px 5px 0;
15
-            text-align: right;
16
-        }
17
-
18
-        .select {
19
-            width: 150px;
20
-            background-color: #FFF;
21
-            background-image: none;
22
-            border: 1px solid #ccc;
23
-            border-radius: 1px;
24
-            color: inherit;
25
-            padding: 6px 12px;
26
-        }
27
-
28
-        #sex {
29
-            background-color: #FFF;
30
-            background-image: none;
31
-            border: 1px solid #ccc;
32
-            border-radius: 1px;
33
-            color: inherit;
34
-            padding: 6px 12px;
35
-        }
36
-
37
-        input {
38
-            background-color: #FFF;
39
-            background-image: none;
40
-            border: 1px solid #ccc;
41
-            border-radius: 1px;
42
-            color: inherit;
43
-            padding: 6px 12px;
44
-        }
45
-
46
-        #sqzx td {
47
-            padding: 6px 0 5px 10px;
48
-        }
49
-
50
-        .lxr ul li {
51
-            float: left;
52
-            list-style: none;
53
-            width: 30%;
54
-            margin-bottom: 5px;
55
-            padding-top: 10px;
56
-        }
57
-
58
-        .clearFix:after {
59
-            content: "";
60
-            display: block;
61
-            clear: both;
62
-        }
63
-
64
-        .form-group {
65
-            padding-left: 40px;
66
-            margin-bottom: 0;
67
-        }
68
-
69
-        textarea {
70
-            height: 70px;
71
-            border: 1px solid #ccc;
72
-            border-radius: 1px;
73
-            width: 50%;
74
-            resize: none;
75
-        }
76
-
77
-        .textarea_box {
78
-            margin-top: 10px;
79
-        }
80
-
81
-        .box_content {
82
-            border-bottom: 1px solid #ccc;
83
-        }
84
-
85
-        .tj_content {
86
-            border: 1px solid #e6e6e6;
87
-            border-radius: 5px;
88
-        }
89
-
90
-        .t-shade {
91
-            position: fixed;
92
-            top: 0;
93
-            left: 0;
94
-            width: 100%;
95
-            background: rgba(0, 0, 0, 0.48);
96
-            z-index: 10004;
97
-            display: none;
98
-        }
99
-
100
-        .lyxz .shade_k {
101
-            z-index: 10005;
102
-            width: 40%;
103
-            left: 30%;
104
-            margin: 20% auto;
105
-            position: absolute;
106
-            background-color: #fff;
107
-            box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
108
-            border-radius: 5px;
109
-        }
110
-
111
-        .shade_title {
112
-            padding: 0 80px 0 20px;
113
-            height: 42px;
114
-            line-height: 42px;
115
-            border-bottom: 1px solid #eee;
116
-            font-size: 16px;
117
-            color: #FFFFFF;
118
-            overflow: hidden;
119
-            background-color: #00a1cb;
120
-            border-radius: 2px 2px 0 0;
121
-            position: relative;
122
-            border-top-left-radius: 5px;
123
-            border-top-right-radius: 5px;
124
-        }
125
-
126
-        .cx {
127
-            display: block;
128
-        }
129
-
130
-        .setwin {
131
-            position: absolute;
132
-            right: 15px;
133
-            top: 5px;
134
-            font-size: 0;
135
-            line-height: initial;
136
-        }
137
-
138
-        .setwin a {
139
-            position: relative;
140
-            width: 16px;
141
-            height: 16px;
142
-            font-size: 20px;
143
-            color: #fff;
144
-        }
145
-
146
-        .xg i {
147
-            font-size: 16px;
148
-        }
149
-
150
-        .hidens {
151
-            display: none;
152
-        }
153
-
154
-        .Min-width {
155
-            width: 150px;
156
-        }
157
-
158
-        .hidens {
159
-            display: none;
160
-        }
161
-
162
-        .inpBox {
163
-            border: 1px solid #cccccc;
164
-            height: 31px;
165
-            width: 220px;
166
-            display: inline-block;
167
-            position: relative;
168
-            vertical-align: middle;
169
-            position: absolute;
170
-            left: 0px;
171
-            top: 0px;
172
-            z-index: 111;
173
-        }
174
-
175
-        .selDpart1 {
176
-            position: absolute;
177
-            left: 0px;
178
-            top: 30px;
179
-            z-index: 11111;
180
-            width: 220px;
181
-            line-height: 30px;
182
-            background: #FFFFFF;
183
-            display: none;
184
-        }
185
-
186
-        #sponsor {
187
-            width: 218px;
188
-            border: 1px solid #00a1cb;
189
-            margin: 0;
190
-            padding: 0;
191
-            list-style: none;
192
-            max-height: 212px;
193
-            overflow-x: hidden;
194
-            overflow-y: scroll;
195
-        }
196
-
197
-        #sponsor li {
198
-            margin: 0;
199
-            padding-left: 10px;
200
-            width: 220px;
201
-            height: 30px;
202
-            line-height: 30px;
203
-            list-style: none;
204
-        }
205
-
206
-        #sponsor li:hover {
207
-            background: #00a1cb;
208
-        }
209
-
210
-        .addTree {
211
-            background: #fff;
212
-            position: absolute;
213
-            width: 100%;
214
-            border: 1px solid darkgrey;
215
-            right: 0;
216
-            top: 29px;
217
-            display: none;
218
-            z-index: 222;
219
-        }
220
-
221
-        .xl {
222
-            display: inline-block;
223
-            background: url(../../img/dropDown.png) no-repeat;
224
-            height: 100%;
225
-            background-position: center center;
226
-            width: 20px;
227
-            position: absolute;
228
-            right: 0;
229
-            top: 0px;
230
-            /* background-color: #f7bc8b; */
231
-            cursor: pointer;
232
-        }
233
-
234
-        .ztree li span {
235
-            border: none;
236
-            padding: 0;
237
-        }
238
-
239
-        .inps {
240
-            width: 217px;
241
-            height: 24px;
242
-            outline: none;
243
-            border: 0;
244
-            border-image-width: 0;
245
-            padding: 0;
246
-            padding-left: 3px;
247
-        }
248
-
249
-        .xl {
250
-            display: inline-block;
251
-            background: url(../img/dropDown.png) no-repeat;
252
-            height: 100%;
253
-            background-position: center center;
254
-            width: 20px;
255
-            position: absolute;
256
-            right: 0;
257
-            top: 0px;
258
-            /* background-color: #f7bc8b; */
259
-            cursor: pointer;
260
-        }
261
-
262
-        .Cleans {
263
-            display: inline-block;
264
-            width: 20px;
265
-            position: absolute;
266
-            right: 21px;
267
-            top: 5px;
268
-            display: none;
269
-        }
270
-    </style>
12
+    <link rel="stylesheet" href="../css/WorkOrder/WorkOrderList.css">
271 13
 </head>
272 14
 
273 15
 <body class="gray-bg">
@@ -294,82 +36,56 @@
294 36
                             <tr>
295 37
                                 <th>关键字:</th>
296 38
                                 <td>
297
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
39
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control" />
298 40
                                 </td>
299 41
                                 <th>事项编号:</th>
300 42
                                 <td>
301
-                                    <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
43
+                                    <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
302 44
                                 </td>
303
-                                <th>时间:</th>
304
-                                <td>
305
-                                    <input type="text" id="starttime" class="laydate-icon Min-width"
306
-                                        style="height: 32px;" />&nbsp;——&nbsp;<input type="text" id="endtime"
307
-                                        class="laydate-icon Min-width" style="height: 32px;" />
308
-                                </td>
309
-                                <th>区域:</th>
310
-                                <td>
311
-                                    <select name="" id="sourceAreas" class="select">
312
-                                    </select>
45
+                                <th>来电时间:</th>
46
+                                <td colspan="3">
47
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
48
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
49
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
50
+                                        style="height: 35px;" />
313 51
                                 </td>
314 52
                             </tr>
315 53
                             <tr>
316
-                                <!-- <th>工单状态:</th>
54
+                                <th>反映区域:</th>
317 55
                                 <td>
318
-                                    <select name="" id="state" class="select">
319
-                                        <option selected="selected" value="">请选择</option>
320
-                                        <option value="0">新工单</option>
321
-                                        <option value="1">待交办</option>
322
-                                        <option value="2">待查收</option>
323
-                                        <option value="3">退回审核中</option>
324
-                                        <option value="4">办理中</option>
325
-                                        <option value="5">延时审核中</option>
326
-                                        <option value="6">已办理</option>
327
-                                        <option value="7">已回访</option>
328
-                                        <option value="8">重办中</option>
329
-                                        <option value="9">已结案</option>
56
+                                    <select name="" id="sourceAreas" class="form-control">
330 57
                                     </select>
331
-                                </td> -->
332
-                                <th>工单来源:</th>
58
+                                </td>
59
+                                <th><span class="nameJustified">审核员:</span></th>
333 60
                                 <td>
334
-                                    <select class="select_" id="source">
61
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
62
+                                        multiple data-live-search="true">
63
+                                        <option value="">请选择调度员</option>
335 64
                                     </select>
336 65
                                 </td>
337
-                                <!-- <th>主题词:</th>
338
-                                <td>
339
-                                    <select id="keyid" name="" class="select"></select>
340
-                                </td> -->
341
-                                <th>类型:</th>
66
+                                <th>工单来源:</th>
342 67
                                 <td>
343
-                                    <select class="select_" id="type">
68
+                                    <select class="form-control Min-width" id="source">
344 69
                                     </select>
345 70
                                 </td>
346
-
347 71
                             </tr>
348 72
                             <tr>
73
+                                <th>来电类型:</th>
74
+                                <td>
75
+                                    <select class="form-control" id="type">
76
+                                    </select>
77
+                                </td>
349 78
                                 <th>来电号码:</th>
350 79
                                 <td>
351
-                                    <input type="text" id="tel" class="Min-width" />
80
+                                    <input type="text" id="tel" class="form-control" />
352 81
                                 </td>
353
-                                <th>来电人:</th>
82
+                                <th><span class="nameJustified">来电人:</span></th>
354 83
                                 <td>
355
-                                    <input type="text" id="name" class="Min-width" />
84
+                                    <input type="text" id="name" class="form-control Min-width" />
85
+                                    <botton class="btns Seach">搜索</botton>
356 86
                                 </td>
357 87
                             </tr>
358 88
                             <tr>
359
-                                <th>坐席:</th>
360
-                                <td>
361
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
362
-                                        data-live-search="true">
363
-                                        <option value="">请选择坐席</option>
364
-                                    </select>
365
-                                </td>
366
-                                <th>审核员:</th>
367
-                                <td>
368
-                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
369
-                                        multiple data-live-search="true">
370
-                                        <option value="">请选择调度员</option>
371
-                                    </select>
372
-                                </td>
373 89
                                 <th>承办单位:</th>
374 90
                                 <td style="position: relative;">
375 91
                                     <div class="inpBox">
@@ -385,9 +101,28 @@
385 101
                                         </ul>
386 102
                                     </div>
387 103
                                 </td>
388
-                                <th></th>
389
-                                <td style="text-align: center;">
390
-                                    <botton class="btns Seach">搜索</botton>
104
+                                <th>来电坐席:</th>
105
+                                <td>
106
+                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
107
+                                        data-live-search="true">
108
+                                        <option value="">请选择坐席</option>
109
+                                    </select>
110
+                                </td>
111
+                                <th>工单状态:</th>
112
+                                <td>
113
+                                    <select name="" id="state" class="form-control Min-width">
114
+                                        <option selected="selected" value="">请选择</option>
115
+                                        <!-- <option value="0">新工单</option>
116
+                                        <option value="1">待交办</option>
117
+                                        <option value="2">待查收</option>
118
+                                        <option value="3">退回审核中</option>
119
+                                        <option value="4">办理中</option>
120
+                                        <option value="5">延时审核中</option>
121
+                                        <option value="6">已办理</option>
122
+                                        <option value="7">已回访</option> -->
123
+                                        <option value="8">重办中</option>
124
+                                        <!-- <option value="9">已结案</option> -->
125
+                                    </select>
391 126
                                     <botton class="btns exportFile">导出</botton>
392 127
                                 </td>
393 128
                             </tr>

+ 9 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LawsuitMedia.html

@@ -759,15 +759,15 @@
759 759
         }
760 760
 
761 761
         //查看详情
762
-        function ckxq(str) {
763
-            layer.open({
764
-                type: 2,
765
-                //              content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
766
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
767
-                title: "工单详情",
768
-                area: ["100%", "100%"], //宽高
769
-            });
770
-        }
762
+        // function ckxq(str) {
763
+        //     layer.open({
764
+        //         type: 2,
765
+        //         //              content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
766
+        //         content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
767
+        //         title: "工单详情",
768
+        //         area: ["100%", "100%"], //宽高
769
+        //     });
770
+        // }
771 771
         //时限
772 772
         function OverTime(val, row) {
773 773
             if (val == 1) {

+ 0 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LeaderDCLMedia.html

@@ -733,15 +733,6 @@
733 733
                 area: ["85%", "80%"], //宽高
734 734
             });
735 735
         }
736
-        //查看详情
737
-        function ckxq(str) {
738
-            layer.open({
739
-                type: 2,
740
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
741
-                title: "工单详情",
742
-                area: ["100%", "100%"], //宽高
743
-            });
744
-        }
745 736
         //编辑
746 737
         function bj(str) {
747 738
             layer.open({

+ 0 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LeaderYJAMedia.html

@@ -735,15 +735,6 @@
735 735
             return html;
736 736
         }
737 737
 
738
-        //查看详情
739
-        function ckxq(str) {
740
-            layer.open({
741
-                type: 2,
742
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
743
-                title: '工单详情',
744
-                area: ['100%', '100%'], //宽高
745
-            });
746
-        }
747 738
         //编辑
748 739
         function bj(str) {
749 740
             layer.open({

+ 0 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LeaderYJBMedia.html

@@ -693,15 +693,6 @@
693 693
             })
694 694
         }
695 695
 
696
-        //查看详情
697
-        function ckxq(str) {
698
-            layer.open({
699
-                type: 2,
700
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
701
-                title: '工单详情',
702
-                area: ['100%', '100%'], //宽高
703
-            });
704
-        }
705 696
         //编辑
706 697
         function bj(str) {
707 698
             layer.open({

+ 51 - 327
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LeaderYZBMedia.html

@@ -5,269 +5,11 @@
5 5
     <meta charset="UTF-8">
6 6
     <title>已退回重办</title>
7 7
     <script src="../Script/Common/huayi.load.js"></script>
8
-    <link rel="stylesheet" href="../css/bootstrap-select.css">
9 8
     <script src="../Script/Common/huayi.config.js"></script>
9
+    <link rel="stylesheet" href="../css/bootstrap-select.css">
10 10
     <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
11 11
     <link rel="stylesheet" href="../css/init.css" />
12
-    <style>
13
-        #sqzx th {
14
-            padding: 5px 8px 5px 0;
15
-            text-align: right;
16
-        }
17
-
18
-        .select {
19
-            width: 150px;
20
-            background-color: #FFF;
21
-            background-image: none;
22
-            border: 1px solid #ccc;
23
-            border-radius: 1px;
24
-            color: inherit;
25
-            padding: 6px 12px;
26
-        }
27
-
28
-        #sex {
29
-            background-color: #FFF;
30
-            background-image: none;
31
-            border: 1px solid #ccc;
32
-            border-radius: 1px;
33
-            color: inherit;
34
-            padding: 6px 12px;
35
-        }
36
-
37
-        input {
38
-            background-color: #FFF;
39
-            background-image: none;
40
-            border: 1px solid #ccc;
41
-            border-radius: 1px;
42
-            color: inherit;
43
-            padding: 6px 12px;
44
-        }
45
-
46
-        #sqzx td {
47
-            padding: 6px 0 5px 10px;
48
-        }
49
-
50
-        .lxr ul li {
51
-            float: left;
52
-            list-style: none;
53
-            width: 30%;
54
-            margin-bottom: 5px;
55
-            padding-top: 10px;
56
-        }
57
-
58
-        .clearFix:after {
59
-            content: "";
60
-            display: block;
61
-            clear: both;
62
-        }
63
-
64
-        .form-group {
65
-            padding-left: 40px;
66
-            margin-bottom: 0;
67
-        }
68
-
69
-        textarea {
70
-            height: 70px;
71
-            border: 1px solid #ccc;
72
-            border-radius: 1px;
73
-            width: 50%;
74
-            resize: none;
75
-        }
76
-
77
-        .textarea_box {
78
-            margin-top: 10px;
79
-        }
80
-
81
-        .box_content {
82
-            border-bottom: 1px solid #ccc;
83
-        }
84
-
85
-        .tj_content {
86
-            border: 1px solid #e6e6e6;
87
-            border-radius: 5px;
88
-        }
89
-
90
-        .t-shade {
91
-            position: fixed;
92
-            top: 0;
93
-            left: 0;
94
-            width: 100%;
95
-            background: rgba(0, 0, 0, 0.48);
96
-            z-index: 10004;
97
-            display: none;
98
-        }
99
-
100
-        .lyxz .shade_k {
101
-            z-index: 10005;
102
-            width: 40%;
103
-            left: 30%;
104
-            margin: 20% auto;
105
-            position: absolute;
106
-            background-color: #fff;
107
-            box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
108
-            border-radius: 5px;
109
-        }
110
-
111
-        .shade_title {
112
-            padding: 0 80px 0 20px;
113
-            height: 42px;
114
-            line-height: 42px;
115
-            border-bottom: 1px solid #eee;
116
-            font-size: 16px;
117
-            color: #FFFFFF;
118
-            overflow: hidden;
119
-            background-color: #00a1cb;
120
-            border-radius: 2px 2px 0 0;
121
-            position: relative;
122
-            border-top-left-radius: 5px;
123
-            border-top-right-radius: 5px;
124
-        }
125
-
126
-        .cx {
127
-            display: block;
128
-        }
129
-
130
-        .setwin {
131
-            position: absolute;
132
-            right: 15px;
133
-            top: 5px;
134
-            font-size: 0;
135
-            line-height: initial;
136
-        }
137
-
138
-        .setwin a {
139
-            position: relative;
140
-            width: 16px;
141
-            height: 16px;
142
-            font-size: 20px;
143
-            color: #fff;
144
-        }
145
-
146
-        .xg i {
147
-            font-size: 16px;
148
-        }
149
-
150
-        .hidens {
151
-            display: none;
152
-        }
153
-
154
-        .Min-width {
155
-            width: 150px;
156
-        }
157
-
158
-        .hidens {
159
-            display: none;
160
-        }
161
-
162
-        .inpBox {
163
-            border: 1px solid #cccccc;
164
-            height: 31px;
165
-            width: 220px;
166
-            display: inline-block;
167
-            position: relative;
168
-            vertical-align: middle;
169
-            position: absolute;
170
-            left: 0px;
171
-            top: 0px;
172
-            z-index: 111;
173
-        }
174
-
175
-        .selDpart1 {
176
-            position: absolute;
177
-            left: 0px;
178
-            top: 30px;
179
-            z-index: 11111;
180
-            width: 220px;
181
-            line-height: 30px;
182
-            background: #FFFFFF;
183
-            display: none;
184
-        }
185
-
186
-        #sponsor {
187
-            width: 218px;
188
-            border: 1px solid #00a1cb;
189
-            margin: 0;
190
-            padding: 0;
191
-            list-style: none;
192
-            max-height: 212px;
193
-            overflow-x: hidden;
194
-            overflow-y: scroll;
195
-        }
196
-
197
-        #sponsor li {
198
-            margin: 0;
199
-            padding-left: 10px;
200
-            width: 220px;
201
-            height: 30px;
202
-            line-height: 30px;
203
-            list-style: none;
204
-        }
205
-
206
-        #sponsor li:hover {
207
-            background: #00a1cb;
208
-        }
209
-
210
-        .addTree {
211
-            background: #fff;
212
-            position: absolute;
213
-            width: 100%;
214
-            border: 1px solid darkgrey;
215
-            right: 0;
216
-            top: 29px;
217
-            display: none;
218
-            z-index: 222;
219
-        }
220
-
221
-        .xl {
222
-            display: inline-block;
223
-            background: url(../../img/dropDown.png) no-repeat;
224
-            height: 100%;
225
-            background-position: center center;
226
-            width: 20px;
227
-            position: absolute;
228
-            right: 0;
229
-            top: 0px;
230
-            /* background-color: #f7bc8b; */
231
-            cursor: pointer;
232
-        }
233
-
234
-        .ztree li span {
235
-            border: none;
236
-            padding: 0;
237
-        }
238
-
239
-        .inps {
240
-            width: 217px;
241
-            height: 24px;
242
-            outline: none;
243
-            border: 0;
244
-            border-image-width: 0;
245
-            padding: 0;
246
-            padding-left: 3px;
247
-        }
248
-
249
-        .xl {
250
-            display: inline-block;
251
-            background: url(../img/dropDown.png) no-repeat;
252
-            height: 100%;
253
-            background-position: center center;
254
-            width: 20px;
255
-            position: absolute;
256
-            right: 0;
257
-            top: 0px;
258
-            /* background-color: #f7bc8b; */
259
-            cursor: pointer;
260
-        }
261
-
262
-        .Cleans {
263
-            display: inline-block;
264
-            width: 20px;
265
-            position: absolute;
266
-            right: 21px;
267
-            top: 5px;
268
-            display: none;
269
-        }
270
-    </style>
12
+    <link rel="stylesheet" href="../css/WorkOrder/WorkOrderList.css">
271 13
 </head>
272 14
 
273 15
 <body class="gray-bg">
@@ -294,82 +36,56 @@
294 36
                             <tr>
295 37
                                 <th>关键字:</th>
296 38
                                 <td>
297
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
39
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control" />
298 40
                                 </td>
299 41
                                 <th>事项编号:</th>
300 42
                                 <td>
301
-                                    <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
302
-                                </td>
303
-                                <th>时间:</th>
304
-                                <td>
305
-                                    <input type="text" id="starttime" class="laydate-icon Min-width"
306
-                                        style="height: 32px;" />&nbsp;——&nbsp;<input type="text" id="endtime"
307
-                                        class="laydate-icon Min-width" style="height: 32px;" />
43
+                                    <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
308 44
                                 </td>
309
-                                <th>区域:</th>
310
-                                <td>
311
-                                    <select name="" id="sourceAreas" class="select">
312
-                                    </select>
45
+                                <th>来电时间:</th>
46
+                                <td colspan="3">
47
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
48
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
49
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
50
+                                        style="height: 35px;" />
313 51
                                 </td>
314 52
                             </tr>
315 53
                             <tr>
316
-                                <!-- <th>工单状态:</th>
54
+                                <th>反映区域:</th>
317 55
                                 <td>
318
-                                    <select name="" id="state" class="select">
319
-                                        <option selected="selected" value="">请选择</option>
320
-                                        <option value="0">新工单</option>
321
-                                        <option value="1">待交办</option>
322
-                                        <option value="2">待查收</option>
323
-                                        <option value="3">退回审核中</option>
324
-                                        <option value="4">办理中</option>
325
-                                        <option value="5">延时审核中</option>
326
-                                        <option value="6">已办理</option>
327
-                                        <option value="7">已回访</option>
328
-                                        <option value="8">重办中</option>
329
-                                        <option value="9">已结案</option>
56
+                                    <select name="" id="sourceAreas" class="form-control">
330 57
                                     </select>
331
-                                </td> -->
332
-                                <th>工单来源:</th>
58
+                                </td>
59
+                                <th><span class="nameJustified">审核员:</span></th>
333 60
                                 <td>
334
-                                    <select class="select_" id="source">
61
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
62
+                                        multiple data-live-search="true">
63
+                                        <option value="">请选择调度员</option>
335 64
                                     </select>
336 65
                                 </td>
337
-                                <!-- <th>主题词:</th>
338
-                                <td>
339
-                                    <select id="keyid" name="" class="select"></select>
340
-                                </td> -->
341
-                                <th>类型:</th>
66
+                                <th>工单来源:</th>
342 67
                                 <td>
343
-                                    <select class="select_" id="type">
68
+                                    <select class="form-control Min-width" id="source">
344 69
                                     </select>
345 70
                                 </td>
346
-
347 71
                             </tr>
348 72
                             <tr>
73
+                                <th>来电类型:</th>
74
+                                <td>
75
+                                    <select class="form-control" id="type">
76
+                                    </select>
77
+                                </td>
349 78
                                 <th>来电号码:</th>
350 79
                                 <td>
351
-                                    <input type="text" id="tel" class="Min-width" />
80
+                                    <input type="text" id="tel" class="form-control" />
352 81
                                 </td>
353
-                                <th>来电人:</th>
82
+                                <th><span class="nameJustified">来电人:</span></th>
354 83
                                 <td>
355
-                                    <input type="text" id="name" class="Min-width" />
84
+                                    <input type="text" id="name" class="form-control Min-width" />
85
+                                    <botton class="btns Seach">搜索</botton>
356 86
                                 </td>
357 87
                             </tr>
358 88
                             <tr>
359
-                                <th>坐席:</th>
360
-                                <td>
361
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
362
-                                        data-live-search="true">
363
-                                        <option value="">请选择坐席</option>
364
-                                    </select>
365
-                                </td>
366
-                                <th>审核员:</th>
367
-                                <td>
368
-                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
369
-                                        multiple data-live-search="true">
370
-                                        <option value="">请选择调度员</option>
371
-                                    </select>
372
-                                </td>
373 89
                                 <th>承办单位:</th>
374 90
                                 <td style="position: relative;">
375 91
                                     <div class="inpBox">
@@ -385,9 +101,28 @@
385 101
                                         </ul>
386 102
                                     </div>
387 103
                                 </td>
388
-                                <th></th>
389
-                                <td style="text-align: center;">
390
-                                    <botton class="btns Seach">搜索</botton>
104
+                                <th>来电坐席:</th>
105
+                                <td>
106
+                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
107
+                                        data-live-search="true">
108
+                                        <option value="">请选择坐席</option>
109
+                                    </select>
110
+                                </td>
111
+                                <th>工单状态:</th>
112
+                                <td>
113
+                                    <select name="" id="state" class="form-control Min-width">
114
+                                        <option selected="selected" value="">请选择</option>
115
+                                        <!-- <option value="0">新工单</option>
116
+                                        <option value="1">待交办</option>
117
+                                        <option value="2">待查收</option>
118
+                                        <option value="3">退回审核中</option>
119
+                                        <option value="4">办理中</option>
120
+                                        <option value="5">延时审核中</option>
121
+                                        <option value="6">已办理</option>
122
+                                        <option value="7">已回访</option> -->
123
+                                        <option value="8">重办中</option>
124
+                                        <!-- <option value="9">已结案</option> -->
125
+                                    </select>
391 126
                                     <botton class="btns exportFile">导出</botton>
392 127
                                 </td>
393 128
                             </tr>
@@ -554,7 +289,6 @@
554 289
                         name: $("#name").val(), //=客户名称
555 290
                         usercode: usercodeID, //=坐席工号
556 291
                         ddusercode: ddusercodeID,
557
-                        keyid: $("#keyid").val(), //=关键词id
558 292
                         source: $("#source").val(), //=来源&
559 293
                         starttime: $("#starttime").val(), //=开始时间
560 294
                         endtime: $("#endtime").val(), //=结束时间
@@ -672,15 +406,6 @@
672 406
             return html;
673 407
         }
674 408
 
675
-        //查看详情
676
-        function ckxq(str) {
677
-            layer.open({
678
-                type: 2,
679
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
680
-                title: '工单详情',
681
-                area: ['100%', '100%'], //宽高
682
-            });
683
-        }
684 409
         //编辑
685 410
         function bj(str) {
686 411
             layer.open({
@@ -1089,7 +814,6 @@
1089 814
             var sourcearea = $("#sourceAreas").val() //区域
1090 815
             var state = $("#state").val() //=工单状态
1091 816
             var tab = 4;
1092
-            var keyid = $("#keyid").val() //=关键词id
1093 817
 
1094 818
             var url = huayi.config.callcenter_url + "WorkOrder/GetLDDealList?token=" + $.cookie("token");
1095 819
             url += "&workid=" + workid + "&state=" + state + "&type=" + type + "&tab=" + tab + "&key=" + key +
@@ -1098,7 +822,7 @@
1098 822
                 source +
1099 823
                 "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
1100 824
                 sourcearea +
1101
-                "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&jianhang=1" +
825
+                "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&jianhang=1" +
1102 826
                 "&isdc=1";
1103 827
             window.location.href = url;
1104 828
         })

+ 0 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/ReturnReviewedTransferredMedia.html

@@ -681,15 +681,6 @@
681 681
                 area: ['85%', '80%'], //宽高
682 682
             });
683 683
         }
684
-        //查看详情
685
-        function ckxq(str) {
686
-            layer.open({
687
-                type: 2,
688
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
689
-                title: '工单详情',
690
-                area: ['100%', '100%'], //宽高
691
-            });
692
-        }
693 684
         //编辑
694 685
         function bj(str) {
695 686
             layer.open({

+ 0 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/WorkDSZBMedia.html

@@ -729,15 +729,6 @@
729 729
                 area: ["85%", "80%"], //宽高
730 730
             });
731 731
         }
732
-        //查看详情
733
-        function ckxq(str) {
734
-            layer.open({
735
-                type: 2,
736
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
737
-                title: "工单详情",
738
-                area: ["100%", "100%"], //宽高
739
-            });
740
-        }
741 732
         //编辑
742 733
         function bj(str) {
743 734
             layer.open({

+ 0 - 10
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/WorkIsproresultMedia.html

@@ -728,16 +728,6 @@
728 728
             return html;
729 729
         }
730 730
 
731
-        //查看详情
732
-        function ckxq(str) {
733
-            layer.open({
734
-                type: 2,
735
-                //              content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
736
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
737
-                title: "工单详情",
738
-                area: ["100%", "100%"], //宽高
739
-            });
740
-        }
741 731
         //时限
742 732
         function OverTime(val, row) {
743 733
             if (val == 1) {

+ 0 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/WorkYSSHMedia.html

@@ -696,15 +696,6 @@
696 696
             });
697 697
         })
698 698
 
699
-        //查看详情
700
-        function ckxq(str) {
701
-            layer.open({
702
-                type: 2,
703
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
704
-                title: '工单详情',
705
-                area: ['100%', '100%'], //宽高
706
-            });
707
-        }
708 699
         //编辑
709 700
         function bj(str) {
710 701
             layer.open({

+ 2 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/expiredWorkOrdersMedia.html

@@ -637,15 +637,7 @@
637 637
                 })
638 638
             })
639 639
         }
640
-        //查看详情
641
-        function ckxq(str) {
642
-            layer.open({
643
-                type: 2,
644
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
645
-                title: '工单详情',
646
-                area: ['100%', '100%'], //宽高
647
-            });
648
-        }
640
+
649 641
         //编辑
650 642
         function bj(str) {
651 643
             layer.open({
@@ -655,6 +647,7 @@
655 647
                 area: ['96%', '85%'], //宽高
656 648
             });
657 649
         }
650
+        
658 651
         //删除
659 652
         function move(str) {
660 653
             layer.confirm('确定删除工单?', {

+ 0 - 10
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/haveAduitMedia.html

@@ -708,16 +708,6 @@
708 708
             return html;
709 709
         }
710 710
 
711
-        //查看详情
712
-        function ckxq(str) {
713
-            layer.open({
714
-                type: 2,
715
-                //              content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
716
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
717
-                title: "工单详情",
718
-                area: ["100%", "100%"], //宽高
719
-            });
720
-        }
721 711
         //时限
722 712
         function OverTime(val, row) {
723 713
             if (val == 1) {

+ 0 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/toAuditListMedia.html

@@ -679,15 +679,6 @@
679 679
                 area: ['85%', '80%'], //宽高
680 680
             });
681 681
         }
682
-        //查看详情
683
-        function ckxq(str) {
684
-            layer.open({
685
-                type: 2,
686
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
687
-                title: '工单详情',
688
-                area: ['100%', '100%'], //宽高
689
-            });
690
-        }
691 682
         //编辑
692 683
         function bj(str) {
693 684
             layer.open({

+ 0 - 9
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/toSupervListMedia.html

@@ -693,15 +693,6 @@
693 693
                 area: ['85%', '80%'], //宽高
694 694
             });
695 695
         }
696
-        //查看详情
697
-        function ckxq(str) {
698
-            layer.open({
699
-                type: 2,
700
-                content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
701
-                title: '工单详情',
702
-                area: ['100%', '100%'], //宽高
703
-            });
704
-        }
705 696
         //编辑
706 697
         function bj(str) {
707 698
             layer.open({

+ 50 - 315
WebUI/CallCenterWeb.UI/OtherPhoneManagement/LeaderYZBOtherPhone.html

@@ -5,269 +5,11 @@
5 5
     <meta charset="UTF-8">
6 6
     <title>已退回重办</title>
7 7
     <script src="../Script/Common/huayi.load.js"></script>
8
-    <link rel="stylesheet" href="../css/bootstrap-select.css">
9 8
     <script src="../Script/Common/huayi.config.js"></script>
9
+    <link rel="stylesheet" href="../css/bootstrap-select.css">
10 10
     <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
11 11
     <link rel="stylesheet" href="../css/init.css" />
12
-    <style>
13
-        #sqzx th {
14
-            padding: 5px 8px 5px 0;
15
-            text-align: right;
16
-        }
17
-
18
-        .select {
19
-            width: 150px;
20
-            background-color: #FFF;
21
-            background-image: none;
22
-            border: 1px solid #ccc;
23
-            border-radius: 1px;
24
-            color: inherit;
25
-            padding: 6px 12px;
26
-        }
27
-
28
-        #sex {
29
-            background-color: #FFF;
30
-            background-image: none;
31
-            border: 1px solid #ccc;
32
-            border-radius: 1px;
33
-            color: inherit;
34
-            padding: 6px 12px;
35
-        }
36
-
37
-        input {
38
-            background-color: #FFF;
39
-            background-image: none;
40
-            border: 1px solid #ccc;
41
-            border-radius: 1px;
42
-            color: inherit;
43
-            padding: 6px 12px;
44
-        }
45
-
46
-        #sqzx td {
47
-            padding: 6px 0 5px 10px;
48
-        }
49
-
50
-        .lxr ul li {
51
-            float: left;
52
-            list-style: none;
53
-            width: 30%;
54
-            margin-bottom: 5px;
55
-            padding-top: 10px;
56
-        }
57
-
58
-        .clearFix:after {
59
-            content: "";
60
-            display: block;
61
-            clear: both;
62
-        }
63
-
64
-        .form-group {
65
-            padding-left: 40px;
66
-            margin-bottom: 0;
67
-        }
68
-
69
-        textarea {
70
-            height: 70px;
71
-            border: 1px solid #ccc;
72
-            border-radius: 1px;
73
-            width: 50%;
74
-            resize: none;
75
-        }
76
-
77
-        .textarea_box {
78
-            margin-top: 10px;
79
-        }
80
-
81
-        .box_content {
82
-            border-bottom: 1px solid #ccc;
83
-        }
84
-
85
-        .tj_content {
86
-            border: 1px solid #e6e6e6;
87
-            border-radius: 5px;
88
-        }
89
-
90
-        .t-shade {
91
-            position: fixed;
92
-            top: 0;
93
-            left: 0;
94
-            width: 100%;
95
-            background: rgba(0, 0, 0, 0.48);
96
-            z-index: 10004;
97
-            display: none;
98
-        }
99
-
100
-        .lyxz .shade_k {
101
-            z-index: 10005;
102
-            width: 40%;
103
-            left: 30%;
104
-            margin: 20% auto;
105
-            position: absolute;
106
-            background-color: #fff;
107
-            box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
108
-            border-radius: 5px;
109
-        }
110
-
111
-        .shade_title {
112
-            padding: 0 80px 0 20px;
113
-            height: 42px;
114
-            line-height: 42px;
115
-            border-bottom: 1px solid #eee;
116
-            font-size: 16px;
117
-            color: #FFFFFF;
118
-            overflow: hidden;
119
-            background-color: #00a1cb;
120
-            border-radius: 2px 2px 0 0;
121
-            position: relative;
122
-            border-top-left-radius: 5px;
123
-            border-top-right-radius: 5px;
124
-        }
125
-
126
-        .cx {
127
-            display: block;
128
-        }
129
-
130
-        .setwin {
131
-            position: absolute;
132
-            right: 15px;
133
-            top: 5px;
134
-            font-size: 0;
135
-            line-height: initial;
136
-        }
137
-
138
-        .setwin a {
139
-            position: relative;
140
-            width: 16px;
141
-            height: 16px;
142
-            font-size: 20px;
143
-            color: #fff;
144
-        }
145
-
146
-        .xg i {
147
-            font-size: 16px;
148
-        }
149
-
150
-        .hidens {
151
-            display: none;
152
-        }
153
-
154
-        .Min-width {
155
-            width: 150px;
156
-        }
157
-
158
-        .hidens {
159
-            display: none;
160
-        }
161
-
162
-        .inpBox {
163
-            border: 1px solid #cccccc;
164
-            height: 31px;
165
-            width: 220px;
166
-            display: inline-block;
167
-            position: relative;
168
-            vertical-align: middle;
169
-            position: absolute;
170
-            left: 0px;
171
-            top: 0px;
172
-            z-index: 111;
173
-        }
174
-
175
-        .selDpart1 {
176
-            position: absolute;
177
-            left: 0px;
178
-            top: 30px;
179
-            z-index: 11111;
180
-            width: 220px;
181
-            line-height: 30px;
182
-            background: #FFFFFF;
183
-            display: none;
184
-        }
185
-
186
-        #sponsor {
187
-            width: 218px;
188
-            border: 1px solid #00a1cb;
189
-            margin: 0;
190
-            padding: 0;
191
-            list-style: none;
192
-            max-height: 212px;
193
-            overflow-x: hidden;
194
-            overflow-y: scroll;
195
-        }
196
-
197
-        #sponsor li {
198
-            margin: 0;
199
-            padding-left: 10px;
200
-            width: 220px;
201
-            height: 30px;
202
-            line-height: 30px;
203
-            list-style: none;
204
-        }
205
-
206
-        #sponsor li:hover {
207
-            background: #00a1cb;
208
-        }
209
-
210
-        .addTree {
211
-            background: #fff;
212
-            position: absolute;
213
-            width: 100%;
214
-            border: 1px solid darkgrey;
215
-            right: 0;
216
-            top: 29px;
217
-            display: none;
218
-            z-index: 222;
219
-        }
220
-
221
-        .xl {
222
-            display: inline-block;
223
-            background: url(../../img/dropDown.png) no-repeat;
224
-            height: 100%;
225
-            background-position: center center;
226
-            width: 20px;
227
-            position: absolute;
228
-            right: 0;
229
-            top: 0px;
230
-            /* background-color: #f7bc8b; */
231
-            cursor: pointer;
232
-        }
233
-
234
-        .ztree li span {
235
-            border: none;
236
-            padding: 0;
237
-        }
238
-
239
-        .inps {
240
-            width: 217px;
241
-            height: 24px;
242
-            outline: none;
243
-            border: 0;
244
-            border-image-width: 0;
245
-            padding: 0;
246
-            padding-left: 3px;
247
-        }
248
-
249
-        .xl {
250
-            display: inline-block;
251
-            background: url(../img/dropDown.png) no-repeat;
252
-            height: 100%;
253
-            background-position: center center;
254
-            width: 20px;
255
-            position: absolute;
256
-            right: 0;
257
-            top: 0px;
258
-            /* background-color: #f7bc8b; */
259
-            cursor: pointer;
260
-        }
261
-
262
-        .Cleans {
263
-            display: inline-block;
264
-            width: 20px;
265
-            position: absolute;
266
-            right: 21px;
267
-            top: 5px;
268
-            display: none;
269
-        }
270
-    </style>
12
+    <link rel="stylesheet" href="../css/WorkOrder/WorkOrderList.css">
271 13
 </head>
272 14
 
273 15
 <body class="gray-bg">
@@ -294,82 +36,56 @@
294 36
                             <tr>
295 37
                                 <th>关键字:</th>
296 38
                                 <td>
297
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
39
+                                    <input type="text" placeholder="输入关键字" id="key" class="form-control" />
298 40
                                 </td>
299 41
                                 <th>事项编号:</th>
300 42
                                 <td>
301
-                                    <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
43
+                                    <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
302 44
                                 </td>
303
-                                <th>时间:</th>
304
-                                <td>
305
-                                    <input type="text" id="starttime" class="laydate-icon Min-width"
306
-                                        style="height: 32px;" />&nbsp;——&nbsp;<input type="text" id="endtime"
307
-                                        class="laydate-icon Min-width" style="height: 32px;" />
308
-                                </td>
309
-                                <th>区域:</th>
310
-                                <td>
311
-                                    <select name="" id="sourceAreas" class="select">
312
-                                    </select>
45
+                                <th>来电时间:</th>
46
+                                <td colspan="3">
47
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
48
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
49
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
50
+                                        style="height: 35px;" />
313 51
                                 </td>
314 52
                             </tr>
315 53
                             <tr>
316
-                                <!-- <th>工单状态:</th>
54
+                                <th>反映区域:</th>
317 55
                                 <td>
318
-                                    <select name="" id="state" class="select">
319
-                                        <option selected="selected" value="">请选择</option>
320
-                                        <option value="0">新工单</option>
321
-                                        <option value="1">待交办</option>
322
-                                        <option value="2">待查收</option>
323
-                                        <option value="3">退回审核中</option>
324
-                                        <option value="4">办理中</option>
325
-                                        <option value="5">延时审核中</option>
326
-                                        <option value="6">已办理</option>
327
-                                        <option value="7">已回访</option>
328
-                                        <option value="8">重办中</option>
329
-                                        <option value="9">已结案</option>
56
+                                    <select name="" id="sourceAreas" class="form-control">
330 57
                                     </select>
331
-                                </td> -->
332
-                                <th>工单来源:</th>
58
+                                </td>
59
+                                <th><span class="nameJustified">审核员:</span></th>
333 60
                                 <td>
334
-                                    <select class="select_" id="source">
61
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
62
+                                        multiple data-live-search="true">
63
+                                        <option value="">请选择调度员</option>
335 64
                                     </select>
336 65
                                 </td>
337
-                                <!-- <th>主题词:</th>
338
-                                <td>
339
-                                    <select id="keyid" name="" class="select"></select>
340
-                                </td> -->
341
-                                <th>类型:</th>
66
+                                <th>工单来源:</th>
342 67
                                 <td>
343
-                                    <select class="select_" id="type">
68
+                                    <select class="form-control Min-width" id="source">
344 69
                                     </select>
345 70
                                 </td>
346
-
347 71
                             </tr>
348 72
                             <tr>
73
+                                <th>来电类型:</th>
74
+                                <td>
75
+                                    <select class="form-control" id="type">
76
+                                    </select>
77
+                                </td>
349 78
                                 <th>来电号码:</th>
350 79
                                 <td>
351
-                                    <input type="text" id="tel" class="Min-width" />
80
+                                    <input type="text" id="tel" class="form-control" />
352 81
                                 </td>
353
-                                <th>来电人:</th>
82
+                                <th><span class="nameJustified">来电人:</span></th>
354 83
                                 <td>
355
-                                    <input type="text" id="name" class="Min-width" />
84
+                                    <input type="text" id="name" class="form-control Min-width" />
85
+                                    <botton class="btns Seach">搜索</botton>
356 86
                                 </td>
357 87
                             </tr>
358 88
                             <tr>
359
-                                <th>坐席:</th>
360
-                                <td>
361
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
362
-                                        data-live-search="true">
363
-                                        <option value="">请选择坐席</option>
364
-                                    </select>
365
-                                </td>
366
-                                <th>审核员:</th>
367
-                                <td>
368
-                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
369
-                                        multiple data-live-search="true">
370
-                                        <option value="">请选择调度员</option>
371
-                                    </select>
372
-                                </td>
373 89
                                 <th>承办单位:</th>
374 90
                                 <td style="position: relative;">
375 91
                                     <div class="inpBox">
@@ -385,9 +101,28 @@
385 101
                                         </ul>
386 102
                                     </div>
387 103
                                 </td>
388
-                                <th></th>
389
-                                <td style="text-align: center;">
390
-                                    <botton class="btns Seach">搜索</botton>
104
+                                <th>来电坐席:</th>
105
+                                <td>
106
+                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
107
+                                        data-live-search="true">
108
+                                        <option value="">请选择坐席</option>
109
+                                    </select>
110
+                                </td>
111
+                                <th>工单状态:</th>
112
+                                <td>
113
+                                    <select name="" id="state" class="form-control Min-width">
114
+                                        <option selected="selected" value="">请选择</option>
115
+                                        <!-- <option value="0">新工单</option>
116
+                                        <option value="1">待交办</option>
117
+                                        <option value="2">待查收</option>
118
+                                        <option value="3">退回审核中</option>
119
+                                        <option value="4">办理中</option>
120
+                                        <option value="5">延时审核中</option>
121
+                                        <option value="6">已办理</option>
122
+                                        <option value="7">已回访</option> -->
123
+                                        <option value="8">重办中</option>
124
+                                        <!-- <option value="9">已结案</option> -->
125
+                                    </select>
391 126
                                     <botton class="btns exportFile">导出</botton>
392 127
                                 </td>
393 128
                             </tr>

+ 1 - 0
WebUI/CallCenterWeb.UI/TelCall/CallRecord.html

@@ -248,6 +248,7 @@
248 248
                         <th data-field="TalkLongTime" data-align="center" data-formatter="ftime">通话时长</th>
249 249
                         <th data-field="RingLongTime" data-align="center" data-formatter="ftime">振铃时长</th>
250 250
                         <th data-field="LongTime" data-align="center" data-formatter="ftime">总时长</th>
251
+                        <th data-field="PhoneType" data-align="center">电话类别</th>
251 252
                         <th data-field="WorkOrderId" data-align="center" data-formatter="formatWorkOrderNum">工单号</th>
252 253
                     </tr>
253 254
                 </thead>

+ 200 - 0
WebUI/CallCenterWeb.UI/css/WorkOrder/WorkOrderList.css

@@ -0,0 +1,200 @@
1
+#sqzx th {
2
+    padding: 5px 8px 5px 0;
3
+    text-align: right;
4
+}
5
+
6
+#sqzx td {
7
+    padding: 6px 0 5px 10px;
8
+}
9
+
10
+.clearFix:after {
11
+    content: "";
12
+    display: block;
13
+    clear: both;
14
+}
15
+
16
+.box_content {
17
+    border-bottom: 1px solid #ccc;
18
+}
19
+
20
+.tj_content {
21
+    border: 1px solid #e6e6e6;
22
+    border-radius: 5px;
23
+}
24
+
25
+.t-shade {
26
+    position: fixed;
27
+    top: 0;
28
+    left: 0;
29
+    width: 100%;
30
+    background: rgba(0, 0, 0, 0.48);
31
+    z-index: 10004;
32
+    display: none;
33
+}
34
+
35
+.lyxz .shade_k {
36
+    z-index: 10005;
37
+    width: 40%;
38
+    left: 30%;
39
+    position: absolute;
40
+    background-color: rgb(255, 255, 255);
41
+    box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 50px;
42
+    margin: 20% auto;
43
+    border-radius: 5px;
44
+}
45
+
46
+.shade_title {
47
+    padding: 0 80px 0 20px;
48
+    height: 42px;
49
+    line-height: 42px;
50
+    border-bottom: 1px solid #eee;
51
+    font-size: 16px;
52
+    color: #ffffff;
53
+    overflow: hidden;
54
+    background-color: #00a1cb;
55
+    border-radius: 2px 2px 0 0;
56
+    position: relative;
57
+    border-top-left-radius: 5px;
58
+    border-top-right-radius: 5px;
59
+}
60
+
61
+.cx {
62
+    display: block;
63
+}
64
+
65
+.setwin {
66
+    position: absolute;
67
+    right: 15px;
68
+    top: 5px;
69
+    font-size: 0;
70
+    line-height: initial;
71
+}
72
+
73
+.setwin a {
74
+    position: relative;
75
+    width: 16px;
76
+    height: 16px;
77
+    font-size: 20px;
78
+    color: #fff;
79
+}
80
+
81
+.xg i {
82
+    font-size: 16px;
83
+}
84
+
85
+.inpBox {
86
+    /* border: 1px solid #cccccc; */
87
+    width: 100%;
88
+    display: inline-block;
89
+    position: relative;
90
+    vertical-align: middle;
91
+    position: absolute;
92
+    padding: 6px 0 5px 10px;
93
+    left: 0px;
94
+    top: 0px;
95
+    z-index: 111;
96
+}
97
+
98
+.selDpart1 {
99
+    position: absolute;
100
+    left: 10px;
101
+    top: 33px;
102
+    z-index: 11111;
103
+    width: 220px;
104
+    line-height: 30px;
105
+    background: #ffffff;
106
+    display: none;
107
+}
108
+
109
+#sponsor {
110
+    width: 218px;
111
+    border: 1px solid #00a1cb;
112
+    margin: 0;
113
+    padding: 0;
114
+    list-style: none;
115
+    max-height: 212px;
116
+    overflow-x: hidden;
117
+    overflow-y: scroll;
118
+}
119
+
120
+#sponsor li {
121
+    margin: 0;
122
+    padding-left: 10px;
123
+    width: 220px;
124
+    height: 30px;
125
+    line-height: 30px;
126
+    list-style: none;
127
+}
128
+
129
+#sponsor li:hover {
130
+    background: #00a1cb;
131
+}
132
+
133
+.addTree,
134
+.addTreeReactionCategory {
135
+    background: #fff;
136
+    position: absolute;
137
+    width: 95%;
138
+    border: 1px solid darkgrey;
139
+    left: 10px;
140
+    top: 33px;
141
+    display: none;
142
+    z-index: 222;
143
+}
144
+
145
+.ztree li span {
146
+    border: none;
147
+    padding: 0;
148
+}
149
+
150
+.inps,
151
+.inpsReactionCategory {
152
+    width: 100%;
153
+    height: 33px;
154
+    outline: none;
155
+    border: 0;
156
+    border-image-width: 0;
157
+    padding: 0;
158
+    padding-left: 3px;
159
+}
160
+
161
+.xl,
162
+.xlReactionCategory {
163
+    display: inline-block;
164
+    background: url(../img/dropDown.png) no-repeat;
165
+    height: 100%;
166
+    background-position: center center;
167
+    width: 20px;
168
+    position: absolute;
169
+    right: 0;
170
+    top: 0px;
171
+    /* background-color: #f7bc8b; */
172
+    cursor: pointer;
173
+}
174
+
175
+.Cleans,
176
+.CleansReactionCategory {
177
+    display: inline-block;
178
+    width: 20px;
179
+    position: absolute;
180
+    right: 21px;
181
+    top: 14px;
182
+    display: none;
183
+}
184
+
185
+.Min-width {
186
+    display: inline-block;
187
+    width: 50%;
188
+    margin-right: 30px;
189
+}
190
+
191
+.btn-default {
192
+    background: #ffffff;
193
+    color: #000000;
194
+}
195
+.nameJustified {
196
+    width: 5em;
197
+    display: inline-block;
198
+    text-align: justify;
199
+    text-align-last: justify;
200
+}

+ 4 - 9
WebUI/CallCenterWeb.UI/css/addappeal.css

@@ -12,11 +12,6 @@
12 12
 	border: none !important;
13 13
 }
14 14
 
15
-input,
16
-select {
17
-	vertical-align: middle;
18
-}
19
-
20 15
 .xg i {
21 16
 	font-size: 16px;
22 17
 }
@@ -28,13 +23,13 @@ select {
28 23
 .inpBox {
29 24
 	border: 1px solid #cccccc;
30 25
 	height: 31px;
31
-	width: 220px;
26
+	width: 100%;
32 27
 	display: inline-block;
33 28
 	position: relative;
34 29
 	vertical-align: middle;
35
-	position: absolute;
30
+	/* position: absolute;
36 31
 	left: 0px;
37
-	top: 0px;
32
+	top: 0px; */
38 33
 	z-index: 111;
39 34
 }
40 35
 
@@ -103,7 +98,7 @@ select {
103 98
 }
104 99
 
105 100
 .inps {
106
-	width: 217px;
101
+	width: 80%;
107 102
 	height: 29px;
108 103
 	outline: none;
109 104
 	border: 0;

+ 5 - 5
WebUI/CallCenterWeb.UI/css/call.css

@@ -205,11 +205,6 @@ a {
205 205
 			top: 0;
206 206
 			right: 0;
207 207
 		}*/
208
-.ld-sercon select {
209
-    height: 22px;
210
-    width: 128px;
211
-    padding-left: 20px;
212
-}
213 208
 
214 209
 .ld-sercon textarea {
215 210
     width: 70%;
@@ -390,3 +385,8 @@ a {
390 385
 .hindeDiv {
391 386
     display: none;
392 387
 }
388
+
389
+.radioStyle {
390
+    vertical-align: -2px;
391
+    margin-right: 3px !important;
392
+}

+ 203 - 191
WebUI/CallCenterWeb.UI/css/init.css

@@ -1,219 +1,227 @@
1 1
 /*导航样式开始*/
2 2
 
3 3
 .syIcon {
4
-	display: inline-block;
5
-	background: url(../img/syIcon.png) no-repeat;
6
-	height: 20px;
7
-	width: 20px;
8
-	vertical-align: middle;
4
+    display: inline-block;
5
+    background: url(../img/syIcon.png) no-repeat;
6
+    height: 20px;
7
+    width: 20px;
8
+    vertical-align: middle;
9 9
 }
10 10
 .daoHang {
11
-	padding:8px 15px;
11
+    padding: 8px 15px;
12 12
 }
13
-.daoHang .dhLeft{
14
-	float: left;
13
+.daoHang .dhLeft {
14
+    float: left;
15 15
 }
16 16
 .daoHang .dhLeft a {
17
-	font-size: 14px;
18
-	color: #999;
17
+    font-size: 14px;
18
+    color: #999;
19 19
 }
20 20
 .dhLeft {
21
-	font-size: 14px;
22
-	color: #999;
21
+    font-size: 14px;
22
+    color: #999;
23 23
 }
24 24
 .dhLeft a {
25
-	font-size: 14px;
26
-	color: #999;
25
+    font-size: 14px;
26
+    color: #999;
27 27
 }
28
-.daoHang .dhRight{
28
+.daoHang .dhRight {
29 29
     float: right;
30 30
     color: #1ab394;
31 31
     font-size: 18px;
32 32
     cursor: pointer;
33 33
 }
34
-.nowPosition{
35
-   color: #01a1cb!important;	
34
+.nowPosition {
35
+    color: #01a1cb !important;
36 36
 }
37 37
 /*导航样式结束*/
38 38
 
39 39
 /*公共样式*/
40 40
 
41 41
 .btns {
42
-	background: #00a1cb;
43
-	color: #fff;
44
-	padding: 8px 18px;
45
-	outline: none;
46
-	/* font-size: 14px; */
47
-	margin-left: 15px;
48
-	border: 0;
49
-	border-radius: 3px;
50
-	box-sizing: border-box;
51
-	cursor: pointer;
52
-	vertical-align: middle;
42
+    background: #00a1cb;
43
+    color: #fff;
44
+    padding: 8px 18px;
45
+    outline: none;
46
+    /* font-size: 14px; */
47
+    margin-left: 15px;
48
+    border: 0;
49
+    border-radius: 3px;
50
+    box-sizing: border-box;
51
+    cursor: pointer;
52
+    vertical-align: middle;
53 53
 }
54 54
 
55 55
 .export.btns {
56
-	padding: 7px 10px;
56
+    padding: 7px 10px;
57 57
 }
58 58
 
59 59
 .clearfix:after {
60
-	content: "";
61
-	display: block;
62
-	clear: both;
60
+    content: "";
61
+    display: block;
62
+    clear: both;
63 63
 }
64 64
 
65 65
 .toolBar {
66
-	padding: 15px 0;
67
-	border-bottom: 1px solid #ccc;
68
-	margin-bottom: 25px;
69
-	padding-right: 45px;
66
+    padding: 15px 0;
67
+    border-bottom: 1px solid #ccc;
68
+    margin-bottom: 25px;
69
+    padding-right: 45px;
70 70
 }
71 71
 .toolLeft {
72
-	float: left;
72
+    float: left;
73 73
 }
74 74
 .toolRight {
75
-	float: right;
75
+    float: right;
76 76
 }
77 77
 .toolBar input {
78
-	width: 128px;
79
-	padding: 2px 2PX 2PX 10PX;
80
-	height: 27px;
81
-	border: 1px solid #ebebeb;
82
-	/*color: #1ab394;*/
83
-	outline: none;
84
-	vertical-align: middle;
78
+    width: 128px;
79
+    padding: 2px 2px 2px 10px;
80
+    height: 27px;
81
+    border: 1px solid #ebebeb;
82
+    /*color: #1ab394;*/
83
+    outline: none;
84
+    vertical-align: middle;
85 85
 }
86 86
 
87 87
 .model {
88
-	position: fixed;
89
-	top: 0;
90
-	right: 0;
91
-	bottom: 0;
92
-	left: 0;
93
-	height: 100%;
94
-	width: 100%;
95
-	background: rgba(0, 0, 0, 0.48);
96
-	z-index: 100;
97
-	display: none;
88
+    position: fixed;
89
+    top: 0;
90
+    right: 0;
91
+    bottom: 0;
92
+    left: 0;
93
+    height: 100%;
94
+    width: 100%;
95
+    background: rgba(0, 0, 0, 0.48);
96
+    z-index: 100;
97
+    display: none;
98 98
 }
99 99
 
100 100
 .delModel .box {
101
-	width: 23%;
101
+    width: 23%;
102 102
 }
103 103
 
104 104
 .box {
105
-	width: 55%;
106
-	margin: 0 auto;
107
-	margin-top: 5%;
105
+    width: 55%;
106
+    margin: 0 auto;
107
+    margin-top: 5%;
108 108
 }
109 109
 
110 110
 .box .btop {
111
-	height: 35px;
112
-	background: #1ab394;
113
-	color: #fff;
114
-	line-height: 35px;
115
-	padding: 0 15px;
116
-	/*margin-bottom: 15px;*/
111
+    height: 35px;
112
+    background: #1ab394;
113
+    color: #fff;
114
+    line-height: 35px;
115
+    padding: 0 15px;
116
+    /*margin-bottom: 15px;*/
117 117
 }
118 118
 
119 119
 .box .btop p.btl {
120
-	float: left;
121
-	margin: 0;
120
+    float: left;
121
+    margin: 0;
122 122
 }
123 123
 
124 124
 .box .btop p.btr {
125
-	float: right;
126
-	cursor: pointer;
127
-	margin: 0;
128
-	font-size: 20px;
125
+    float: right;
126
+    cursor: pointer;
127
+    margin: 0;
128
+    font-size: 20px;
129 129
 }
130 130
 
131
-.box>input {
132
-	display: block;
133
-	height: 34px;
134
-	padding: 6px 12px;
135
-	font-size: 14px;
136
-	line-height: 1.42857143;
137
-	color: #555;
138
-	background-color: #fff;
139
-	background-image: none;
140
-	border: 1px solid #ccc;
141
-	border-radius: 4px;
142
-	margin: 35px auto;
131
+.box > input {
132
+    display: block;
133
+    height: 34px;
134
+    padding: 6px 12px;
135
+    font-size: 14px;
136
+    line-height: 1.42857143;
137
+    color: #555;
138
+    background-color: #fff;
139
+    background-image: none;
140
+    border: 1px solid #ccc;
141
+    border-radius: 4px;
142
+    margin: 35px auto;
143 143
 }
144 144
 
145 145
 .boxCon {
146
-	width: 100%;
147
-	background: #fff;
148
-	text-align: center;
149
-	padding: 10px 15px;
150
-	height: auto;
151
-	overflow-y: auto;
146
+    width: 100%;
147
+    background: #fff;
148
+    text-align: center;
149
+    padding: 10px 15px;
150
+    height: auto;
151
+    overflow-y: auto;
152 152
 }
153 153
 
154
-.boxCon>div {
155
-	padding: 15px 0;
154
+.boxCon > div {
155
+    padding: 15px 0;
156 156
 }
157 157
 
158 158
 .boxCon table {
159
-	width: 100%;
159
+    width: 100%;
160 160
 }
161 161
 
162 162
 .boxCon table th {
163
-	padding: 5px 8px 5px 0;
164
-	text-align: right;
165
-	width: 32%;
163
+    padding: 5px 8px 5px 0;
164
+    text-align: right;
165
+    width: 32%;
166 166
 }
167 167
 
168 168
 .boxCon table td {
169
-	padding: 6px 0 5px 10px;
170
-	text-align: left;
171
-	color: #717171;
172
-	line-height: 200%;
169
+    padding: 6px 0 5px 10px;
170
+    text-align: left;
171
+    color: #717171;
172
+    line-height: 200%;
173 173
 }
174 174
 
175 175
 .boxCon table td textarea {
176
-	width: 70%;
177
-	vertical-align: middle;
178
-	resize: none;
176
+    width: 70%;
177
+    vertical-align: middle;
178
+    resize: none;
179 179
 }
180 180
 
181
-.boxCon table td>input[type="text"] {
182
-	height: 27px;
181
+.boxCon table td > input[type="text"] {
182
+    height: 27px;
183 183
 }
184 184
 
185 185
 .kong {
186
-	display: none;
187
-	vertical-align: middle;
188
-	margin-left: 3px;
186
+    display: none;
187
+    vertical-align: middle;
188
+    margin-left: 3px;
189 189
 }
190 190
 
191 191
 .Importent {
192
-	color: #fe6604;
192
+    color: #fe6604;
193 193
 }
194 194
 
195 195
 .layui-layer-title {
196
-	background: #00a1cb;
197
-}
198
-  
199
-  .table-head table thead {
200
-        width: calc( 100% - 5px)
201
-    }
202
-     .table-body{width:100%; height:515px;overflow-y:scroll;overflow-x: scroll;}
203
-    .table-head table,.table-body table{width:100%;}
204
-    .table-head{
205
-    	background: #00a0cd;
206
-    }
196
+    background: #00a1cb;
197
+}
198
+
199
+.table-head table thead {
200
+    width: calc(100% - 5px);
201
+}
202
+.table-body {
203
+    width: 100%;
204
+    height: 515px;
205
+    overflow-y: scroll;
206
+    overflow-x: scroll;
207
+}
208
+.table-head table,
209
+.table-body table {
210
+    width: 100%;
211
+}
212
+.table-head {
213
+    background: #00a0cd;
214
+}
207 215
 
208 216
 /*公共弹框样式*/
209 217
 
210 218
 .Common {
211
-	width: 100%;
212
-	background: #fff;
213
-	text-align: center;
214
-	padding: 10px 15px;
215
-	height: auto;
216
-	overflow-y: auto;
219
+    width: 100%;
220
+    background: #fff;
221
+    text-align: center;
222
+    padding: 10px 15px;
223
+    height: auto;
224
+    overflow-y: auto;
217 225
 }
218 226
 .Common table {
219 227
     width: 100%;
@@ -221,7 +229,7 @@
221 229
 .Common table th {
222 230
     padding: 5px 8px 5px 0;
223 231
     text-align: right;
224
-    width: 20%;
232
+    width: 10%;
225 233
 }
226 234
 .Common table td {
227 235
     padding: 6px 0 5px 10px;
@@ -233,11 +241,11 @@
233 241
     width: 100%;
234 242
     vertical-align: middle;
235 243
     resize: none;
236
-        outline: none;
244
+    outline: none;
237 245
 }
238 246
 .select_ {
239 247
     width: 150px;
240
-    background-color: #FFF;
248
+    background-color: #fff;
241 249
     background-image: none;
242 250
     border: 1px solid #ccc;
243 251
     border-radius: 1px;
@@ -246,81 +254,85 @@
246 254
     outline: none;
247 255
     vertical-align: middle;
248 256
 }
249
-.Common span{
250
-	    
257
+.Common span {
251 258
     background-image: none;
252 259
     /*border: 1px solid #ccc;*/
253 260
     border-radius: 1px;
254 261
     color: inherit;
255 262
     /*padding: 6px 12px*/
256 263
 }
257
-.btn_box{
258
-	margin-top: 30px;
264
+.btn_box {
265
+    margin-top: 30px;
259 266
 }
260
-.imgs a{
261
-	margin-right: 5px;
267
+.imgs a {
268
+    margin-right: 5px;
262 269
 }
263
-.input_{
264
-	width: 128px;
265
-	padding: 2px 2PX 2PX 10PX;
266
-	height: 27px;
267
-	border: 1px solid #ebebeb;
268
-	outline: none;
269
-	vertical-align: middle;
270
+.input_ {
271
+    width: 128px;
272
+    padding: 2px 2px 2px 10px;
273
+    height: 27px;
274
+    border: 1px solid #ebebeb;
275
+    outline: none;
276
+    vertical-align: middle;
270 277
 }
271
-.Hidens{
272
-	display: none;
278
+.Hidens {
279
+    display: none;
273 280
 }
274
-.xg{
275
-	margin-right: 5px;
281
+.xg {
282
+    margin-right: 5px;
276 283
 }
277 284
 
278 285
 /*修改 手机客户端管理弹出框导航颜色*/
279 286
 .model .box .btop {
280
-	background-color: #00A1CB;
281
-}
282
-.Reds{
283
-		color:#ed5565;
284
-	}
285
-	.Greens{
286
-		color: #46be8a;
287
-	}
288
-	.Yellows{
289
-		color: #FF9800;
290
-	}
291
-	/*工单上传附件*/
292
-	.files{
293
-			display: inline-block;
294
-			background: #666;
295
-		    color: #fff!important;
296
-		    font-size: 12px;
297
-		    padding: 0 5px!important;
298
-			border: 0!important;
299
-			margin-left: 8px!important;
300
-			    margin-bottom: 3px;
301
-		}
302
-		.files i{
303
-			margin-left: 3px;
304
-			color: #a9a5a5;
305
-			cursor: pointer;
306
-		}
307
-		.files:hover i{
308
-			color: #fff;
309
-		}
310
-		#scwj{
311
-			padding: 0 12px!important;
312
-			outline: none;
313
-		}
314
-		#scwj:hover{
315
-			background: #03a0cb;
316
-			color: #fff;
317
-			transition: .25s;
318
-		}
319
-		.fileBox{
320
-			display: inline-block;
321
-		}
287
+    background-color: #00a1cb;
288
+}
289
+.Reds {
290
+    color: #ed5565;
291
+}
292
+.Greens {
293
+    color: #46be8a;
294
+}
295
+.Yellows {
296
+    color: #ff9800;
297
+}
298
+/*工单上传附件*/
299
+.files {
300
+    display: inline-block;
301
+    background: #666;
302
+    color: #fff !important;
303
+    font-size: 12px;
304
+    padding: 0 5px !important;
305
+    border: 0 !important;
306
+    margin-left: 8px !important;
307
+    margin-bottom: 3px;
308
+}
309
+.files i {
310
+    margin-left: 3px;
311
+    color: #a9a5a5;
312
+    cursor: pointer;
313
+}
314
+.files:hover i {
315
+    color: #fff;
316
+}
317
+#scwj {
318
+    padding: 0 12px !important;
319
+    outline: none;
320
+}
321
+#scwj:hover {
322
+    background: #03a0cb;
323
+    color: #fff;
324
+    transition: 0.25s;
325
+}
326
+.fileBox {
327
+    display: inline-block;
328
+}
322 329
 
323
-.btn-default{
324
-    	background: #FFFFFF;
325
-    	color: #000000;
326
-    }
330
+.btn-default {
331
+    background: #ffffff;
332
+    color: #000000;
333
+}
334
+
335
+.radioStyle {
336
+    vertical-align: -2px;
337
+    margin-right: 3px !important;
338
+}

+ 29 - 25
WebUI/CallCenterWeb.UI/home.html

@@ -576,7 +576,7 @@
576 576
             padding-right: 0;
577 577
             line-height: 22px;
578 578
             text-align: center;
579
-            font-size: 10px;
579
+            font-family: "微软雅黑";
580 580
         }
581 581
 
582 582
         ul.ztree {
@@ -725,9 +725,9 @@
725 725
         .btns {
726 726
             background: #00a1cb;
727 727
             color: #fff;
728
-            padding: 3px 10px;
728
+            padding: 10px 15px;
729 729
             outline: none;
730
-            font-size: 12px;
730
+            font-size: 14px;
731 731
             margin-left: 15px;
732 732
             border: 0;
733 733
             border-radius: 3px;
@@ -1016,10 +1016,6 @@
1016 1016
             display: none !important;
1017 1017
         }
1018 1018
 
1019
-        .source_area select[name="sourcearea"] {
1020
-            margin-bottom: 10px;
1021
-        }
1022
-
1023 1019
         .source_area input[type="text"] {
1024 1020
             width: 392px;
1025 1021
         }
@@ -1273,6 +1269,14 @@
1273 1269
         .operation_bj {
1274 1270
             float: right;
1275 1271
         }
1272
+        #sourcearea {
1273
+            display: inline-block;
1274
+            width: 30%;
1275
+        }
1276
+        #sourceaddress {
1277
+            display: inline-block;
1278
+            width: 50%;
1279
+        }
1276 1280
     </style>
1277 1281
 </head>
1278 1282
 
@@ -1746,7 +1750,7 @@
1746 1750
                                     <div class="form-group clearfix">
1747 1751
                                         <span class="col-sm-1 Import">标题:</span>
1748 1752
                                         <span class="col-sm-11">
1749
-                                            <input id="title" type="text" style="
1753
+                                            <input id="title" class="form-control" type="text" style="
1750 1754
                                                         padding: 5px;
1751 1755
                                                         width: 100%;
1752 1756
                                                     " />
@@ -1755,7 +1759,7 @@
1755 1759
                                     <div class="form-group clearfix">
1756 1760
                                         <span class="col-sm-1 Import">内容:</span>
1757 1761
                                         <span class="col-sm-11">
1758
-                                            <textarea rows="5" id="content"></textarea>
1762
+                                            <textarea rows="5" class="form-control" id="content"></textarea>
1759 1763
                                         </span>
1760 1764
                                     </div>
1761 1765
 
@@ -1764,19 +1768,19 @@
1764 1768
                                             处理方式:
1765 1769
                                         </span>
1766 1770
                                         <span class="col-sm-3">
1767
-                                            <label style="font-weight: normal"><input type="radio" name="banli"
1771
+                                            <label style="font-weight: normal"><input class="radioStyle" type="radio" name="banli"
1768 1772
                                                     value="1" class="Nows" />当即处理</label>
1769
-                                            <label style="font-weight: normal"><input type="radio" name="banli"
1773
+                                            <label style="font-weight: normal"><input class="radioStyle" type="radio" name="banli"
1770 1774
                                                     value="0" checked="checked" class="Nows" />网络转办</label>
1771
-                                            <label style="font-weight: normal"><input id="threeWayCall" type="checkbox"  value="1" name="" class="Nows_" />三方通话</label>
1775
+                                            <label style="font-weight: normal"><input id="threeWayCall" class="radioStyle" type="checkbox"
1776
+                                                    value="1" name="" class="Nows_" />三方通话</label>
1772 1777
                                         </span>
1773 1778
                                         <span class="col-sm-1">
1774 1779
                                             来电号码密级:
1775 1780
                                         </span>
1776 1781
                                         <span class="col-sm-3">
1777
-                                            <label style="font-weight: normal"><input type="radio" name="mj"
1778
-                                                    value="0" />普通</label>
1779
-                                            <label style="font-weight: normal"><input type="radio" name="mj" value="1"
1782
+                                            <label style="font-weight: normal"><input class="radioStyle" type="radio" name="mj" value="0" />普通</label>
1783
+                                            <label style="font-weight: normal"><input class="radioStyle" type="radio" name="mj" value="1"
1780 1784
                                                     checked="checked" />保密</label>
1781 1785
                                         </span>
1782 1786
                                     </div>
@@ -1786,13 +1790,13 @@
1786 1790
                                             来电人:
1787 1791
                                         </span>
1788 1792
                                         <span class="col-sm-3">
1789
-                                            <input type="text" class="khmc" id="cusname" />
1793
+                                            <input type="text" class="khmc form-control" id="cusname" />
1790 1794
                                         </span>
1791 1795
                                         <span class="col-sm-1">
1792 1796
                                             性别:
1793 1797
                                         </span>
1794 1798
                                         <span class="col-sm-3">
1795
-                                            <select name="" id="">
1799
+                                            <select name="" id="" class="form-control">
1796 1800
                                                 <option value="0">
1797 1801
1798 1802
                                                 </option>
@@ -1805,7 +1809,7 @@
1805 1809
                                             来电号码:
1806 1810
                                         </span>
1807 1811
                                         <span class="col-sm-3">
1808
-                                            <input type="text" class="tsdh" id="cusphone" />
1812
+                                            <input type="text" class="tsdh form-control" id="cusphone" />
1809 1813
                                         </span>
1810 1814
                                     </div>
1811 1815
                                     <div class="form-group clearfix">
@@ -1813,7 +1817,7 @@
1813 1817
                                             类型:
1814 1818
                                         </span>
1815 1819
                                         <span class="col-sm-3">
1816
-                                            <select name="" id="type">
1820
+                                            <select name="" id="type" class="form-control">
1817 1821
                                                 <option value="咨询">
1818 1822
                                                     咨询
1819 1823
                                                 </option>
@@ -1857,7 +1861,7 @@
1857 1861
                                             紧急程度:
1858 1862
                                         </span>
1859 1863
                                         <span class="col-sm-3">
1860
-                                            <select name="" id="level">
1864
+                                            <select name="" id="level" class="form-control">
1861 1865
                                                 <!--<option value="0">请选择</option>-->
1862 1866
                                                 <option value="1" selected="selected">
1863 1867
                                                     普通
@@ -1873,7 +1877,7 @@
1873 1877
                                             电话类别:
1874 1878
                                         </span>
1875 1879
                                         <span class="col-sm-3">
1876
-                                            <select name="" id="phonetype">
1880
+                                            <select name="" id="phonetype" class="form-control">
1877 1881
                                                 <option value="">
1878 1882
                                                     请选择
1879 1883
                                                 </option>
@@ -1891,15 +1895,15 @@
1891 1895
                                             直办内容:
1892 1896
                                         </span>
1893 1897
                                         <span class="col-sm-11">
1894
-                                            <textarea id="result" rows="3"></textarea>
1898
+                                            <textarea id="result" class="form-control" rows="3"></textarea>
1895 1899
                                         </span>
1896 1900
                                     </div>
1897 1901
                                     <div class="form-group clearfix">
1898 1902
                                         <span class="col-sm-1">
1899 1903
                                             事发区域:
1900 1904
                                         </span>
1901
-                                        <span class="col-sm-6 source_area">
1902
-                                            <select name="sourcearea" id="sourcearea">
1905
+                                        <span class="col-sm-11 source_area">
1906
+                                            <select name="sourcearea" id="sourcearea" class="form-control" style="display: inline-block; width: 20%;">
1903 1907
                                                 <!-- <option value="0">
1904 1908
                                                     请选择
1905 1909
                                                 </option> -->
@@ -1908,7 +1912,7 @@
1908 1912
                                                 </option>
1909 1913
                                             </select>
1910 1914
                                             <!--<img src="img/map_nav.png"/>-->
1911
-                                            <input id="sourceaddress" type="text" placeholder="输入详细地址" />
1915
+                                            <input id="sourceaddress" type="text" placeholder="输入详细地址" class="form-control" style="display: inline-block; width: 40%;" />
1912 1916
                                         </span>
1913 1917
                                         <div class="mapBJ" style="
1914 1918
                                                     width: 100%;

+ 12 - 0
WebUI/CallCenterWeb.UI/js/WorkOrder/WorkOrderList.js

@@ -26,3 +26,15 @@ function View(val, row) {
26 26
         "</a></div>"
27 27
     );
28 28
 }
29
+
30
+//查看详情
31
+function ckxq(str) {
32
+    layer.open({
33
+        type: 2,
34
+        content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
35
+        title: "工单详情",
36
+        area: ["100%", "100%"], //宽高
37
+        maxmin: true,
38
+        shade: 0
39
+    });
40
+}

+ 1 - 1
WebUI/CallCenterWeb.UI/js/index.js

@@ -1012,7 +1012,7 @@ function Adds() {
1012 1012
         data: {
1013 1013
             cusname: $("#cusname").val(), //=来电人姓名
1014 1014
             cussex: $("#cussex").val(),
1015
-            cusphone: $("#cusphone").val(), //=来电人电话
1015
+            cusphone: $("#cusphone").val().replace(/\s+/g, ""), //=来电人电话
1016 1016
             email: $("#email").val(),
1017 1017
             zipcode: $("#zipcode").val(),
1018 1018
             conphone: $("#conphone").val(),

+ 1 - 1
WebUI/CallCenterWeb.UI/js/main.js

@@ -256,6 +256,7 @@ function IncomingBack(data) {
256 256
     $(".ldtime").text(getNowFormatDate());
257 257
     $(".thsc").text("00:00");
258 258
     $(".hidCallID").val(data.CallID);
259
+    $("#phonetype").val(data.TrunkNumber);
259 260
     //获取电话所属地
260 261
     $.getJSON(huayi.config.callcenter_url + 'CallInScreen/GetPhoneLocation', {
261 262
         "tel": $(".hidTel").val(),
@@ -307,7 +308,6 @@ function IncomingBack(data) {
307 308
 
308 309
 //挂断
309 310
 function DropCallBack() {
310
-	debugger
311 311
     $("#top-search li i").removeClass("active");
312 312
     $(".Logout").addClass("active");
313 313
     $(".SayBusy").removeClass("active");