- <div class="content-div" ssFith="true">
<table class="form">
<tr>
<th style="width: 143px">名称</th>
<td colspan="3">${grfwxm.mc}</td>
</tr>
<tr>
<th>代码</th>
<td>${grfwxm.grfwxmm}</td>
</tr>
<tr>
<th>人员类别</th>
<td><cbTrans.ss cb="rylb" val="${grfwxm.rylbm}"/></td>
</tr>
<tr>
<th>按次收费金额</th>
<td><input name="acsfje" width="170px"/></td>
</tr>
<tr>
<th>包学期收费金额</th>
<td><input name="bxqsfje" width="170px"/></td>
</tr>
<tr>
<th>包学年收费金额</th>
<td><input name="bxnsfje" width="170px"/></td>
</tr>
<tr>
<th>描述</th>
<td colspan="3">
<input name='ms' value="${grfwxm.ms}" width="100%" height="150px" />
</td>
</tr>
</table>
</div>
|