| | |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">加班工资(元/天)<i class="red">*</i></label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="加班工资(元/天)" name="Jiabangongzi" id="Jiabangongzi" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.JiabangongziName" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | |
| | | return; |
| | | } |
| | | |
| | | if ($("#Jiabangongzi").val() == '') { |
| | | toastr.warning("加班工资不能为空"); |
| | | return; |
| | | } |
| | | |
| | | //if ($("#Shebaodanwei").val() == '') { |
| | | // toastr.warning("社保公司不能为空"); |
| | | // return; |