Explorar el Código

工单办理结果填写

liuyifan %!s(int64=6) %!d(string=hace) años
padre
commit
9b8306bd4b

+ 9 - 0
WebSite/.project

@@ -51,5 +51,14 @@
51 51
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
52 52
 			</matcher>
53 53
 		</filter>
54
+		<filter>
55
+			<id>1577781518323</id>
56
+			<name></name>
57
+			<type>26</type>
58
+			<matcher>
59
+				<id>org.eclipse.ui.ide.multiFilter</id>
60
+				<arguments>1.0-name-matches-false-false-node_modules</arguments>
61
+			</matcher>
62
+		</filter>
54 63
 	</filteredResources>
55 64
 </projectDescription>

+ 9 - 0
WebUI/CallCenterWeb.UI/.project

@@ -69,5 +69,14 @@
69 69
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
70 70
 			</matcher>
71 71
 		</filter>
72
+		<filter>
73
+			<id>1577781486344</id>
74
+			<name></name>
75
+			<type>26</type>
76
+			<matcher>
77
+				<id>org.eclipse.ui.ide.multiFilter</id>
78
+				<arguments>1.0-name-matches-false-false-node_modules</arguments>
79
+			</matcher>
80
+		</filter>
72 81
 	</filteredResources>
73 82
 </projectDescription>

+ 4 - 2
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -623,6 +623,7 @@
623 623
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
624 624
                 if (html1) {
625 625
                     html1 = html1.replace("data", val);
626
+                    html1 = html1.replace("isProtect", row.F_IsProtect);
626 627
                 }
627 628
                 html += html1;
628 629
 
@@ -759,10 +760,11 @@
759 760
             });
760 761
         }
761 762
         //办理
762
-        function bl(str) {
763
+        function bl(str, isProtect) {
764
+        	console.log("isProtect2222",isProtect)
763 765
             layer.open({
764 766
                 type: 2,
765
-                content: "../CommonHtml/banli.html?wid=" + str, //iframe的url,no代表不显示滚动条
767
+                content: "../CommonHtml/banli.html?wid=" + str + "&isProtect=" + isProtect, //iframe的url,no代表不显示滚动条
766 768
                 title: '办理工单',
767 769
                 area: ['60%', '80%'], //宽高
768 770
             });

+ 3 - 2
WebUI/CallCenterWeb.UI/Business/WorkDC.html

@@ -642,6 +642,7 @@
642 642
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
643 643
                 if (html1) {
644 644
                     html1 = html1.replace("data", val);
645
+                    html1 = html1.replace("isProtect", row.F_IsProtect);
645 646
                 }
646 647
                 html += html1;
647 648
 
@@ -731,10 +732,10 @@
731 732
             });
732 733
         }
733 734
         //办理
734
-        function bl(str) {
735
+        function bl(str, isProtect) {
735 736
             layer.open({
736 737
                 type: 2,
737
-                content: "../CommonHtml/banli.html?wid=" + str, //iframe的url,no代表不显示滚动条
738
+                content: "../CommonHtml/banli.html?wid=" + str + "&isProtect=" + isProtect, //iframe的url,no代表不显示滚动条
738 739
                 title: '办理工单',
739 740
                 area: ['60%', '80%'], //宽高
740 741
             });

+ 3 - 2
WebUI/CallCenterWeb.UI/Business/WorkDCCO.html

@@ -594,6 +594,7 @@
594 594
 					var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
595 595
 					if(html1) {
596 596
 						html1 = html1.replace("data", val);
597
+	                    html1 = html1.replace("isProtect", row.F_IsProtect);
597 598
 					}
598 599
 					html += html1;
599 600
 
@@ -683,10 +684,10 @@
683 684
 				});
684 685
 			}
685 686
 			//办理
686
-			function bl(str) {
687
+			function bl(str, isProtect) {
687 688
 				layer.open({
688 689
 					type: 2,
689
-					content: "../CommonHtml/banli.html?wid=" + str, //iframe的url,no代表不显示滚动条
690
+					content: "../CommonHtml/banli.html?wid=" + str + "&isProtect=" + isProtect, //iframe的url,no代表不显示滚动条
690 691
 					title: '办理工单',
691 692
 					area: ['60%', '80%'], //宽高
692 693
 				});

+ 3 - 2
WebUI/CallCenterWeb.UI/Business/WorkDC_EJ.html

@@ -642,6 +642,7 @@
642 642
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
643 643
                 if (html1) {
644 644
                     html1 = html1.replace("data", val);
645
+                    html1 = html1.replace("isProtect", row.F_IsProtect);
645 646
                 }
646 647
                 html += html1;
647 648
 
@@ -731,10 +732,10 @@
731 732
             });
732 733
         }
733 734
         //办理
734
-        function bl(str) {
735
+        function bl(str, isProtect) {
735 736
             layer.open({
736 737
                 type: 2,
737
-                content: "../CommonHtml/banli_zilei.html?wid=" + str, //iframe的url,no代表不显示滚动条
738
+                content: "../CommonHtml/banli_zilei.html?wid=" + str + "&isProtect=" + isProtect, //iframe的url,no代表不显示滚动条
738 739
                 title: '办理工单',
739 740
                 area: ['60%', '80%'], //宽高
740 741
             });

+ 3 - 2
WebUI/CallCenterWeb.UI/Business/WorkDC_Three.html

@@ -642,6 +642,7 @@
642 642
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
643 643
                 if (html1) {
644 644
                     html1 = html1.replace("data", val);
645
+                    html1 = html1.replace("isProtect", row.F_IsProtect);
645 646
                 }
646 647
                 html += html1;
647 648
 
@@ -731,10 +732,10 @@
731 732
             });
732 733
         }
733 734
         //办理
734
-        function bl(str) {
735
+        function bl(str, isProtect) {
735 736
             layer.open({
736 737
                 type: 2,
737
-                content: "../CommonHtml/banli_zilei.html?wid=" + str, //iframe的url,no代表不显示滚动条
738
+                content: "../CommonHtml/banli_zilei.html?wid=" + str + "&isProtect=" + isProtect, //iframe的url,no代表不显示滚动条
738 739
                 title: '办理工单',
739 740
                 area: ['60%', '80%'], //宽高
740 741
             });

+ 130 - 9
WebUI/CallCenterWeb.UI/CommonHtml/XGBL.html

@@ -33,6 +33,73 @@
33 33
 					<td> <input  id="dealman" type="text"  style="height: 32px;"></td>
34 34
 				</tr>
35 35
 				<tr>
36
+					<th class="Importent">办理内容:</th>
37
+					<td><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
38
+					<input type="hidden" id="ID"/>
39
+				</tr>
40
+	            <tr>
41
+	            	<th>是否有处理结果:</th>
42
+	            	<td id="isProResultRadio" style="font-size: 12px">
43
+	            		<label style="margin-right: 10px">
44
+	                    	<input type="radio" value="0" name="isDisposeResult" style="vertical-align: -2px;" checked="checked" />默认
45
+	            		</label>
46
+						<label style="margin-right: 10px">
47
+	                    	<input type="radio" value="1" name="isDisposeResult" style="vertical-align: -2px;" />是
48
+						</label>
49
+	            		<label>
50
+	                    	<input type="radio" value="2" name="isDisposeResult" style="vertical-align: -2px;" />否
51
+	            		</label>
52
+	            	</td>
53
+	            </tr>
54
+	            <tr class="prosituation-wrapper">
55
+	            	<th>处理方案/进程:</th>
56
+	            	<td>
57
+	                	<textarea data-adaptheight id="prosituation" name="" rows="6" cols="" ></textarea>
58
+	            	</td>
59
+	            </tr>
60
+	            <tr class="annotation-wrapper">
61
+	            	<th style="color:#FF0000;">注释:</th>
62
+	            	<td style="color:#FF0000">请提交加盖单位公章的相关说明文件</td>
63
+	            </tr>
64
+	            <tr class="dealcontact-wrapper">
65
+	            	<th>联系方式:</th>
66
+	            	<td>
67
+	            		<input type="text" id="dealcontact">
68
+	            	</td>
69
+	            </tr>
70
+	            <tr class="connecttime-wrapper">
71
+	            	<th>沟通时间:</th>
72
+	            	<td>
73
+	            		<input type="text" id="connecttime">
74
+	            	</td>
75
+	            </tr>
76
+	            <tr class="connectmode-wrapper">
77
+	            	<th>沟通方式:</th>
78
+	            	<td>
79
+	            		<input type="text" id="connectmode">
80
+	            	</td>
81
+	            </tr>
82
+	            <tr class="replycontent-wrapper">
83
+	            	<th>答复内容:</th>
84
+	            	<td>
85
+	            		<input type="text" id="replycontent">
86
+	            	</td>
87
+	            </tr>
88
+	            <tr class="isstaisfied-wrapper">
89
+	            	<th>是否满意:</th>
90
+	            	<td id="isStaisfiedRadio" style="font-size: 12px">
91
+						<label style="margin-right: 10px;">
92
+	                    	<input type="radio" value="1" name="isstaisfied" style="vertical-align: -2px;" checked="checked" />满意
93
+						</label>
94
+	            		<label style="margin-right: 10px;">
95
+	                    	<input type="radio" value="2" name="isstaisfied" style="vertical-align: -2px;" />基本满意
96
+	            		</label>
97
+	            		<label style="margin-right: 10px;">
98
+	                    	<input type="radio" value="3" name="isstaisfied" style="vertical-align: -2px;" />不满意
99
+	            		</label>
100
+	            	</td>
101
+	            </tr>
102
+				<tr>
36 103
 					<th class="Importent">附件:</th>
37 104
 					<td> 
38 105
 						<span class="fjnr"></span>
@@ -45,12 +112,6 @@
45 112
                         </span>
46 113
 					</td>
47 114
 				</tr>
48
-				<tr>
49
-					<th class="Importent">办理内容:</th>
50
-					<td><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
51
-					<input type="hidden" id="ID"/>
52
-				</tr>
53
-
54 115
 			</table>
55 116
 			<div class="btn_box">
56 117
 				<button class="btns BC">保存</button>
@@ -61,9 +122,10 @@
61 122
 		<script src="../js/adjustHeight.js" ></script>
62 123
 		<script>
63 124
 			var wid = helper.request.queryString("wid");
64
-				var State;
65
-				var a=$("#ID").val()		
66
-					Detail();	
125
+        	var isProtect = helper.request.queryString("isProtect");
126
+			var State;
127
+			var a=$("#ID").val()		
128
+				Detail();	
67 129
 			$(document).ready(function() {
68 130
 				
69 131
 			//上传附件
@@ -98,6 +160,58 @@
98 160
 						JA();
99 161
 					}
100 162
 				})
163
+				$(".prosituation-wrapper").hide(); //处理方案/进程
164
+				$(".annotation-wrapper").hide(); //注释
165
+				$(".dealcontact-wrapper").hide(); //联系方式
166
+				$(".connecttime-wrapper").hide(); //沟通时间
167
+				$(".connectmode-wrapper").hide(); //沟通方式
168
+				$(".replycontent-wrapper").hide(); //答复内容
169
+				$(".isstaisfied-wrapper").hide();  //是否满意
170
+				
171
+	            /*
172
+	             * 处理结果
173
+	             * 默认 0
174
+	             * 是 1
175
+	             * 否 2
176
+	             */
177
+				$('#isProResultRadio').find('input[type="radio"]').on('change', function() {
178
+						if($(this).val() === '0') {
179
+							$(".prosituation-wrapper").hide(); //处理方案/进程
180
+							$(".annotation-wrapper").hide(); //注释
181
+							$(".dealcontact-wrapper").hide(); //联系方式
182
+							$(".connecttime-wrapper").hide(); //沟通时间
183
+							$(".connectmode-wrapper").hide(); //沟通方式
184
+							$(".replycontent-wrapper").hide(); //答复内容
185
+							$(".isstaisfied-wrapper").hide();  //是否满意
186
+						} else if($(this).val() === '1') {
187
+							if (isProtect === "1" ) {
188
+								$(".prosituation-wrapper").hide(); //处理方案/进程
189
+								$(".annotation-wrapper").hide(); //注释
190
+								$(".dealcontact-wrapper").show(); //联系方式
191
+								$(".connecttime-wrapper").hide(); //沟通时间
192
+								$(".connectmode-wrapper").hide(); //沟通方式
193
+								$(".replycontent-wrapper").hide(); //答复内容
194
+								$(".isstaisfied-wrapper").hide();  //是否满意
195
+							} else if (isProtect === "0") {
196
+								$(".prosituation-wrapper").hide(); //处理方案/进程
197
+								$(".annotation-wrapper").hide(); //注释
198
+								$(".dealcontact-wrapper").hide(); //联系方式
199
+								$(".connecttime-wrapper").show(); //沟通时间
200
+								$(".connectmode-wrapper").show(); //沟通方式
201
+								$(".replycontent-wrapper").show(); //答复内容
202
+								$(".isstaisfied-wrapper").show();  //是否满意
203
+							}
204
+						} else if ($(this).val() === '2') {
205
+							$(".prosituation-wrapper").show(); //处理方案/进程
206
+							$(".annotation-wrapper").show(); //注释
207
+							$(".dealcontact-wrapper").hide(); //联系方式
208
+							$(".connecttime-wrapper").hide(); //沟通时间
209
+							$(".connectmode-wrapper").hide(); //沟通方式
210
+							$(".replycontent-wrapper").hide(); //答复内容
211
+							$(".isstaisfied-wrapper").hide();  //是否满意
212
+						}
213
+				});
214
+
101 215
 			});
102 216
 			//交办
103 217
 			function JA() {
@@ -105,6 +219,13 @@
105 219
 					workorderid: wid,
106 220
 					dealman: $("#dealman").val(), //办理人
107 221
 					result: $('#result').val(), //办理内容
222
+	                isproresult: $('#isProResultRadio input[name="isDisposeResult"]:checked').val(), //处理结果
223
+	                prosituation: $("#prosituation").val(), //处理方案/进程
224
+	                dealcontact: $("#dealcontact").val(), //联系方式
225
+	                connecttime: $("#connecttime").val(), //沟通时间
226
+	                connectmode: $("#connectmode").val(), //沟通方式
227
+	                replycontent: $("#replycontent").val(), //答复内容
228
+	                isstaisfied: $('#isStaisfiedRadio input[name="isstaisfied"]:checked').val(), //是否满意
108 229
 					state: State,
109 230
 					feedbackid:a,
110 231
 					files:$("#file").val(),

+ 141 - 20
WebUI/CallCenterWeb.UI/CommonHtml/banli.html

@@ -32,26 +32,9 @@
32 32
                 <td> <input id="dealman" type="text" style="height: 32px;"></td>
33 33
             </tr>
34 34
             <tr>
35
-                <th class="Importent">附件:</th>
36
-                <td>
37
-                    <div class="fileBox">
38
-                    </div>
39
-                    <!--<span class="fjnr"></span>-->
40
-                    <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
41
-                    <input class="input" type="button" value="上传" id="scwj" />
42
-                    <!--<input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />-->
43
-                    <input type="hidden" id="file" />
44
-                	<span style="color:#FF0000; border: none;">
45
-                    	(文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
46
-                    </span>
47
-                </td>
48
-            </tr>
49
-            <tr>
50 35
                 <th class="Importent">办理内容:</th>
51 36
                 <td>
52
-                	<textarea data-adaptheight id="result" name="" rows="8" cols="" >
53
-                	
54
-                </textarea>
37
+                	<textarea data-adaptheight id="result" name="" rows="6" cols="" ></textarea>
55 38
                 
56 39
 					       <!--20   年       月      日,               政务                  街道/        单位             部门
57 40
 					        接到12345热线工单(编号:                            ) 来电人反映的                            。经落实,具体情况回复如下:
@@ -65,7 +48,83 @@
65 48
                 </td>
66 49
                 <input type="hidden" id="ID" />
67 50
             </tr>
68
-
51
+            <tr>
52
+            	<th>是否有处理结果:</th>
53
+            	<td id="isProResultRadio" style="font-size: 12px">
54
+            		<label style="margin-right: 10px">
55
+                    	<input type="radio" value="0" name="isDisposeResult" style="vertical-align: -2px;" checked="checked" />默认
56
+            		</label>
57
+					<label style="margin-right: 10px">
58
+                    	<input type="radio" value="1" name="isDisposeResult" style="vertical-align: -2px;" />是
59
+					</label>
60
+            		<label>
61
+                    	<input type="radio" value="2" name="isDisposeResult" style="vertical-align: -2px;" />否
62
+            		</label>
63
+            	</td>
64
+            </tr>
65
+            <tr class="prosituation-wrapper">
66
+            	<th>处理方案/进程:</th>
67
+            	<td>
68
+                	<textarea data-adaptheight id="prosituation" name="" rows="6" cols="" ></textarea>
69
+            	</td>
70
+            </tr>
71
+            <tr class="annotation-wrapper">
72
+            	<th style="color:#FF0000;">注释:</th>
73
+            	<td style="color:#FF0000">请提交加盖单位公章的相关说明文件</td>
74
+            </tr>
75
+            <tr class="dealcontact-wrapper">
76
+            	<th>联系方式:</th>
77
+            	<td>
78
+            		<input type="text" id="dealcontact">
79
+            	</td>
80
+            </tr>
81
+            <tr class="connecttime-wrapper">
82
+            	<th>沟通时间:</th>
83
+            	<td>
84
+            		<input type="text" id="connecttime">
85
+            	</td>
86
+            </tr>
87
+            <tr class="connectmode-wrapper">
88
+            	<th>沟通方式:</th>
89
+            	<td>
90
+            		<input type="text" id="connectmode">
91
+            	</td>
92
+            </tr>
93
+            <tr class="replycontent-wrapper">
94
+            	<th>答复内容:</th>
95
+            	<td>
96
+            		<input type="text" id="replycontent">
97
+            	</td>
98
+            </tr>
99
+            <tr class="isstaisfied-wrapper">
100
+            	<th>是否满意:</th>
101
+            	<td id="isStaisfiedRadio" style="font-size: 12px">
102
+					<label style="margin-right: 10px;">
103
+                    	<input type="radio" value="1" name="isstaisfied" style="vertical-align: -2px;" checked="checked" />满意
104
+					</label>
105
+            		<label style="margin-right: 10px;">
106
+                    	<input type="radio" value="2" name="isstaisfied" style="vertical-align: -2px;" />基本满意
107
+            		</label>
108
+            		<label style="margin-right: 10px;">
109
+                    	<input type="radio" value="3" name="isstaisfied" style="vertical-align: -2px;" />不满意
110
+            		</label>
111
+            	</td>
112
+            </tr>
113
+            <tr class="files-wrappper">
114
+                <th class="Importent">附件:</th>
115
+                <td>
116
+                    <div class="fileBox">
117
+                    </div>
118
+                    <!--<span class="fjnr"></span>-->
119
+                    <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
120
+                    <input class="input" type="button" value="上传" id="scwj" />
121
+                    <!--<input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />-->
122
+                    <input type="hidden" id="file" />
123
+                	<span style="color:#FF0000; border: none;">
124
+                    	(文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
125
+                    </span>
126
+                </td>
127
+            </tr>
69 128
         </table>
70 129
         <div class="btn_box">
71 130
             <button class="btns BC">保存</button>
@@ -76,6 +135,8 @@
76 135
     <script src="../js/adjustHeight.js"></script>
77 136
     <script>
78 137
         var wid = helper.request.queryString("wid");
138
+        var isProtect = helper.request.queryString("isProtect");
139
+        console.log("isProtect1111",isProtect)
79 140
         var State;
80 141
         var a = $("#ID").val()
81 142
         Detail();
@@ -113,13 +174,73 @@
113 174
                     JA();
114 175
                 }
115 176
             })
177
+            
178
+			$(".prosituation-wrapper").hide(); //处理方案/进程
179
+			$(".annotation-wrapper").hide(); //注释
180
+			$(".dealcontact-wrapper").hide(); //联系方式
181
+			$(".connecttime-wrapper").hide(); //沟通时间
182
+			$(".connectmode-wrapper").hide(); //沟通方式
183
+			$(".replycontent-wrapper").hide(); //答复内容
184
+			$(".isstaisfied-wrapper").hide();  //是否满意
185
+			
186
+            /*
187
+             * 处理结果
188
+             * 默认 0
189
+             * 是 1
190
+             * 否 2
191
+             */
192
+			$('#isProResultRadio').find('input[type="radio"]').on('change', function() {
193
+					if($(this).val() === '0') {
194
+						$(".prosituation-wrapper").hide(); //处理方案/进程
195
+						$(".annotation-wrapper").hide(); //注释
196
+						$(".dealcontact-wrapper").hide(); //联系方式
197
+						$(".connecttime-wrapper").hide(); //沟通时间
198
+						$(".connectmode-wrapper").hide(); //沟通方式
199
+						$(".replycontent-wrapper").hide(); //答复内容
200
+						$(".isstaisfied-wrapper").hide();  //是否满意
201
+					} else if($(this).val() === '1') {
202
+						if (isProtect === "1" ) {
203
+							$(".prosituation-wrapper").hide(); //处理方案/进程
204
+							$(".annotation-wrapper").hide(); //注释
205
+							$(".dealcontact-wrapper").show(); //联系方式
206
+							$(".connecttime-wrapper").hide(); //沟通时间
207
+							$(".connectmode-wrapper").hide(); //沟通方式
208
+							$(".replycontent-wrapper").hide(); //答复内容
209
+							$(".isstaisfied-wrapper").hide();  //是否满意
210
+						} else if (isProtect === "0") {
211
+							$(".prosituation-wrapper").hide(); //处理方案/进程
212
+							$(".annotation-wrapper").hide(); //注释
213
+							$(".dealcontact-wrapper").hide(); //联系方式
214
+							$(".connecttime-wrapper").show(); //沟通时间
215
+							$(".connectmode-wrapper").show(); //沟通方式
216
+							$(".replycontent-wrapper").show(); //答复内容
217
+							$(".isstaisfied-wrapper").show();  //是否满意
218
+						}
219
+					} else if ($(this).val() === '2') {
220
+						$(".prosituation-wrapper").show(); //处理方案/进程
221
+						$(".annotation-wrapper").show(); //注释
222
+						$(".dealcontact-wrapper").hide(); //联系方式
223
+						$(".connecttime-wrapper").hide(); //沟通时间
224
+						$(".connectmode-wrapper").hide(); //沟通方式
225
+						$(".replycontent-wrapper").hide(); //答复内容
226
+						$(".isstaisfied-wrapper").hide();  //是否满意
227
+					}
228
+			});
229
+            
116 230
         });
117 231
         //交办
118 232
         function JA() {
119 233
             $.post(huayi.config.callcenter_url + 'WorkOrder/FeedBackWorkOrder', {
120 234
                 workorderid: wid,
121 235
                 dealman: $("#dealman").val(), //办理人
122
-                result: $('#result').val(), //办理内容
236
+                result: $("#result").val(), //办理内容
237
+                isproresult: $('#isProResultRadio input[name="isDisposeResult"]:checked').val(), //处理结果
238
+                prosituation: $("#prosituation").val(), //处理方案/进程
239
+                dealcontact: $("#dealcontact").val(), //联系方式
240
+                connecttime: $("#connecttime").val(), //沟通时间
241
+                connectmode: $("#connectmode").val(), //沟通方式
242
+                replycontent: $("#replycontent").val(), //答复内容
243
+                isstaisfied: $('#isStaisfiedRadio input[name="isstaisfied"]:checked').val(), //是否满意
123 244
                 state: State,
124 245
                 feedbackid: a,
125 246
                 files: $("#file").val(),

+ 127 - 6
WebUI/CallCenterWeb.UI/CommonHtml/banli_zilei.html

@@ -69,6 +69,74 @@
69 69
                 <td> <input id="dealman" type="text" style="height: 32px;"></td>
70 70
             </tr>
71 71
             <tr>
72
+                <th class="Importent">办理内容:</th>
73
+                <td><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
74
+                <input type="hidden" id="ID" />
75
+            </tr>
76
+            <tr>
77
+            	<th>是否有处理结果:</th>
78
+            	<td id="isProResultRadio" style="font-size: 12px">
79
+            		<label style="margin-right: 10px">
80
+                    	<input type="radio" value="0" name="isDisposeResult" style="vertical-align: -2px;" checked="checked" />默认
81
+            		</label>
82
+					<label style="margin-right: 10px">
83
+                    	<input type="radio" value="1" name="isDisposeResult" style="vertical-align: -2px;" />是
84
+					</label>
85
+            		<label>
86
+                    	<input type="radio" value="2" name="isDisposeResult" style="vertical-align: -2px;" />否
87
+            		</label>
88
+            	</td>
89
+            </tr>
90
+            <tr class="prosituation-wrapper">
91
+            	<th>处理方案/进程:</th>
92
+            	<td>
93
+                	<textarea data-adaptheight id="prosituation" name="" rows="6" cols="" ></textarea>
94
+            	</td>
95
+            </tr>
96
+            <tr class="annotation-wrapper">
97
+            	<th style="color:#FF0000;">注释:</th>
98
+            	<td style="color:#FF0000">请提交加盖单位公章的相关说明文件</td>
99
+            </tr>
100
+            <tr class="dealcontact-wrapper">
101
+            	<th>联系方式:</th>
102
+            	<td>
103
+            		<input type="text" id="dealcontact">
104
+            	</td>
105
+            </tr>
106
+            <tr class="connecttime-wrapper">
107
+            	<th>沟通时间:</th>
108
+            	<td>
109
+            		<input type="text" id="connecttime">
110
+            	</td>
111
+            </tr>
112
+            <tr class="connectmode-wrapper">
113
+            	<th>沟通方式:</th>
114
+            	<td>
115
+            		<input type="text" id="connectmode">
116
+            	</td>
117
+            </tr>
118
+            <tr class="replycontent-wrapper">
119
+            	<th>答复内容:</th>
120
+            	<td>
121
+            		<input type="text" id="replycontent">
122
+            	</td>
123
+            </tr>
124
+            <tr class="isstaisfied-wrapper">
125
+            	<th>是否满意:</th>
126
+            	<td id="isStaisfiedRadio" style="font-size: 12px">
127
+					<label style="margin-right: 10px;">
128
+                    	<input type="radio" value="1" name="isstaisfied" style="vertical-align: -2px;" />满意
129
+					</label>
130
+            		<label style="margin-right: 10px;">
131
+                    	<input type="radio" value="2" name="isstaisfied" style="vertical-align: -2px;" />基本满意
132
+            		</label>
133
+            		<label style="margin-right: 10px;">
134
+                    	<input type="radio" value="3" name="isstaisfied" style="vertical-align: -2px;" />不满意
135
+            		</label>
136
+            	</td>
137
+            </tr>
138
+
139
+            <tr>
72 140
                 <th class="Importent">附件:</th>
73 141
                 <td>
74 142
                     <div class="fileBox">
@@ -83,12 +151,6 @@
83 151
                     </span>
84 152
                 </td>
85 153
             </tr>
86
-            <tr>
87
-                <th class="Importent">办理内容:</th>
88
-                <td><textarea data-adaptheight id="result" name="" rows="" cols=""></textarea></td>
89
-                <input type="hidden" id="ID" />
90
-            </tr>
91
-
92 154
         </table>
93 155
         <div class="btn_box">
94 156
             <button class="btns  Submit">保存并办理</button>
@@ -98,6 +160,7 @@
98 160
     <script src="../js/adjustHeight.js"></script>
99 161
     <script>
100 162
         var wid = helper.request.queryString("wid");
163
+        var isProtect = helper.request.queryString("isProtect");
101 164
         var State;
102 165
         var a = $("#ID").val()
103 166
         Detail();
@@ -140,6 +203,57 @@
140 203
                     JA();
141 204
                 }
142 205
             })
206
+			$(".prosituation-wrapper").hide(); //处理方案/进程
207
+			$(".annotation-wrapper").hide(); //注释
208
+			$(".dealcontact-wrapper").hide(); //联系方式
209
+			$(".connecttime-wrapper").hide(); //沟通时间
210
+			$(".connectmode-wrapper").hide(); //沟通方式
211
+			$(".replycontent-wrapper").hide(); //答复内容
212
+			$(".isstaisfied-wrapper").hide();  //是否满意
213
+			
214
+            /*
215
+             * 处理结果
216
+             * 默认 0
217
+             * 是 1
218
+             * 否 2
219
+             */
220
+			$('#isProResultRadio').find('input[type="radio"]').on('change', function() {
221
+					if($(this).val() === '0') {
222
+						$(".prosituation-wrapper").hide(); //处理方案/进程
223
+						$(".annotation-wrapper").hide(); //注释
224
+						$(".dealcontact-wrapper").hide(); //联系方式
225
+						$(".connecttime-wrapper").hide(); //沟通时间
226
+						$(".connectmode-wrapper").hide(); //沟通方式
227
+						$(".replycontent-wrapper").hide(); //答复内容
228
+						$(".isstaisfied-wrapper").hide();  //是否满意
229
+					} else if($(this).val() === '1') {
230
+						if (isProtect === "1" ) {
231
+							$(".prosituation-wrapper").hide(); //处理方案/进程
232
+							$(".annotation-wrapper").hide(); //注释
233
+							$(".dealcontact-wrapper").show(); //联系方式
234
+							$(".connecttime-wrapper").hide(); //沟通时间
235
+							$(".connectmode-wrapper").hide(); //沟通方式
236
+							$(".replycontent-wrapper").hide(); //答复内容
237
+							$(".isstaisfied-wrapper").hide();  //是否满意
238
+						} else if (isProtect === "0") {
239
+							$(".prosituation-wrapper").hide(); //处理方案/进程
240
+							$(".annotation-wrapper").hide(); //注释
241
+							$(".dealcontact-wrapper").hide(); //联系方式
242
+							$(".connecttime-wrapper").show(); //沟通时间
243
+							$(".connectmode-wrapper").show(); //沟通方式
244
+							$(".replycontent-wrapper").show(); //答复内容
245
+							$(".isstaisfied-wrapper").show();  //是否满意
246
+						}
247
+					} else if ($(this).val() === '2') {
248
+						$(".prosituation-wrapper").show(); //处理方案/进程
249
+						$(".annotation-wrapper").show(); //注释
250
+						$(".dealcontact-wrapper").hide(); //联系方式
251
+						$(".connecttime-wrapper").hide(); //沟通时间
252
+						$(".connectmode-wrapper").hide(); //沟通方式
253
+						$(".replycontent-wrapper").hide(); //答复内容
254
+						$(".isstaisfied-wrapper").hide();  //是否满意
255
+					}
256
+			});
143 257
         });
144 258
         //交办
145 259
         function JA() {
@@ -147,6 +261,13 @@
147 261
                 workorderid: wid,
148 262
                 dealman: $("#dealman").val(), //办理人
149 263
                 result: $('#result').val(), //办理内容
264
+                isproresult: $('#isProResultRadio input[name="isDisposeResult"]:checked').val(), //处理结果
265
+                prosituation: $("#prosituation").val(), //处理方案/进程
266
+                dealcontact: $("#dealcontact").val(), //联系方式
267
+                connecttime: $("#connecttime").val(), //沟通时间
268
+                connectmode: $("#connectmode").val(), //沟通方式
269
+                replycontent: $("#replycontent").val(), //答复内容
270
+                isstaisfied: $('#isStaisfiedRadio input[name="isstaisfied"]:checked').val(), //是否满意
150 271
                 state: State,
151 272
                 feedbackid: a,
152 273
                 files: $("#file").val(),

+ 1 - 1
WebUI/CallCenterWeb.UI/Script/Common/huayi.config.js

@@ -24,7 +24,7 @@ huayi.config = {
24 24
 				"<a class='xg' onclick='sh(data)' title='收回'>收回</a>", //收回
25 25
 				"<a class='xg' onclick='cs(data)' title='查收'>查收</a>", //查收
26 26
 				"<a class='xg' onclick='th(data)' title='退回申请'>退回申请</a>", //退回申请
27
-				"<a class='xg' onclick='bl(data)' title='办理'>办理</a>", //办理
27
+				"<a class='xg' onclick='bl(data,isProtect)' title='办理'>办理</a>", //办理
28 28
 				"<a class='xg' onclick='ys(data)' title='申请延时'>申请延时</a>", //延时申请
29 29
 				"<a class='xg' onclick='shth(data)' title='退回审核'>退回审核</a>", //退回审核
30 30
 				"<a class='xg' onclick='hf(data)' title='回访'>回访</a>", //回访

+ 8 - 1
WebUI/CallCenterWeb.UI/WorkOrder/WorkOrderAppoint.html

@@ -369,7 +369,14 @@
369 369
                     });
370 370
                     return;
371 371
                 }
372
-                $.post(huayi.config.callcenter_url + 'WorkOrder/DealWorkOrder', { orderid: zpid, isend: val, clbm: $("#clbm").val(), clid: $("#clid").val(), cont: $("#cont").val(), "token": $.cookie("token") }, function (result) {
372
+                $.post(huayi.config.callcenter_url + 'WorkOrder/DealWorkOrder', { 
373
+                	orderid: zpid, 
374
+                	isend: val, 
375
+                	clbm: $("#clbm").val(), 
376
+                	clid: $("#clid").val(), 
377
+                	cont: $("#cont").val(), 
378
+                	"token": $.cookie("token") 
379
+                }, function (result) {
373 380
                     result = $.parseJSON(result);
374 381
                     if (result.state.toLowerCase() == "success") {
375 382