• 20180416


    <!DOCTYPE html>
    <html>
    
        <head>
            <meta charset="UTF-8">
            <title></title>
            <link rel="stylesheet" type="text/css" href="css/test9.css"></link>
        </head>
    
        <body>
            
    
            <form>
                <table width="1000px" align="center" class="tab" border="1px">
                    <tr>
                        <th>所属部门</th>
                        <th>序号</th>
                        <th>姓名</th>
                        <th style="color: #81BEF7;">基本工资</th>
                        <th style="color: #81BEF7;">提成工资</th>
                        <th style="color: #81BEF7;">绩效工资</th>
                        <th style="color: #81BEF7;">伙食补贴</th>
                        <th style="color: #81BEF7;">工龄补贴</th>
                        <th style="color: #81BEF7;">交电补贴</th>
                        <th style="color: #81BEF7;">岗位津贴</th>
                        <th style="color: #81BEF7;">全勤奖</th>
                        <th>出勤天数</th>
                        <th>迟到</th>
                        <th>事假</th>
                        <th>旷工</th>
                        <th style="color: red;">社保</th>
                        <th style="color: red;">个人所得税</th>
                        <th>其他</th>
                        <th>备注</th>
                        <th>&nbsp&nbsp</th>
                        <th>应发工资</th>
                        <th>实发工资</th>
                    </tr>
                    <tr>
                        <td>
                            <select>
                                <option selected="selected">请选择</option>
                                <option>上沙河</option>
                                <option>幸福路测绘局</option>
                                <option>青年路国土</option>
                                <option>人大秘书处</option>
                                <option>兵团档案局</option>
                                <option>米东区农牧局</option>
                            </select>
                        </td>
                        <td><input type="text" size="3"/> </td>
                        <td><input type="text" size="5"/> </td>
                        <td><input type="text" size="6"/> </td>
                        <td><input type="text" size="6"/> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
                        <th>&nbsp&nbsp</th>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
    
                    </tr>
                </table>
    
            </form>
    
        </body>
    
    </html>
  • 相关阅读:
    HP DL60 Gen9 安装CentOS 6.5
    导出excel的另外一种方法 作者 roc 日期 2006224 10:26:00
    JS获取屏幕大小
    jQuery获取Select选择的Text和 Value(转)
    阿拉伯數字換中文小寫
    html Frame 框架 点击伸缩
    JQuery datepicker 用法
    js 弹出对话框3种方式(摘)
    水晶报表中提示已达到系统管理员配置的最大报表处理作业数限制
    C# 操作word (转)
  • 原文地址:https://www.cnblogs.com/ssC2H4/p/8857815.html
Copyright © 2020-2023  润新知