@ -28,7 +28,7 @@
margin: 10px;
padding: 10px;
background-color: #FDF6EC;
color: orange;
color: #ffb800;
border-radius: 10px;
}
@ -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);
@ -154,6 +154,20 @@
@ -167,6 +167,20 @@