|
|
@@ -8,11 +8,11 @@
|
|
8
|
8
|
<!--[if lt IE 9]>
|
|
9
|
9
|
<meta http-equiv="refresh" content="0;ie.html" />
|
|
10
|
10
|
<![endif]-->
|
|
11
|
|
- <script src="../Script/Common/huayi.load.js"></script>
|
|
12
|
|
- <script src="../Script/Common/huayi.config.js"></script>
|
|
13
|
|
- <script src="../js/laydate/laydate.js"></script>
|
|
14
|
|
- <link rel="stylesheet" href="../js/layui/css/layui.css" />
|
|
15
|
|
- <link rel="stylesheet" href="../css/init.css" />
|
|
|
11
|
+ <script src="../../Script/Common/huayi.load.js"></script>
|
|
|
12
|
+ <script src="../../Script/Common/huayi.config.js"></script>
|
|
|
13
|
+ <script src="../../js/laydate/laydate.js"></script>
|
|
|
14
|
+ <link rel="stylesheet" href="../../js/layui/css/layui.css" />
|
|
|
15
|
+ <link rel="stylesheet" href="../../css/init.css" />
|
|
16
|
16
|
<style>
|
|
17
|
17
|
.zxt-top {
|
|
18
|
18
|
background: #fefefe;
|
|
|
@@ -208,51 +208,63 @@
|
|
208
|
208
|
<div id="main">
|
|
209
|
209
|
<div class="alignC headerAlign">
|
|
210
|
210
|
<br />
|
|
211
|
|
- <h2 style="margin-bottom: 15px;">登记人情况</h2>
|
|
|
211
|
+ <h2 style="margin-bottom: 15px;">登记信息</h2>
|
|
212
|
212
|
</div>
|
|
213
|
213
|
<table id="weeklist" class="alignC" border="1" cellpadding="4" cellspacing="0" bordercolor="#cbcbcb">
|
|
214
|
|
- <tr>
|
|
215
|
|
- <td height="50px">姓名</td>
|
|
216
|
|
- <td id="printName" colspan="2"></td>
|
|
217
|
|
- <td>性别</td>
|
|
218
|
|
- <td id="printSex" colspan="2"></td>
|
|
219
|
|
- </tr>
|
|
220
|
|
- <tr>
|
|
221
|
|
- <td height="50px">来访日期</td>
|
|
222
|
|
- <td id="printDateVisit" colspan="2"></td>
|
|
223
|
|
- <td>身份证号码</td>
|
|
224
|
|
- <td id="printIDCard" colspan="2"></td>
|
|
225
|
|
- </tr>
|
|
226
|
|
- <tr>
|
|
227
|
|
- <td height="50px">电话</td>
|
|
228
|
|
- <td id="printPhone" colspan="2"></td>
|
|
229
|
|
- <td>来访人数</td>
|
|
230
|
|
- <td id="printNumberVisitors" colspan="2"></td>
|
|
231
|
|
- </tr>
|
|
232
|
|
- <tr>
|
|
233
|
|
- <td height="50px">身份证住址</td>
|
|
234
|
|
- <td id="printIDCardAddress" colspan="5"></td>
|
|
235
|
|
- </tr>
|
|
236
|
|
- <tr>
|
|
237
|
|
- <td height="50px">随访人姓名</td>
|
|
238
|
|
- <td id="printFollowerName" colspan="5"></td>
|
|
239
|
|
- </tr>
|
|
240
|
|
- <tr>
|
|
241
|
|
- <td height="220px">主要诉求</td>
|
|
242
|
|
- <td id="printMainAppeal" colspan="5"></td>
|
|
243
|
|
- </tr>
|
|
244
|
|
- <tr>
|
|
245
|
|
- <td height="150px">处置情况</td>
|
|
246
|
|
- <td id="printDisposalSituation" colspan="5"></td>
|
|
247
|
|
- </tr>
|
|
248
|
|
- <tr>
|
|
249
|
|
- <td width="15%" height="130px">通知单位</td>
|
|
250
|
|
- <td id="printNotificationUnit" width="15%"></td>
|
|
251
|
|
- <td width="15%">被通知单位人员</td>
|
|
252
|
|
- <td id="printNotifiedUnitPersonnel" width="15%"></td>
|
|
253
|
|
- <td width="15%">接访人员签名</td>
|
|
254
|
|
- <td id="printSignatureInterviewer" width="15%"></td>
|
|
255
|
|
- </tr>
|
|
|
214
|
+ <tr>
|
|
|
215
|
+ <td width="20%" height="50px">登记编号</td>
|
|
|
216
|
+ <td width="30%" id="printRegisterCode"></td>
|
|
|
217
|
+ <td width="20%">登记类型</td>
|
|
|
218
|
+ <td width="30%" id="printType"></td>
|
|
|
219
|
+ </tr>
|
|
|
220
|
+ <tr>
|
|
|
221
|
+ <td>姓名</td>
|
|
|
222
|
+ <td id="printName"></td>
|
|
|
223
|
+ </tr>
|
|
|
224
|
+ <tr>
|
|
|
225
|
+ <td height="50px">性别</td>
|
|
|
226
|
+ <td id="printSex"></td>
|
|
|
227
|
+ <td>省</td>
|
|
|
228
|
+ <td id="printProvince"></td>
|
|
|
229
|
+ <td>市</td>
|
|
|
230
|
+ <td id="printCity"></td>
|
|
|
231
|
+ </tr>
|
|
|
232
|
+ <tr>
|
|
|
233
|
+ <td height="50px">县/区</td>
|
|
|
234
|
+ <td id="printCounty"></td>
|
|
|
235
|
+ <td>详细地址</td>
|
|
|
236
|
+ <td id="printAddress"></td>
|
|
|
237
|
+ <td>被投诉单位</td>
|
|
|
238
|
+ <td id="printComplained"></td>
|
|
|
239
|
+ </tr>
|
|
|
240
|
+ <tr>
|
|
|
241
|
+ <td height="50px">被投诉单位所属办事处</td>
|
|
|
242
|
+ <td id="printComplainedUnitOffice"></td>
|
|
|
243
|
+ <td>投诉案件承办人</td>
|
|
|
244
|
+ <td id="printComplaintUndertaker"></td>
|
|
|
245
|
+ <td>咨询问题级别</td>
|
|
|
246
|
+ <td id="printQuestionLevel"></td>
|
|
|
247
|
+ </tr>
|
|
|
248
|
+ <tr>
|
|
|
249
|
+ <td height="50px">咨询问题类型</td>
|
|
|
250
|
+ <td id="printQuestionType"></td>
|
|
|
251
|
+ <td>市民分类</td>
|
|
|
252
|
+ <td id="printCitizenClassification"></td>
|
|
|
253
|
+ <td>是否立案</td>
|
|
|
254
|
+ <td id="printPutRecord"></td>
|
|
|
255
|
+ </tr>
|
|
|
256
|
+ <tr>
|
|
|
257
|
+ <td height="50px">登记内容/投诉事项</td>
|
|
|
258
|
+ <td id="printContent"></td>
|
|
|
259
|
+ <td >来电备注</td>
|
|
|
260
|
+ <td id="printRemark"></td>
|
|
|
261
|
+ <td>登记人</td>
|
|
|
262
|
+ <td id="printCreateBy"></td>
|
|
|
263
|
+ </tr>
|
|
|
264
|
+ <tr>
|
|
|
265
|
+ <td height="50px">登记时间</td>
|
|
|
266
|
+ <td id="printCreateOn"></td>
|
|
|
267
|
+ </tr>
|
|
256
|
268
|
</table>
|
|
257
|
269
|
</div>
|
|
258
|
270
|
<!--endprint1-->
|
|
|
@@ -264,29 +276,42 @@
|
|
264
|
276
|
</div>
|
|
265
|
277
|
|
|
266
|
278
|
<script>
|
|
267
|
|
- var CallID = helper.request.queryString("CallID");
|
|
268
|
|
-
|
|
|
279
|
+ var id = helper.request.queryString("ids");
|
|
269
|
280
|
$(document).ready(function () {
|
|
270
|
|
- getRegisterDetailByCallId()
|
|
|
281
|
+ getRegisterDetailById()
|
|
271
|
282
|
})
|
|
272
|
|
- //通过callid获取详情
|
|
273
|
|
- function getRegisterDetailByCallId() {
|
|
274
|
|
- $.get(huayi.config.callcenter_url + 'RegRecords/GetCallidDetails', {
|
|
275
|
|
- callid: CallID,
|
|
276
|
|
- "token": $.cookie("token")
|
|
|
283
|
+ //通过id获取详情
|
|
|
284
|
+ function getRegisterDetailById() {
|
|
|
285
|
+ $.get(huayi.config.callcenter_url + 'RegRecords/GetDetails', {
|
|
|
286
|
+ "token": $.cookie("token"),
|
|
|
287
|
+ id: id,
|
|
277
|
288
|
}, function(result) {
|
|
278
|
289
|
result = $.parseJSON(result);
|
|
279
|
290
|
if(result.state.toLowerCase() == "success") {
|
|
280
|
291
|
var con = result.data.model;
|
|
281
|
|
- var conCus = result.data.cusmodel
|
|
282
|
|
- $("#printName").text(con.F_userName); //姓名
|
|
283
|
|
- $("#printPhone").text(con.F_userPhone); //电话
|
|
284
|
|
- $("#printSex").text(con.F_userSex); //性别
|
|
285
|
|
- $("#printIDCardAddress").text(con.F_userProvince + con.F_userCity + con.F_userArea + con.F_userAddress) //地址
|
|
286
|
|
- $("#printNotificationUnit").text(con.F_Unit); //被投诉单位
|
|
287
|
|
- $("#printMainAppeal").text(con.F_Content); //登记内容/投诉事项
|
|
288
|
|
- $("#printSignatureInterviewer").text(con.F_CreateBy); //登记人
|
|
289
|
|
- $("#printDateVisit").text(con.F_CreateOn); //登记时间
|
|
|
292
|
+ var conCus = result.data.cusmodel
|
|
|
293
|
+ $("#printRegisterCode").text(con.F_RecCode)
|
|
|
294
|
+ $("#printType").text(formatterRegisterType(con.F_Type)); //登记类型
|
|
|
295
|
+ $("#printName").text(con.F_userName); //姓名
|
|
|
296
|
+ $("#printPhone").text(con.F_userPhone); //电话
|
|
|
297
|
+ $("#printSex").text(con.F_userSex); //性别
|
|
|
298
|
+ $("#printProvince").text(con.F_userProvince); //省
|
|
|
299
|
+ $("#printCity").text(con.F_userCity); //市
|
|
|
300
|
+ $("#printCounty").text(con.F_userArea); //县/区
|
|
|
301
|
+ $("#printAddress").text(con.F_userAddress); //详细地址
|
|
|
302
|
+ $("#printComplained").text(con.F_Unit); //被投诉单位
|
|
|
303
|
+ $("#printContent").text(con.F_Content); //登记内容/投诉事项
|
|
|
304
|
+ $("#printRemark").text(con.F_Remark); //备注
|
|
|
305
|
+ $("#printCreateBy").text(con.F_CreateBy); //登记人
|
|
|
306
|
+ $("#printCreateOn").text(con.F_CreateOn); //登记时间
|
|
|
307
|
+ $("#printComplainedUnitOffice").text(con.F_UnitOffice); //投诉单位办事处
|
|
|
308
|
+ $("#printComplaintUndertaker").text(con.F_CaseParty); //投诉案件承办人
|
|
|
309
|
+ $("#printQuestionLevel").text(con.F_CaseParty); //咨询问题级别
|
|
|
310
|
+ $("#printQuestionType").text(con.F_ProblemTypeB); //咨询问题类型
|
|
|
311
|
+ $("#printCitizenClassification").text(con.F_CitizensType); //市民分类
|
|
|
312
|
+ $("#printPutRecord").text(con.F_PutRecord); //是否立案
|
|
|
313
|
+
|
|
|
314
|
+ // $("#printIDCardAddress").text(con.F_userProvince + con.F_userCity + con.F_userArea + con.F_userAddress) //地址
|
|
290
|
315
|
}
|
|
291
|
316
|
})
|
|
292
|
317
|
}
|
|
|
@@ -303,7 +328,6 @@
|
|
303
|
328
|
$(".export").attr('href', url);
|
|
304
|
329
|
});
|
|
305
|
330
|
function preview(oper) {
|
|
306
|
|
- //debugger;
|
|
307
|
331
|
if(oper < 5) {
|
|
308
|
332
|
bdhtml = window.document.body.innerHTML; //获取当前页的html代码
|
|
309
|
333
|
sprnstr = "<!--startprint" + oper + "-->"; //设置打印开始区域
|
|
|
@@ -321,7 +345,6 @@
|
|
321
|
345
|
window.print();
|
|
322
|
346
|
}
|
|
323
|
347
|
}
|
|
324
|
|
-
|
|
325
|
348
|
</script>
|
|
326
|
349
|
</body>
|
|
327
|
350
|
|