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