main
kgdxpr 1 year ago
parent 832f04f8e7
commit 955a3797e8

@ -28,7 +28,7 @@
margin: 10px;
padding: 10px;
background-color: #FDF6EC;
color: orange;
color: #ffb800;
border-radius: 10px;
}

File diff suppressed because it is too large Load Diff

@ -136,6 +136,20 @@
}
});
$.ajax({
type: "GET",
async: false,
url: "/QingLong/zbdc/getCurrentPersonAreaInfo",
success: function (res) {
if (res.shi_master != 1) {
$("#xzqhId").val(res.area_id);
$("#xzqhId").prop('disabled', true);
}
}
});
$.ajax({
type: "GET",
async: false,

@ -154,6 +154,20 @@
}
});
$.ajax({
type: "GET",
async: false,
url: "/QingLong/zbdc/getCurrentPersonAreaInfo",
success: function (res) {
if (res.shi_master != 1) {
$("#xzqhId").val(res.area_id);
$("#xzqhId").prop('disabled', true);
}
}
});
$.ajax({
type: "GET",
async: false,

@ -167,6 +167,20 @@
}
});
$.ajax({
type: "GET",
async: false,
url: "/QingLong/zbdc/getCurrentPersonAreaInfo",
success: function (res) {
if (res.shi_master != 1) {
$("#xzqhId").val(res.area_id);
$("#xzqhId").prop('disabled', true);
}
}
});
$.ajax({
type: "GET",
async: false,

Loading…
Cancel
Save