|
|
@@ -13,6 +13,9 @@
|
|
13
|
13
|
.text-center{
|
|
14
|
14
|
text-align: center !important;
|
|
15
|
15
|
}
|
|
|
16
|
+ .textarea_audio{
|
|
|
17
|
+ width: 96% !important;
|
|
|
18
|
+ }
|
|
16
|
19
|
</style>
|
|
17
|
20
|
<body>
|
|
18
|
21
|
<div class="Common">
|
|
|
@@ -29,7 +32,7 @@
|
|
29
|
32
|
<td class="text-center" style="min-width:80px;">附件</td>
|
|
30
|
33
|
<td class="text-center" style="min-width:80px;">追加回复附件</td>
|
|
31
|
34
|
<td class="text-center" style="min-width:100px;">审核状态</td>
|
|
32
|
|
- <td class="text-center" style="min-width:100px;">审核原因</td>
|
|
|
35
|
+ <td class="text-center" style="min-width:500px;">审核原因</td>
|
|
33
|
36
|
</tr>
|
|
34
|
37
|
</theard>
|
|
35
|
38
|
<tbody class="BLQK">
|
|
|
@@ -205,7 +208,7 @@
|
|
205
|
208
|
})
|
|
206
|
209
|
htmls += '</td>';
|
|
207
|
210
|
htmls +='<td class="text-center"><select class="select_" id="audio_'+n.F_Id+'"><option value="1">同意</option><option value="2">同意并公开</option><option value="3">拒绝</option></select></td>'
|
|
208
|
|
- htmls +='<td class="text-center"><textarea class="select_" id="reason'+n.F_Id+'"></textarea></td></tr>'
|
|
|
211
|
+ htmls +='<td class="text-center"><textarea class="select_ textarea_audio" id="reason'+n.F_Id+'"></textarea></td></tr>'
|
|
209
|
212
|
}else if (n.F_Type === 1) {
|
|
210
|
213
|
number++
|
|
211
|
214
|
if (number === 1) {
|
|
|
@@ -295,7 +298,7 @@
|
|
295
|
298
|
})
|
|
296
|
299
|
returnHtml += '</td>';
|
|
297
|
300
|
returnHtml += '<td class="text-center"><select class="select_" id="audio_'+n.F_Id+'"><option value="4">审核通过</option><option value="5">审核不通过</option><option value="6">审核通过并转办</option></select></td>'
|
|
298
|
|
- returnHtml += '<td class="text-center"><textarea class="select_" id="reason'+n.F_Id+'"></textarea></td></tr>'
|
|
|
301
|
+ returnHtml += '<td class="text-center"><textarea class="select_ textarea_audio" id="reason'+n.F_Id+'"></textarea></td></tr>'
|
|
299
|
302
|
return returnHtml
|
|
300
|
303
|
}
|
|
301
|
304
|
function getParams(){
|