diff --git a/WebRoot/view/tb/zbdc/sjcx_jcxxcx.html b/WebRoot/view/tb/zbdc/sjcx_jcxxcx.html index fb6f5bc1..870708e3 100644 --- a/WebRoot/view/tb/zbdc/sjcx_jcxxcx.html +++ b/WebRoot/view/tb/zbdc/sjcx_jcxxcx.html @@ -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,