| | |
| | | <div class="col-sm-12"> |
| | | <div class="ibox float-e-margins"> |
| | | <div class="ibox-title"> |
| | | <h5><i class="fa fa-list"></i> 项目录入</h5> |
| | | <h5><i class="fa fa-list"></i> 人员录入</h5> |
| | | </div> |
| | | <div id="div_content" class="ibox-content" style="background-color:white;"> |
| | | <div class="row"> |
| | |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">薪资待遇 </label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input id="BasicPrice" class="form-control" label="薪资待遇" name="BasicPrice" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.BasicPrice" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | <input id="BasicPrice" class="form-control" label="薪资待遇" name="BasicPrice" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.BasicPrice" oninput="if(value.length>8)value=value.slice(0,10)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">是否购买社保 </label> |
| | |
| | | </div> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">试用期待遇</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input id="ShiyongPrice" class="form-control" label="试用期待遇" name="ShiyongPrice" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.ShiyongPrice" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | <input id="ShiyongPrice" class="form-control" label="试用期待遇" name="ShiyongPrice" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.ShiyongPrice" oninput="if(value.length>8)value=value.slice(0,10)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">是否签订合同 </label> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | @*<div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">基本工资 </label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <div class="col-sm-9 col-md-9" style="padding:0"> |
| | | <input class="form-control" label="基本工资" name="jibensalary" labtype="txt" addvisible="true" maxlength="20" editvisible="true" reg="" ismust="true" type="text" value="@Model.jibensalary" oninput="if(value.length>8)value=value.slice(0,10)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | </div> |
| | | <div class="col-sm-3 col-md-3" style="padding:0 0 0 10px"> |
| | | <label class="text-left control-label">元/月</label> |
| | | </div> |
| | | </div> |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">保密费</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | |
| | | <div class="col-sm-9 col-md-9" style="padding:0"> |
| | | <input class="form-control" label="保密费" name="baomisalary" labtype="txt" addvisible="true" maxlength="20" editvisible="true" reg="" ismust="true" type="text" value="@Model.baomisalary" oninput="if(value.length>8)value=value.slice(0,10)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | </div> |
| | | <div class="col-sm-3 col-md-3" style="padding:0 0 0 10px"> |
| | | <label class="text-left control-label">元/月</label> |
| | | </div> |
| | | </div> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">工作补贴</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <div class="col-sm-9 col-md-9" style="padding:0"> |
| | | <input class="form-control" label="工作补贴" name="jintiesalary" labtype="txt" addvisible="true" maxlength="20" editvisible="true" reg="" ismust="true" type="text" value="@Model.jintiesalary" oninput="if(value.length>8)value=value.slice(0,10)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | </div> |
| | | <div class="col-sm-3 col-md-3" style="padding:0 0 0 10px"> |
| | | <label class="text-left control-label">元/年</label> |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div>*@ |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">预发工资 </label> |
| | | <div class="col-sm-2 col-md-2"> |
| | |
| | | </div> |
| | | <div class="col-sm-3 col-md-3" style="padding:0 0 0 10px"> |
| | | <label class="text-left control-label">元/月</label> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">保底年薪</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | |
| | | <div class="col-sm-9 col-md-9" style="padding:0"> |
| | | |
| | | <div class="col-sm-9 col-md-9" style="padding:0"> |
| | | <input class="form-control" label="保底年薪" name="miniyearsalary" labtype="txt" addvisible="true" maxlength="20" editvisible="true" reg="" ismust="true" type="text" value="@Model.miniyearsalary" oninput="if(value.length>8)value=value.slice(0,10)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | </div> |
| | | <div class="col-sm-3 col-md-3" style="padding:0 0 0 10px"> |
| | |
| | | <div class="col-sm-3 col-md-3" style="padding:0 0 0 10px"> |
| | | <label class="text-left control-label">元/年</label> |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">是否交通补贴</label> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">联系电话<i class="red">*</i></label> |
| | | <div class="col-sm-2 col-md-2"> |
| | |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input id="Email" class="form-control" label="电子邮箱" name="Email" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@Model.Email"> |
| | | </div> |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">专项扣除</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input id="geshuiqizheng" class="form-control" label="专项扣除" name="geshuiqizheng" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.geshuiqizheng" oninput="if(value.length>8)value=value.slice(0,10)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |