12345678910 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title></title>
- </head>
- <body>
- <table class="sp-grid-job" style="width: 100%;"><tbody><tr><td style="width: 23.5714%;" class="">立项时间</td><td style="width: 76.4286%;"><input type="text" data-type="date" id="PrjTable_0_0_0_projectdate" class="sp-required-date" data-format="yyyy-MM-dd" placeholder="请选择时间"></td></tr><tr><td style="width: 23.5714%;" class="">开工时间</td><td style="width: 76.4286%;"><input type="text" data-type="date" id="PrjTable_0_0_0_startdate" class="sp-required-date" data-format="yyyy-MM-dd" placeholder="请选择时间"></td></tr><tr><td style="width: 23.5714%;" class="">项目名称</td><td style="width: 76.4286%;"><input type="text" data-type="text" placeholder="请输入项目名称" class="sp-required"></td></tr><tr><td style="width: 23.5714%;" class="">实施天数(天)</td><td style="width: 76.4286%;"><input type="number" data-type="text" placeholder="请输入实施天数(天)" class="sp-required sp-num" data-reg="sp-num"></td></tr><tr><td style="width: 23.5714%;" class="">性别</td><td style="width: 76.4286%;"><div class="fb-radiopart sp-radio-default " data-style="sp-radio-default" style="text-align: left;"><label><input type="radio" value="男" checked="checked">男</label><label><input type="radio" value="女">女</label></div></td></tr><tr><td style="width: 23.5714%;"></td><td style="width: 76.4286%;"></td></tr><tr><td style="width: 23.5714%;"></td><td style="width: 76.4286%;"></td></tr></tbody></table><script id='scriptFormPart' type='text/javascript'>setTimeout(function () { laydate.render({ elem: '#PrjTable_0_0_0_projectdate', type: 'date', format: 'yyyy-MM-dd', theme: '#009f95' });laydate.render({ elem: '#PrjTable_0_0_0_startdate', type: 'date', format: 'yyyy-MM-dd', theme: '#009f95' });}, 500);</script>
- </body>
- </html>
|