d123 %!s(int64=8) %!d(string=před) roky
rodič
revize
df4c463b32

+ 20 - 20
WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -247,7 +247,6 @@
247 247
 							isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
248 248
 							result: $('#result').val(),
249 249
 							keys: $("#keys").val(), //=关键词id(多个用英文逗号,隔开)
250
-							splituser: 5, //分管领导id(多个用英文逗号,隔开)
251 250
 							type: $("#type").val(), //=类型
252 251
 							isprotect: $(' input[name="mj"]:checked ').val(), //=(0普通1保密)
253 252
 							level: $('#level').val(), //=(1普通2紧急3特急)
@@ -255,7 +254,7 @@
255 254
 							token: $.cookie("token")
256 255
 						},
257 256
 						success: function(data) {
258
-								Clean();
257
+							Clean();
259 258
 							layer.msg("创建工单成功");
260 259
 
261 260
 						}
@@ -377,26 +376,27 @@
377 376
 					}
378 377
 				})
379 378
 			}
379
+
380 380
 			function Clean() {
381
-		
382
-		$("#cusname").val(''); //=投诉人姓名
383
-		$("#cussex").val('');
384
-		$("#cusphone").val(''); //=投诉人电话
385
-		$("#email").val('');
386
-		$("#zipcode").val('');
387
-		$("#conphone").val('');
388
-		$("#title").val('');
389
-		$("#content").val('');
390
-		$("#sourcearea").val(); //=事发地域id
391
-		$('#sourceaddress').val(''); //=事发详细地址
392
-		 $("input[name='baomi'][value='1']").prop("checked", true) //=(0转办1直办)
393
-		 $("#type option:first").prop("selected", 'selected');
394
-		 $("#level option:first").prop("selected", 'selected');
395
-		 $("#keys option:first").prop("selected", 'selected');
396
-		 $("#sourcearea option:first").prop("selected", 'selected');
397
-		$('#result').val('');
398 381
 
399
-	}
382
+				$("#cusname").val(''); //=投诉人姓名
383
+				$("#cussex").val('');
384
+				$("#cusphone").val(''); //=投诉人电话
385
+				$("#email").val('');
386
+				$("#zipcode").val('');
387
+				$("#conphone").val('');
388
+				$("#title").val('');
389
+				$("#content").val('');
390
+				$("#sourcearea").val(); //=事发地域id
391
+				$('#sourceaddress').val(''); //=事发详细地址
392
+				$("input[name='baomi'][value='1']").prop("checked", true) //=(0转办1直办)
393
+				$("#type option:first").prop("selected", 'selected');
394
+				$("#level option:first").prop("selected", 'selected');
395
+				$("#keys option:first").prop("selected", 'selected');
396
+				$("#sourcearea option:first").prop("selected", 'selected');
397
+				$('#result').val('');
398
+
399
+			}
400 400
 		</script>
401 401
 	</body>
402 402
 

+ 4 - 21
WebUI/CallCenterWeb.UI/CommonHtml/Cb.html

@@ -12,14 +12,6 @@
12 12
 		<div class="Common">
13 13
 		<table  >
14 14
 			<tr>
15
-				<th class="Importent">
16
-					重办类型:
17
-				  <td>
18
-				  	<input type="radio" name"ducha"  value="1"/>督办
19
-				  		<input type="radio" name"ducha"  value="2"/>监察
20
-				  </td>
21
-				
22
-				</th>
23 15
 				<th>
24 16
 					  重办超时时间:
25 17
 				  <td>
@@ -29,13 +21,13 @@
29 21
 			</tr>
30 22
 			</tr>
31 23
 			<tr>
32
-				<th class="Importent">督办内容:</th>
24
+				<th class="Importent">督办意见:</th>
33 25
 					<td colspan="7"><textarea id="result" name="" rows="" cols=""></textarea></td>
34 26
 			</tr>
35 27
 		</table>
36 28
 		<div class="btn_box">
37 29
 			<button class="btns BC">保存</button>
38
-			<button class="btns Submit">保存并提交回访</button>
30
+
39 31
 		</div>
40 32
 		</div>
41 33
 		 <script src="../css/laydate/laydate.js"></script>
@@ -47,25 +39,17 @@
47 39
                 event: 'focus'
48 40
             });
49 41
 			var wid = helper.request.queryString("wid");
50
-				var State;
51 42
 			$(document).ready(function() {
52 43
 				$('.BC').click(function() {
53 44
 					if($('#result').val()==""){
54 45
 						layer.msg("内容不能为空");
55 46
 					}else{
56
-						State = 0;
47
+						
57 48
 					JA();
58 49
 					}
59 50
 					
60 51
 				})
61
-				$('.Submit').click(function() {
62
-					if($('#result').val()==""){
63
-						layer.msg("内容不能为空");
64
-					}else{
65
-						State = 1;
66
-					JA();
67
-					}
68
-				})
52
+
69 53
 			});
70 54
 			//重办
71 55
 			function JA() {
@@ -73,7 +57,6 @@
73 57
 					workorderid: wid,
74 58
 				newlimittime:$("#startTime").val(),
75 59
 					overseeopinion:$("#result").val(),
76
-					type: $('input[name="ducha"]:checked ').val(),
77 60
 					token: $.cookie("token")
78 61
 				}, function(result) {
79 62
 					result = JSON.parse(result);

+ 7 - 6
WebUI/CallCenterWeb.UI/CommonHtml/PrintPreview-1.html

@@ -70,12 +70,12 @@
70 70
         }
71 71
        }) 
72 72
         function preview(oper) {
73
-            if (oper < 10) {
73
+            if (oper < 5) {
74 74
                 bdhtml = window.document.body.innerHTML; //获取当前页的html代码
75 75
                 sprnstr = "<!--startprint" + oper + "-->"; //设置打印开始区域
76 76
                 eprnstr = "<!--endprint" + oper + "-->"; //设置打印结束区域
77 77
                 prnhtml = bdhtml.substring(bdhtml.indexOf(sprnstr) + 18); //从开始代码向后取html
78
-				 print.portrait   =  false    ;//横向打印
78
+				 print.portrait   =  true    ;//横向打印
79 79
                 prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); //从结束代码向前取html
80 80
                 window.document.body.innerHTML = prnhtml;
81 81
                 window.print();
@@ -144,6 +144,7 @@
144 144
     <div id="main">
145 145
         <!--startprint1-->
146 146
         <div class="alignC">
147
+<br />
147 148
             <h2 style="margin-bottom: 20px;">
148 149
                   商丘市12345政府服务热线办公室工作交办单
149 150
             </h2>
@@ -207,7 +208,7 @@
207 208
                     
208 209
                     
209 210
                 </tr> -->
210
-                <tr style="height: 150px;">
211
+                <tr style="height: 200px;">
211 212
                     <td class="style1">
212 213
                         &nbsp;内容摘要
213 214
                     </td>
@@ -217,7 +218,7 @@
217 218
                 </tr>
218 219
 				
219 220
                
220
-                <tr style="height: 150px;">
221
+                <tr style="height: 200px;">
221 222
                     <td>
222 223
                         <span >交办意见</span>
223 224
                     </td>
@@ -227,7 +228,7 @@
227 228
                         <br>
228 229
                     </td>
229 230
                 </tr>
230
-                <tr style="height: 150px;">
231
+                <tr style="height: 200px;">
231 232
                     <td>
232 233
                         <span >领导批示</span>
233 234
                     </td>
@@ -240,7 +241,7 @@
240 241
                     <td>
241 242
                         处理结果
242 243
                     </td>
243
-                    <td class="style4" colspan="7" style="height: 150px;">
244
+                    <td class="style4" colspan="7" style="height: 200px;">
244 245
                         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
245 246
                         <span class="bljg"></span>
246 247
                         &nbsp;

+ 1 - 1
WebUI/CallCenterWeb.UI/CommonHtml/Timesq.html

@@ -16,7 +16,7 @@
16 16
 				<td > <input type="text" id="startTime" class="laydate-icon" style="height: 32px;"></td>
17 17
 			</tr>
18 18
 			<tr>
19
-				<th class="Importent">申请原因:</th>
19
+				<th class="Importent">申请延时原因:</th>
20 20
 				<td colspan="2">
21 21
 					<textarea id="reason" name="" rows="" cols=""></textarea>
22 22
 				</td>

+ 1 - 1
WebUI/CallCenterWeb.UI/CommonHtml/banli.html

@@ -112,7 +112,7 @@
112 112
 						var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
113 113
 						parent.layer.close(index); //再执行关闭
114 114
 						parent.load();
115
-						parent.layer.msg("办成功");
115
+						parent.layer.msg("办成功");
116 116
 
117 117
 					}
118 118
 				})

+ 27 - 11
WebUI/CallCenterWeb.UI/CommonHtml/shTime.html

@@ -5,18 +5,34 @@
5 5
     <script src="../Script/Common/huayi.load.js"></script>
6 6
     <script src="../Script/Common/huayi.config.js"></script>
7 7
     <link href="../css/layer/need/layer.css" />
8
-    <link rel="stylesheet" href="../css/init.css" />
8
+    <link rel="stylesheet" href="../css/init.css" />    
9 9
     		   <title>审核延时申请</title>
10
+    		   <style>
11
+    		   	.SQtime{
12
+    		   		width: 100%;
13
+    display: block;
14
+    height: 32px;
15
+    		   	}
16
+    		   </style>
10 17
 	</head>
11 18
 	<body>
12 19
 		<div class="Common">
13 20
 		<table >
14 21
 			<tr>
22
+				<th class="Importent">原超时时间:</th>
23
+				<td > <input type="text" id="startTime"  readonly="readonly" style="height: 32px;"></td>
24
+			</tr>
25
+			<tr>
26
+				<th class="Importent">申请延时原因:</th>
27
+				<td > <span class="SQtime"></span></td>
28
+			</tr>
29
+			<tr>
30
+				
15 31
 				<th class="Importent">申请超时时间:</th>
16
-				<td > <input type="text" id="startTime" class="laydate-icon" style="height: 32px;"></td>
32
+				<td > <input type="text" id="endtime" class="laydate-icon" style="height: 32px;"></td>
17 33
 			</tr>
18 34
 			<tr>
19
-				<th class="Importent">审核原因:</th>
35
+				<th class="Importent">审核意见:</th>
20 36
 				<td colspan="2">
21 37
 					<textarea id="reason" name="" rows="" cols=""></textarea>
22 38
 				</td>
@@ -33,7 +49,7 @@
33 49
 		   	laydate.skin('blue');
34 50
 
35 51
             laydate({
36
-                elem: '#startTime',
52
+                elem: '#endtime',
37 53
                 event: 'focus'
38 54
             });
39 55
             var wid = helper.request.queryString("wid");
@@ -45,7 +61,7 @@
45 61
 					JA();
46 62
 				})
47 63
 				$(".Noagree").click(function(){
48
-					type=2;
64
+					type=2;	
49 65
 					JA();
50 66
 				})
51 67
 			})
@@ -54,8 +70,8 @@
54 70
 				$.post(huayi.config.callcenter_url + 'WorkOrder/AuditDelayWorkOrder', {
55 71
 					workorderid: wid,
56 72
 					reason:$("#reason").val(),
57
-					newlimittime:$("#startTime").val(),
58
-					type:type,
73
+					newlimittime:$("#endtime").val(),
74
+					state:type,
59 75
 					delayid:$("#delayid").val(),
60 76
 					"token": $.cookie("token")
61 77
 				}, function(result) {
@@ -65,14 +81,14 @@
65 81
 					var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
66 82
                     parent.layer.close(index); //再执行关闭
67 83
 						  parent.load();
68
-						  parent.layer.msg("申请延时成功");
84
+						  parent.layer.msg("审核延时成功");
69 85
                   	
70 86
 					}
71 87
 				})
72 88
 			}
73 89
 			//获取数据
74 90
 			function HQ(){
75
-				$.getJSON(huayi.config.callcenter_url + 'workorder/GetAuditInfo', {
91
+				$.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetAuditInfo', {
76 92
 					workorderid:wid,
77 93
 					type:2,
78 94
 					"token": $.cookie("token")
@@ -82,8 +98,8 @@
82 98
 //						$("#reason").val(result.data[0].F_Result);
83 99
 						$("#delayid").val(result.data[0].F_Id);
84 100
 						$("#startTime").val(result.data[0].F_OldTime);
85
-						$("#reason").val(result.data[0]. F_Reason);
86
-				   console.log(result);
101
+						$("#endtime").val(result.data[0].F_NewTime);
102
+						$(".SQtime").text(result.data[0].F_Reason);
87 103
                   	
88 104
 					}
89 105
 				})

+ 19 - 6
WebUI/CallCenterWeb.UI/CommonHtml/shth.html

@@ -8,16 +8,29 @@
8 8
 		<link href="../css/layer/need/layer.css" />
9 9
 		<link rel="stylesheet" href="../css/init.css" />
10 10
 		<title>审核退回申请</title>
11
+		<style>
12
+			#reason{
13
+				width: 100%;
14
+    display: block;
15
+    height: 32px;
16
+			}
17
+		</style>
11 18
 	</head>
12 19
 
13 20
 	<body>
14 21
 		<div class="Common">
15 22
 			<table>
16 23
 				<tr>
17
-					<th class="Importent">审核原因:</th>
18
-					<td colspan="2"><textarea  id="reason" name="" rows="" cols=""></textarea></td>
24
+					<th class="Importent">申请原因:</th>
25
+					<td colspan="2">
26
+						<span id="reason" name="" rows="" cols=""></span>
27
+					</td>
19 28
 					<input type="hidden" id="delayid"/>
20 29
 				</tr>
30
+				<tr>
31
+					<th class="Importent">审核意见:</th>
32
+					<td colspan="2"><textarea  id="Reason" name="" rows="" cols=""></textarea></td>
33
+				</tr>
21 34
 			</table>
22 35
 			<div class="btn_box">
23 36
 				<button class="btns Agree">同意</button>
@@ -43,7 +56,7 @@
43 56
 			function JA() {
44 57
 				$.post(huayi.config.callcenter_url + 'WorkOrder/AuditRebackWorkOrder', {
45 58
 					workorderid: wid,
46
-					reason:$("#reason").val(),
59
+					reason:$("#Reason").val(),
47 60
 					state:state,
48 61
 					rebackid:$("#delayid").val(),
49 62
 					"token": $.cookie("token")
@@ -54,21 +67,21 @@
54 67
 					var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
55 68
                     parent.layer.close(index); //再执行关闭
56 69
 						  parent.load();
57
-						  parent.layer.msg("操作成功");
70
+						  parent.layer.msg("审核退回成功");
58 71
                   	
59 72
 					}
60 73
 				})
61 74
 			}
62 75
 			//获取数据
63 76
 			function HQ(){
64
-				$.getJSON(huayi.config.callcenter_url + 'workorder/GetAuditInfo', {
77
+				$.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetAuditInfo', {
65 78
 					workorderid:wid,
66 79
 					type:1,
67 80
 					"token": $.cookie("token")
68 81
 				}, function(result) {
69 82
 //					result = JSON.parse(result);
70 83
 					if(result.state.toLowerCase() == "success") {
71
-						$("#reason").val(result.data[0].F_Result);
84
+						$("#reason").text(result.data[0].F_Result);
72 85
 						$("#delayid").val(result.data[0].F_Id);
73 86
 				   console.log(result);
74 87
                   	

+ 3 - 3
WebUI/CallCenterWeb.UI/CommonHtml/tuihuisq.html

@@ -15,7 +15,7 @@
15 15
 			<table>
16 16
 
17 17
 				<tr>
18
-					<th class="Importent">退回原因:</th>
18
+					<th class="Importent">申请退回原因:</th>
19 19
 					<td colspan="2"><textarea  id="backreason" name="" rows="" cols=""></textarea></td>
20 20
 				</tr>
21 21
 			</table>
@@ -28,7 +28,7 @@
28 28
 			var wid = helper.request.queryString("wid");
29 29
 			$(document).ready(function() {
30 30
 				$(".btns").click(function(){
31
-					if($("#backreaso").val()==''){
31
+					if($("#backreason").val()==''){
32 32
 						layer.msg("退回原因不为空");
33 33
 					}else {
34 34
 					  JA();	
@@ -48,7 +48,7 @@
48 48
 					var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
49 49
                     parent.layer.close(index); //再执行关闭
50 50
 						  parent.load();
51
-						  parent.layer.msg("操作成功");
51
+						  parent.layer.msg("申请退回成功");
52 52
                   	
53 53
 					}
54 54
 				})