pjjh_inp.ss.jsp 800 B

12345678910111213141516171819202122232425
  1. <div class='content-div' ssFith="true">
  2. <table class='form'>
  3. <input name="hdid" style="display: none;" value="${pjjh.hdid}"/>
  4. <tr>
  5. <th style="width:118px;">名称</th>
  6. <td colspan="3"><input name="mc" width="168px"/></td>
  7. </tr>
  8. <tr>
  9. <th style="width:118px;">工作评价类别</th>
  10. <td colspan="3"><input name="gzpjlbm" width="168px" value="${pjjh.gzpjlbm == 0? 1 : pjjh.gzpjlbm}"/></td>
  11. </tr>
  12. <tr>
  13. <th>评价体系类别</th>
  14. <td><input name="pjtxlbm" width="168px" ssCcp="pjtxlb_pjtx"/></td>
  15. <th >评价体系</th>
  16. <td><input name="pjtxid" width="168px"/></td>
  17. </tr>
  18. <tr>
  19. <th>评价开始时间</th>
  20. <td><input name="pjkssj" width="168px"/></td>
  21. <th>评价结束时间</th>
  22. <td><input name="pjjssj" width="168px"/></td>
  23. </tr>
  24. </table>
  25. </div>