zoukankan      html  css  js  c++  java
  • 20180418

    <!DOCTYPE html>
    <html>
    
        <head>
            <meta charset="utf-8" />
            <title></title>
            <script type="text/javascript" src="js/JQ3.3.1.js"></script>
            <script type="text/javascript" src="js/bootstrap.js"></script>
            <script type="text/javascript" src="js/control/js.js"></script>
            <link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> </head>
    
        <body>
            <div class="container">
                <div class>
                    <div>
                        <table class="table table-striped table-bordered">
                            <tr>
                                <td>序号</td>
                                <td>所属部门</td>
                                <td>姓名</td>
                                <td>基本工资</td>
                                <td>提成工资</td>
                                <td>绩效工资</td>
                                <td>伙食补贴</td>
                                <td>工龄补贴</td>
                                <td>交电补贴</td>
                                <td>岗位津贴</td>
                                <td>全勤奖</td>
                                <td>出勤天数(天)</td>
                                <td>迟到</td>
                                <td>事假</td>
                                <td>旷工</td>
                                <td>应发工资(元)</td>
                                <td>社保</td>
                                <td>个人所得税</td>
                                <td>其他</td>
                                <td>实发工资(元)</td>
                                <td>备注</td>
                            </tr>
                            <tr>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                            </tr>
                        </table>
                    </div>
    
                    <div> <button type="button" class="btn btn-primary" onclick="">添加行</button> <button type="button" class="btn btn-danger">删除行</button> </div>
                </div>
            </div>
        </body>
    
    </html>
  • 相关阅读:
    软件工程笔记
    人工智能学习笔记
    Linux学习笔记
    【Java】SpringMVC+JSP部署服务器配置
    【Android】是时候为你的应用加上WebDav同步了
    【Android】发布你的第一个开源程序到jcenter遇到的坑
    【C#】支持私聊、多人聊天、图片发的TCP程序
    【Android】让你的安卓app国际化、支持语言自动切换
    【Java】创建一个Maven管理的Web项目并连接数据库
    JS 事件循环怎么处理宏任务和微任务?
  • 原文地址:https://www.cnblogs.com/ssC2H4/p/8876625.html
Copyright © 2011-2022 走看看