pjtx_inp.ss.jsp 956 B

123456789101112131415161718192021222324252627282930
  1. <div class='content-div' ssFith="true">
  2. <table class="form">
  3. <tr>
  4. <th width="143px">名称</th>
  5. <td><input width="168px" name='mc'/></td>
  6. <th width="143px">评价体系号</th>
  7. <td><input width="168px" name='pjtxh'/></td>
  8. </tr>
  9. <tr>
  10. <th>类别</th>
  11. <td><input width="168px" name="pjtxlbm"/></td>
  12. <th width="88px">总分</th>
  13. <td><input width="168px" name='zf' onkeyup="this.value=this.value.replace(/[^\d.]/g,'')"/></td>
  14. </tr>
  15. <tr>
  16. <th width="143px">录入列宽</th>
  17. <td colspan="3"><input width="168px" name="lrlk"/></td>
  18. </tr>
  19. <tr>
  20. <th width="143px">一级指标列宽</th>
  21. <td><input width="168px" name='yjzblk'/></td>
  22. <th width="143px">二级指标列宽</th>
  23. <td><input width="168px" name='ejzblk'/></td>
  24. </tr>
  25. <tr>
  26. <th>描述</th>
  27. <td colspan="3" style="padding-bottom: 7px;padding-top: 5px;"><input name="ms" width="calc(100% + 12px)" height="60px"/></td>
  28. </tr>
  29. </table>
  30. </div>