|
|
@@ -763,7 +763,7 @@ import {reactive} from 'vue';
|
|
|
import axios from 'axios';
|
|
|
//import registationModel from './model/registationModel.vue'
|
|
|
window._AMapSecurityConfig = {
|
|
|
- securityJsCode: 'c4ab681cb7c3256184ae3557dc5beabb' //填写你的安全密钥
|
|
|
+ securityJsCode: 'f762c44f71422cd56f90acc2a8e75144' //填写你的安全密钥
|
|
|
};
|
|
|
|
|
|
|
|
|
@@ -1906,7 +1906,7 @@ export default {
|
|
|
AMapLoader.load({
|
|
|
// key: "8e513e3c374bdb2dd0095cd337b02ee6" 密钥 f762c44f71422cd56f90acc2a8e75144
|
|
|
// key : 3f95d73e380b9e4a2767c306a4b59f81 密钥 c4ab681cb7c3256184ae3557dc5beabb
|
|
|
- key: "3f95d73e380b9e4a2767c306a4b59f81", // 申请好的Web端开发者Key,首次调用 load 时必填
|
|
|
+ key: "8e513e3c374bdb2dd0095cd337b02ee6", // 申请好的Web端开发者Key,首次调用 load 时必填
|
|
|
version: "2.0", // 指定要加载的 JSAPI 的版本,缺省时默认为 1.4.15
|
|
|
plugins: [
|
|
|
'AMap.ToolBar',
|
|
|
@@ -2058,6 +2058,16 @@ export default {
|
|
|
this.industryQiTa='';
|
|
|
},
|
|
|
keyupInfo(info) {
|
|
|
+ let data = {
|
|
|
+ "cardNo": this.model.cardNo
|
|
|
+ };
|
|
|
+ getAction(this.url.getCompany, data).then((res) => {
|
|
|
+ if (res.success) {
|
|
|
+ let result = res.result;
|
|
|
+ console.log(result + "result");
|
|
|
+ if (result != null) {
|
|
|
+ this.sysCompany = result;
|
|
|
+ }
|
|
|
this.spin=true ;
|
|
|
// this.handleEdit2()
|
|
|
//身份证输入查询
|
|
|
@@ -2068,7 +2078,7 @@ export default {
|
|
|
"id": this.model.id
|
|
|
}
|
|
|
var newPhones;
|
|
|
- //this.getPhoneTypeSize();
|
|
|
+ //this.getSysCompany();
|
|
|
getAction(that.url.queryByCardNo, data).then((res) => {
|
|
|
if (res.success) {
|
|
|
let result = res.result;
|
|
|
@@ -2181,7 +2191,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
this.spin=false ;
|
|
|
-
|
|
|
+ }
|
|
|
+ })
|
|
|
},
|
|
|
|
|
|
/**获取详情*/
|
|
|
@@ -2641,7 +2652,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
- if (that.dataRisk.length>1) {
|
|
|
+ if (that.dataRisk.length>0) {
|
|
|
//是否有风险
|
|
|
that.riskShow=false;//有风险
|
|
|
}
|
|
|
@@ -2842,7 +2853,7 @@ export default {
|
|
|
"cardStartTime": this.model.cardStartTime,
|
|
|
"cardEndTime": this.model.cardEndTime,
|
|
|
"wordAddress": this.model.wordAddress,
|
|
|
- "businessAddress": this.model.businessAddress,
|
|
|
+ // "businessAddress": this.model.businessAddress,
|
|
|
"positionInformation": this.model.positionInformation,
|
|
|
"status": '',
|
|
|
"judgmentResearch":this.model.judgmentResearch,
|
|
|
@@ -2915,7 +2926,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- data['newBusinessAddress']=this.model.sysBusinessHall;
|
|
|
+ //data['newBusinessAddress']=this.model.sysBusinessHall;
|
|
|
postAction("/businessReminderCard/editById", data).then((res) => {
|
|
|
if (res.success) {
|
|
|
this.clearModel()
|