From ec49970dd584f35ba2407ba8bad15a000901fe47 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Wed, 25 Sep 2024 18:30:25 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E6=B5=81=E7=A8=8B]=20=20?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=E5=9F=B9=E8=AE=AD=E8=B5=84=E6=A0=BC?= =?UTF-8?q?=E8=AF=81=E6=96=B0=E5=A2=9E=E7=89=B9=E4=BA=BA=E5=91=98=E7=A7=8D?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/qrcode/views/xgf_hgz/index.html | 51 +++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/static/qrcode/views/xgf_hgz/index.html b/static/qrcode/views/xgf_hgz/index.html index 8fb1014..6fa8f6a 100644 --- a/static/qrcode/views/xgf_hgz/index.html +++ b/static/qrcode/views/xgf_hgz/index.html @@ -345,6 +345,25 @@ + + 特种作业信息 + + + + + + + + + + + @@ -367,7 +386,9 @@ socialPhotoFile: [], gongshangbaoxianFile: [], insuranceFileList: [], - trainRecordList: [] + trainRecordList: [], + specialUserList: [], + CERTIFICATE: '' }, methods: { //初始执行 @@ -405,6 +426,7 @@ _this.getInfoOne() _this.getInfoTwo() _this.getInfo() + _this.getSpecialPersonInfo() } }) }, @@ -504,6 +526,33 @@ } }) }, + getSpecialPersonInfo() { + var _this = this; + _this.loading = true; + $.ajax({ + xhrFields: { + withCredentials: true + }, + type: "POST", + url: config.httpurl + '/app/specialUser/getSpecialUserInfo', + dataType: 'json', + data: { + USER_ID: _this.USER_ID + }, + success: function (data) { + vm.loading = false; + if ("success" == data.result) { + vm.specialUserList = data.specialUserList + for (var i =0; i