| | |
| | | <input class="form-control" label="身份证号" name="IdCard" id="IdCard" labtype="txt" addvisible="true" editvisible="true" maxlength="18" reg="" ismust="true" type="text" value="@Model.IdCard" autocomplete="off"> |
| | | </div> |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">专家证号</label> |
| | | <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" grouptype="Vdata"> |
| | | <input class="form-control" label="专家证号" name="CertiNumber" id="CertiNumber" labtype="txt" addvisible="true" editvisible="true" maxlength="500" reg="" ismust="true" type="text" value="@Model.CertiNumber"> |
| | | </div> |
| | |
| | | |
| | | </div> |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">联系电话1</label> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">联系电话1<i class="red">*</i></label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input class="form-control" label="联系电话1" name="Phone1" id="Phone1" labtype="txt" addvisible="true" editvisible="true" maxlength="500" reg="" ismust="true" type="text" value="@Model.Phone1" autocomplete="off"> |
| | | </div> |
| | |
| | | toastr.warning("专家姓名不能为空"); |
| | | return; |
| | | }; |
| | | //if (Verify.isNull($("#Province").val()) || Verify.isNull($("#City").val()) ) { |
| | | // toastr.warning("区域不能为空"); |
| | | // return; |
| | | //} |
| | | //if ($("#IdCard").val() == '') { |
| | | // toastr.warning("身份证号不能为空"); |
| | | // return; |
| | | //} |
| | | if ($.trim($("#Phone1").val()) == '') { |
| | | toastr.warning("联系电话不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#CertiNumber").val()) == '' || $.trim($("#CertiNumber").val()) == 'SC') { |
| | | toastr.warning("专家证号不能为空"); |
| | | return; |
| | | } |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | if (data.Result) { |
| | | if ($("#Province").val() != data.Remark) { |
| | | if (data.Remark == null || data.Remark == "") { |
| | | return; |
| | | } |
| | | if ($("#Province").val() != data.Remark ) { |
| | | $("#Province").val(data.Remark); |
| | | |
| | | var sheng = $("#Province").val(); |