| 123456789101112131415161718192021222324252627282930 |
- <div class='content-div' ssFith="true">
- <table class="form">
- <tr>
- <th width="143px">名称</th>
- <td><input width="168px" name='mc'/></td>
- <th width="143px">评价体系号</th>
- <td><input width="168px" name='pjtxh'/></td>
- </tr>
- <tr>
- <th>类别</th>
- <td><input width="168px" name="pjtxlbm"/></td>
- <th width="88px">总分</th>
- <td><input width="168px" name='zf' onkeyup="this.value=this.value.replace(/[^\d.]/g,'')"/></td>
- </tr>
- <tr>
- <th width="143px">录入列宽</th>
- <td colspan="3"><input width="168px" name="lrlk"/></td>
- </tr>
- <tr>
- <th width="143px">一级指标列宽</th>
- <td><input width="168px" name='yjzblk'/></td>
- <th width="143px">二级指标列宽</th>
- <td><input width="168px" name='ejzblk'/></td>
- </tr>
- <tr>
- <th>描述</th>
- <td colspan="3" style="padding-bottom: 7px;padding-top: 5px;"><input name="ms" width="calc(100% + 12px)" height="60px"/></td>
- </tr>
- </table>
- </div>
|