|
|
@@ -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(),//通报原因
|