Просмотр исходного кода

回访,结案,强制结案,默认满意修改

miaofuhao лет назад: 7
Родитель
Сommit
71ade4eed6

+ 3 - 2
WebUI/CallCenterWeb.UI/CommonHtml/Back.html

@@ -44,8 +44,9 @@
44 44
 			<tr>
45 45
 				<th class="Importent">回访结果:</th>
46 46
 				<td>
47
-					<input checked="true" type="radio" value="0" name="huifang"/>不满意
48
-				  	<input type="radio" value="1" name="huifang" />满意				
47
+					<input checked="true" type="radio" value="1" name="huifang" />满意
48
+					<input type="radio" value="0" name="huifang"/>不满意
49
+				  					
49 50
 				</td>
50 51
 			</tr>
51 52
 			<tr>

+ 3 - 5
WebUI/CallCenterWeb.UI/CommonHtml/StrongLawsuit.html

@@ -51,10 +51,8 @@
51 51
 				<tr>
52 52
 					<th class="Importent">满意度:</th>
53 53
 					<td>
54
-						<select class="select_" id='issatisfie'>
55
-							<option value="0">不满意</option>
56
-							<option value="1">满意</option>
57
-						</select>
54
+						<input checked="true" type="radio" value="1" name="huifang" />满意	
55
+						<input type="radio" value="0" name="huifang"/>不满意
58 56
 					</td>
59 57
 				</tr>
60 58
 				<tr>
@@ -142,7 +140,7 @@
142 140
 					workorderid: wid,
143 141
 					finalopinion:$("#finalopinion").val(),
144 142
 					result:$("#result").val(),//处理结果
145
-					issatisfie: $("#issatisfie").val(),//满意不满意
143
+					issatisfie:$('input[name="huifang"]:checked ').val(),
146 144
 					isnotice: $('#isBulletin').val(),//0不通告1通告
147 145
 					deptids: bUnits,//通报单位
148 146
 					noticereson: $('#bulletinReason').val(),//通报原因

+ 3 - 6
WebUI/CallCenterWeb.UI/CommonHtml/lawsuits.html

@@ -53,11 +53,8 @@
53 53
 				<tr>
54 54
 					<th class="Importent">回访结果:</th>
55 55
 					<td>
56
-						<select class="select_" id="issatisfie">
57
-							<option value="">全部</option>
58
-								<option value="0">不满意</option>
59
-								<option value="1">满意</option>
60
-						</select>
56
+						<input checked="true" type="radio" value="1" name="huifang" />满意	
57
+						<input type="radio" value="0" name="huifang"/>不满意
61 58
 					</td>
62 59
 				</tr>
63 60
 				<tr>
@@ -131,7 +128,7 @@
131 128
 			function JA(bUnits) {
132 129
 				$.post(huayi.config.callcenter_url + 'WorkOrder/FinishWorkOrder', {
133 130
 					workorderid: wid,
134
-					issatisfie: $("#issatisfie").val(),
131
+					issatisfie:$('input[name="huifang"]:checked ').val(),
135 132
 					finalopinion: $("#finalopinion").val(),
136 133
 					isnotice: $('#isBulletin').val(),//0不通告1通告
137 134
 					deptids: bUnits,//通报单位