qz_inp.ss.jsp 432 B

1234567891011121314151617
  1. <input type="hidden" name="bjid" value="${bjid==null?qz.bjid:bjid}"/>
  2. <div class='content-div' ssFith="true">
  3. <table class="form" >
  4. <tr>
  5. <th width="150px">名称</th>
  6. <td><input name="mc" width="168px"/></td>
  7. </tr>
  8. <tr>
  9. <th width="150px">类别</th>
  10. <td><input name="qzlbm" width="168px"/></td>
  11. </tr>
  12. <tr>
  13. <th>描述</th>
  14. <td><input name="ms" width="100%" height="115px"/></td>
  15. </tr>
  16. </table>
  17. </div>