| 12345678910111213141516171819202122232425 |
- <div class='content-div' ssFith="true">
- <table class='form'>
- <input name="hdid" style="display: none;" value="${pjjh.hdid}"/>
- <tr>
- <th style="width:118px;">名称</th>
- <td colspan="3"><input name="mc" width="168px"/></td>
- </tr>
- <tr>
- <th style="width:118px;">工作评价类别</th>
- <td colspan="3"><input name="gzpjlbm" width="168px" value="${pjjh.gzpjlbm == 0? 1 : pjjh.gzpjlbm}"/></td>
- </tr>
- <tr>
- <th>评价体系类别</th>
- <td><input name="pjtxlbm" width="168px" ssCcp="pjtxlb_pjtx"/></td>
- <th >评价体系</th>
- <td><input name="pjtxid" width="168px"/></td>
- </tr>
- <tr>
- <th>评价开始时间</th>
- <td><input name="pjkssj" width="168px"/></td>
- <th>评价结束时间</th>
- <td><input name="pjjssj" width="168px"/></td>
- </tr>
- </table>
- </div>
|