|
|
@@ -47,7 +47,7 @@
|
|
47
|
47
|
width: 100%;
|
|
48
|
48
|
height: 30px;
|
|
49
|
49
|
background: #f3f3f4;
|
|
50
|
|
- border: 0;
|
|
|
50
|
+ border: 1px solid #e7e7e7;
|
|
51
|
51
|
outline: none;
|
|
52
|
52
|
}
|
|
53
|
53
|
.radio-inline input[type=radio]{
|
|
|
@@ -57,11 +57,12 @@
|
|
57
|
57
|
width: 100%;
|
|
58
|
58
|
height: 100%;
|
|
59
|
59
|
background: #f3f3f4;
|
|
60
|
|
- border: 0;
|
|
|
60
|
+ border: 1px solid #e7e7e7;
|
|
|
61
|
+ padding: 0px;
|
|
61
|
62
|
resize: none;
|
|
62
|
63
|
}
|
|
63
|
64
|
#scwj{
|
|
64
|
|
- background-color: #FFF;
|
|
|
65
|
+ background-color: #FFF;
|
|
65
|
66
|
background-image: none;
|
|
66
|
67
|
border: 1px solid #ccc;
|
|
67
|
68
|
border-radius: 1px;
|
|
|
@@ -110,24 +111,32 @@
|
|
110
|
111
|
/*width: 95%;
|
|
111
|
112
|
margin: 0 auto;*/
|
|
112
|
113
|
}
|
|
113
|
|
-
|
|
|
114
|
+ .shdetail table{
|
|
|
115
|
+ width: 100%;
|
|
|
116
|
+ line-height: 30px;
|
|
|
117
|
+ text-align: center;
|
|
|
118
|
+ }
|
|
114
|
119
|
</style>
|
|
115
|
120
|
</head>
|
|
116
|
121
|
<body class="gray-bg">
|
|
117
|
122
|
<div class="container-fluid wrapper-content animated fadeInRight">
|
|
118
|
123
|
<table class="table table-bordered table-condensed">
|
|
119
|
124
|
<tr>
|
|
120
|
|
- <td width="100">关键词</td>
|
|
121
|
|
- <td colspan="3"><input type="text" id="key" readonly="readonly"/></td>
|
|
|
125
|
+ <td width="100">标题</td>
|
|
|
126
|
+ <td colspan="3"> <input type="text" id="title" readonly="readonly" /></td>
|
|
122
|
127
|
</tr>
|
|
123
|
128
|
<tr>
|
|
124
|
|
- <td width="100">事件名称</td>
|
|
125
|
|
- <td colspan="3"> <input type="text" id="title" readonly="readonly" /></td>
|
|
|
129
|
+ <td width="100" height="100"> 参考答案</td>
|
|
|
130
|
+ <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="endanswer" readonly="readonly"></textarea></td>
|
|
126
|
131
|
</tr>
|
|
127
|
132
|
<tr>
|
|
128
|
|
- <td width="100">主办单位</td>
|
|
|
133
|
+ <td width="100">单位</td>
|
|
129
|
134
|
<td colspan="3"> <input type="text" id="maindept" readonly="readonly" /></td>
|
|
130
|
135
|
</tr>
|
|
|
136
|
+ <tr>
|
|
|
137
|
+ <td width="100"> 办公地点</td>
|
|
|
138
|
+ <td colspan="3"><textarea name="" rows="" cols="" id="officeaddress" readonly="readonly"></textarea></td>
|
|
|
139
|
+ </tr>
|
|
131
|
140
|
<tr >
|
|
132
|
141
|
<td rowspan="2" width="100">公开电话</td>
|
|
133
|
142
|
<td> <input type="text" id="publicphone1" readonly="readonly"/></td>
|
|
|
@@ -140,43 +149,10 @@
|
|
140
|
149
|
<td> <input type="text" id="privatephone2" readonly="readonly" /></td>
|
|
141
|
150
|
</tr>
|
|
142
|
151
|
<tr>
|
|
143
|
|
- <td width="100" height="100"> 咨询要点</td>
|
|
144
|
|
- <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="points" readonly="readonly"></textarea></td>
|
|
145
|
|
- </tr>
|
|
146
|
|
- <tr>
|
|
147
|
|
- <td width="100"> 标准话术</td>
|
|
148
|
|
- <td colspan="3"> <textarea name="" rows="" cols="" id="baseanswer" readonly="readonly"></textarea></td>
|
|
149
|
|
- </tr>
|
|
150
|
|
- <tr>
|
|
151
|
|
- <td width="100" height="100"> 结案参考</td>
|
|
152
|
|
- <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="endanswer" readonly="readonly"></textarea></td>
|
|
153
|
|
- </tr>
|
|
154
|
|
- <tr>
|
|
155
|
152
|
<td width="100"> 办理方式</td>
|
|
156
|
153
|
<td><input type="text" id="dealtype" readonly="readonly"/></td>
|
|
157
|
|
- <td width="100"> 法定办结时限</td>
|
|
158
|
|
- <td><input type="text" id="legallimittime" readonly="readonly" /></td>
|
|
159
|
|
- </tr>
|
|
160
|
|
- <tr>
|
|
161
|
|
- <td width="100"> 是否收费</td>
|
|
162
|
|
- <td>
|
|
163
|
|
- <label class="radio-inline">
|
|
164
|
|
- <input type="radio" name="ispay" id="ispay1" value="1" readonly="readonly"> 是
|
|
165
|
|
- </label>
|
|
166
|
|
- <label class="radio-inline">
|
|
167
|
|
- <input type="radio" name="ispay" id="ispay2" value="0" readonly="readonly"> 否
|
|
168
|
|
- </label>
|
|
169
|
|
-
|
|
170
|
|
-
|
|
171
|
|
- </td>
|
|
172
|
|
- <td width="100"> 承诺办结时限</td>
|
|
173
|
|
- <td><input type="text" id="promiselimittime" readonly="readonly" /></td>
|
|
174
|
|
- </tr>
|
|
175
|
|
- <tr>
|
|
176
|
154
|
<td width="100"> 收费标准</td>
|
|
177
|
155
|
<td> <input type="text" id="paymoney" readonly="readonly" /></td>
|
|
178
|
|
- <td width="100"> 办公地点</td>
|
|
179
|
|
- <td><textarea name="" rows="" cols="" id="officeaddress" readonly="readonly"></textarea></td>
|
|
180
|
156
|
</tr>
|
|
181
|
157
|
<tr>
|
|
182
|
158
|
<td width="100"> 办理对象</td>
|
|
|
@@ -185,27 +161,6 @@
|
|
185
|
161
|
<td><textarea name="" rows="" cols=""id="busline" readonly="readonly"></textarea></td>
|
|
186
|
162
|
</tr>
|
|
187
|
163
|
<tr>
|
|
188
|
|
- <td width="100"> 办公时间</td>
|
|
189
|
|
- <td colspan="3">
|
|
190
|
|
- <input type="text" id="officetime" readonly="readonly" />
|
|
191
|
|
- <!--<div class="form-group time-box">
|
|
192
|
|
- <i class="tub fa fa-calendar"></i>
|
|
193
|
|
- <input class="form-control" type="text" id="officetime" placeholder="请选择开始时间" readonly="readonly">
|
|
194
|
|
- </div>-->
|
|
195
|
|
-
|
|
196
|
|
- </td>
|
|
197
|
|
- </tr>
|
|
198
|
|
- <tr>
|
|
199
|
|
- <td width="100" rowspan="2"> 协办单位</td>
|
|
200
|
|
- <td rowspan="2"><input type="text" name="otherdept" id="otherdept" readonly="readonly" /></td>
|
|
201
|
|
- <td width="100"> 公开电话</td>
|
|
202
|
|
- <td><input type="text" id="otherpublicphone" readonly="readonly" /></td>
|
|
203
|
|
- </tr>
|
|
204
|
|
- <tr>
|
|
205
|
|
- <td width="100"> 内部电话</td>
|
|
206
|
|
- <td><input type="text" id="otherprivatephone" readonly="readonly" /></td>
|
|
207
|
|
- </tr>
|
|
208
|
|
- <tr>
|
|
209
|
164
|
<td width="100" height="100"> 备注</td>
|
|
210
|
165
|
<td colspan="3" height="100"><textarea name="" rows="" cols="" id="remark" readonly="readonly"></textarea> </td>
|
|
211
|
166
|
</tr>
|
|
|
@@ -215,74 +170,67 @@
|
|
215
|
170
|
<textarea name="" rows="" cols="" id="mechanism" disabled></textarea>
|
|
216
|
171
|
</td>
|
|
217
|
172
|
</tr>
|
|
218
|
|
- <!--<tr>
|
|
219
|
|
- <td width="100" > 修改人</td>
|
|
220
|
|
- <td></td>
|
|
221
|
|
- <td width="100" > 修改日期</td>
|
|
222
|
|
- <td></td>
|
|
223
|
|
- </tr>-->
|
|
224
|
173
|
</table>
|
|
225
|
|
-
|
|
226
|
|
- <ul class="tab_list clearfix">
|
|
227
|
|
- <li class="active">设定依据</li>
|
|
228
|
|
- <li>办理流程</li>
|
|
229
|
|
- <li>办理材料</li>
|
|
230
|
|
- <li>办理结果样本</li>
|
|
231
|
|
- <li>收费标准及依据</li>
|
|
232
|
|
- <li>附件</li>
|
|
233
|
|
- </ul>
|
|
234
|
|
- <div class="tab_content">
|
|
235
|
|
- <div class="cons" style="display: block;">
|
|
236
|
|
- <div id="baseon" >
|
|
237
|
|
-
|
|
238
|
|
- </div>
|
|
239
|
|
- <!--<textarea name="" readonly="readonly"></textarea>-->
|
|
|
174
|
+ <ul class="tab_list clearfix">
|
|
|
175
|
+ <li class="active">设定依据</li>
|
|
|
176
|
+ <li>办理流程</li>
|
|
|
177
|
+ <li>办理材料</li>
|
|
|
178
|
+ <li>办理结果样本</li>
|
|
|
179
|
+ <li>收费标准及依据</li>
|
|
|
180
|
+ <li>附件</li>
|
|
|
181
|
+ </ul>
|
|
|
182
|
+ <div class="tab_content">
|
|
|
183
|
+ <div class="cons" style="display: block;">
|
|
|
184
|
+ <div id="baseon" >
|
|
|
185
|
+
|
|
240
|
186
|
</div>
|
|
241
|
|
- <div class="cons">
|
|
242
|
|
- <div id="process" >
|
|
243
|
|
-
|
|
244
|
|
- </div>
|
|
245
|
|
- <!--<textarea name="" id="process" readonly="readonly"></textarea>-->
|
|
|
187
|
+ <!--<textarea name="" readonly="readonly"></textarea>-->
|
|
|
188
|
+ </div>
|
|
|
189
|
+ <div class="cons">
|
|
|
190
|
+ <div id="process" >
|
|
|
191
|
+
|
|
246
|
192
|
</div>
|
|
247
|
|
- <div class="cons">
|
|
248
|
|
- <div id="material" >
|
|
249
|
|
-
|
|
250
|
|
- </div>
|
|
251
|
|
- <!--<textarea name="" id="material" readonly="readonly"></textarea>-->
|
|
|
193
|
+ <!--<textarea name="" id="process" readonly="readonly"></textarea>-->
|
|
|
194
|
+ </div>
|
|
|
195
|
+ <div class="cons">
|
|
|
196
|
+ <div id="material" >
|
|
|
197
|
+
|
|
252
|
198
|
</div>
|
|
253
|
|
- <div class="cons">
|
|
254
|
|
- <div id="template" >
|
|
255
|
|
-
|
|
256
|
|
- </div>
|
|
257
|
|
- <!--<textarea name="" id="template" readonly="readonly"></textarea>-->
|
|
|
199
|
+ <!--<textarea name="" id="material" readonly="readonly"></textarea>-->
|
|
|
200
|
+ </div>
|
|
|
201
|
+ <div class="cons">
|
|
|
202
|
+ <div id="template" >
|
|
|
203
|
+
|
|
258
|
204
|
</div>
|
|
259
|
|
- <div class="cons">
|
|
260
|
|
- <div id="payinfo" >
|
|
261
|
|
-
|
|
262
|
|
- </div>
|
|
263
|
|
- <!--<textarea name="" id="payinfo" readonly="readonly"></textarea>-->
|
|
|
205
|
+ <!--<textarea name="" id="template" readonly="readonly"></textarea>-->
|
|
|
206
|
+ </div>
|
|
|
207
|
+ <div class="cons">
|
|
|
208
|
+ <div id="payinfo" >
|
|
|
209
|
+
|
|
264
|
210
|
</div>
|
|
|
211
|
+ <!--<textarea name="" id="payinfo" readonly="readonly"></textarea>-->
|
|
|
212
|
+ </div>
|
|
|
213
|
+
|
|
|
214
|
+ <div class="cons">
|
|
|
215
|
+ <div>
|
|
|
216
|
+
|
|
265
|
217
|
|
|
266
|
|
- <div class="cons">
|
|
267
|
|
- <div>
|
|
|
218
|
+ <table class="table-bordered table-condensed feilTable" style="width: 100%;">
|
|
|
219
|
+ <thead>
|
|
|
220
|
+ <tr>
|
|
|
221
|
+ <th>文件名称</th>
|
|
|
222
|
+ <th>添加时间</th>
|
|
|
223
|
+ <th>文件大小</th>
|
|
|
224
|
+ </tr>
|
|
|
225
|
+ </thead>
|
|
|
226
|
+ <tbody>
|
|
268
|
227
|
|
|
|
228
|
+ </tbody>
|
|
269
|
229
|
|
|
270
|
|
- <table class="table-bordered table-condensed feilTable" style="width: 100%;">
|
|
271
|
|
- <thead>
|
|
272
|
|
- <tr>
|
|
273
|
|
- <th>文件名称</th>
|
|
274
|
|
- <th>添加时间</th>
|
|
275
|
|
- <th>文件大小</th>
|
|
276
|
|
- </tr>
|
|
277
|
|
- </thead>
|
|
278
|
|
- <tbody>
|
|
279
|
|
-
|
|
280
|
|
- </tbody>
|
|
281
|
|
-
|
|
282
|
|
- </table>
|
|
283
|
|
- </div>
|
|
|
230
|
+ </table>
|
|
|
231
|
+ </div>
|
|
284
|
232
|
</div>
|
|
285
|
|
- </div>
|
|
|
233
|
+ </div>
|
|
286
|
234
|
|
|
287
|
235
|
<script src="../js/kindeditor/kindeditor-all-min.js"></script>
|
|
288
|
236
|
<script src="../js/kindeditor/lang/zh-CN.js"></script>
|
|
|
@@ -320,6 +268,24 @@
|
|
320
|
268
|
}else{
|
|
321
|
269
|
$('.mechanism').css('display','none')
|
|
322
|
270
|
}
|
|
|
271
|
+ //按钮【按钮一】的回调
|
|
|
272
|
+ $.ajax({
|
|
|
273
|
+ type: "post",
|
|
|
274
|
+ url: huayi.config.callcenter_url + "Repository/OptRep",
|
|
|
275
|
+ async: true,
|
|
|
276
|
+ dataType: 'json',
|
|
|
277
|
+ data: {
|
|
|
278
|
+ token: $.cookie("token"),
|
|
|
279
|
+ repid: ids,
|
|
|
280
|
+ type:0
|
|
|
281
|
+ },
|
|
|
282
|
+ success: function(data) {
|
|
|
283
|
+ if(data.state.toLowerCase() == 'success') {
|
|
|
284
|
+// debugger
|
|
|
285
|
+
|
|
|
286
|
+ }
|
|
|
287
|
+ }
|
|
|
288
|
+ });
|
|
323
|
289
|
$.ajax({
|
|
324
|
290
|
type:"get",
|
|
325
|
291
|
url:huayi.config.callcenter_url +"Repository/GetRepository",
|
|
|
@@ -347,6 +313,7 @@
|
|
347
|
313
|
$('#promiselimittime').val(con.F_PromiseLimitTime);//承诺办结时限
|
|
348
|
314
|
// $('input[name="ispay"]:checked ').val(F_PayMoney);//是否收费
|
|
349
|
315
|
$('input[name="ispay"][value="'+con.F_IsPay+'"]').prop("checked","checked");//是否收费
|
|
|
316
|
+ $('input[name="isUrgency"][value="'+con.F_IsUrgent+'"]').prop("checked","checked"),//是否紧急事项
|
|
350
|
317
|
$('#paymoney').val(con.F_PayMoney);//收费标准
|
|
351
|
318
|
$('#officeaddress').val(con.F_OfficeAddress);//办公地点
|
|
352
|
319
|
$('#serobject').val(con.F_Object);//办理对象
|
|
|
@@ -373,7 +340,23 @@
|
|
373
|
340
|
'</tr>'
|
|
374
|
341
|
$(strs).appendTo($('.feilTable tbody'))
|
|
375
|
342
|
})
|
|
376
|
|
-
|
|
|
343
|
+ var shaudit;
|
|
|
344
|
+ $(res.data.shData).each(function(k,q){
|
|
|
345
|
+ if (q.F_ISPass==2) {
|
|
|
346
|
+ shaudit="未通过"
|
|
|
347
|
+ }else if(q.F_ISPass==1){
|
|
|
348
|
+ shaudit="通过"
|
|
|
349
|
+ }
|
|
|
350
|
+ var num=k+1;
|
|
|
351
|
+ var strs='<tr>'+
|
|
|
352
|
+ '<td>'+ num +'</td>'+
|
|
|
353
|
+ '<td>'+ q.F_AuditBy +'</td>'+
|
|
|
354
|
+ '<td>'+ q.F_AuditRemark +'</td>'+
|
|
|
355
|
+ '<td>'+ q.F_CreateOn +'</td>'+
|
|
|
356
|
+ '<td>'+ shaudit +'</td>'+
|
|
|
357
|
+ '</tr>'
|
|
|
358
|
+ $(strs).appendTo($('.SHXX'))
|
|
|
359
|
+ })
|
|
377
|
360
|
|
|
378
|
361
|
|
|
379
|
362
|
|