|
|
|
@ -137,6 +137,21 @@
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$.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,
|
|
|
|
|