| | |
| | | </div> |
| | | |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">工作电脑MAC<i class="red">*</i> </label> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">工作电脑MAC</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input id="IpMac" class="form-control" label="工作电脑MAC" name="IpMac" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@Model.IpMac"> |
| | | </div> |
| | |
| | | return; |
| | | } |
| | | |
| | | if ($.trim($("#IpMac").val()) == '') { |
| | | toastr.warning("工作电脑MAC不能为空"); |
| | | return; |
| | | } |
| | | //if ($.trim($("#IpMac").val()) == '') { |
| | | // toastr.warning("工作电脑MAC不能为空"); |
| | | // return; |
| | | //} |
| | | |
| | | $.ajax({ |
| | | type: "POST", |