sw_inp.ss.jsp 492 B

123456789101112131415161718
  1. <div class='content-div' ssFith="true">
  2. <table class="form">
  3. <input name="fzbmid" type="hidden" value="${sessionScope.ssUser.bmid}" >
  4. <input name="fzryid" type="hidden" value="${sessionScope.ssUser.ryid}" >
  5. <tr>
  6. <th style="width:118px">名称</th>
  7. <td><input name="mc" width="170px"/></td>
  8. </tr>
  9. <tr>
  10. <th>类别</th>
  11. <td><input name="swlbm" width="108px"/></td>
  12. </tr>
  13. <tr>
  14. <th>状态</th>
  15. <td><input name="swztm" width="108px"/></td>
  16. </tr>
  17. </table>
  18. </div>