|
|
|
@@ -141,23 +141,23 @@ export default { |
|
|
|
computed: { |
|
|
|
}, |
|
|
|
created () { |
|
|
|
this.getDicts("three_asset_type").then((response) => { |
|
|
|
this.threeAssetTypeOptions = response.data; |
|
|
|
this.getDicts("industry_rights_type").then(response => { |
|
|
|
this.industryRightsOptions = response.data; |
|
|
|
}); |
|
|
|
this.getDicts("three_jtzyzc_type").then((response) => { |
|
|
|
this.threeJtzyzcTypeOptions = response.data; |
|
|
|
this.getDicts("purpose_type").then(response => { |
|
|
|
this.industryTypeOptions = response.data; |
|
|
|
}); |
|
|
|
this.getDicts("three_nysssb_type").then((response) => { |
|
|
|
this.threeNysssbTypeOptions = response.data; |
|
|
|
this.getDicts("sys_yes_no").then(response => { |
|
|
|
this.occupyLandOptions = response.data; |
|
|
|
}); |
|
|
|
this.getDicts("three_nh_type").then((response) => { |
|
|
|
this.threeNhTypeOptions = response.data; |
|
|
|
this.getDicts("occupy_land_type").then(response => { |
|
|
|
this.occupyLandTypeOptions = response.data; |
|
|
|
}); |
|
|
|
this.getDicts("nature_ownership").then((response) => { |
|
|
|
this.natureOwnershipTypeOptions = response.data; |
|
|
|
this.getDicts("land_source").then(response => { |
|
|
|
this.landSourceOptions = response.data; |
|
|
|
}); |
|
|
|
this.getDicts("sys_yes_no").then((response) => { |
|
|
|
this.sysYesNoOptions = response.data; |
|
|
|
this.getDicts("sys_yes_no").then(response => { |
|
|
|
this.isLoanOptions = response.data; |
|
|
|
}); |
|
|
|
this.getGeoServerUrl(); |
|
|
|
}, |
|
|
|
@@ -356,21 +356,12 @@ export default { |
|
|
|
duration: 1000, // 缩放持续时间,默认不需要设置 |
|
|
|
}); |
|
|
|
} else { |
|
|
|
|
|
|
|
|
|
|
|
feature.values_.detail.threeDetailType = |
|
|
|
feature.values_.detail.threeAssetType == '1' ? |
|
|
|
this.selectDictLabel(this.threeJtzyzcTypeOptions, feature.values_.detail.threeDetailType): |
|
|
|
feature.values_.detail.threeAssetType == '2' ? |
|
|
|
this.selectDictLabel(this.threeNysssbTypeOptions, feature.values_.detail.threeDetailType): |
|
|
|
feature.values_.detail.threeAssetType == '3' ? |
|
|
|
this.selectDictLabel(this.threeNhTypeOptions, feature.values_.detail.threeDetailType):'' |
|
|
|
; |
|
|
|
feature.values_.detail.threeAssetType = this.selectDictLabel(this.threeAssetTypeOptions, feature.values_.detail.threeAssetType); |
|
|
|
feature.values_.detail.natureOwnership = this.selectDictLabel(this.natureOwnershipTypeOptions, feature.values_.detail.natureOwnership); |
|
|
|
feature.values_.detail.qssfczzy = this.selectDictLabel(this.sysYesNoOptions, feature.values_.detail.qssfczzy); |
|
|
|
feature.values_.detail.sfwtdg = this.selectDictLabel(this.sysYesNoOptions, feature.values_.detail.sfwtdg); |
|
|
|
feature.values_.detail.sfnzcsy = this.selectDictLabel(this.sysYesNoOptions, feature.values_.detail.sfnzcsy); |
|
|
|
feature.values_.detail.industryRightsText = this.selectDictLabel(this.industryRightsOptions, feature.values_.detail.industryRights); |
|
|
|
feature.values_.detail.industryTypeText = this.selectDictLabel(this.industryTypeOptions, feature.values_.detail.industryType); |
|
|
|
feature.values_.detail.occupyLandText = this.selectDictLabel(this.occupyLandOptions, feature.values_.detail.occupyLand); |
|
|
|
feature.values_.detail.occupyLandTypeText = this.selectDictLabel(this.occupyLandTypeOptions, feature.values_.detail.occupyLandType); |
|
|
|
feature.values_.detail.landSourceText = this.selectDictLabel(this.landSourceOptions, feature.values_.detail.landSource); |
|
|
|
feature.values_.detail.isLoanText = this.selectDictLabel(this.isLoanOptions, feature.values_.detail.isLoan); |
|
|
|
|
|
|
|
this.listDialogHidden('detail'); |
|
|
|
this.openResourceDialog(feature.values_.detail); |
|
|
|
@@ -440,7 +431,7 @@ export default { |
|
|
|
console.log(data) |
|
|
|
let parmasData = { |
|
|
|
tableId: data.id, |
|
|
|
tableName: 't_asset_three', |
|
|
|
tableName: 't_asset_industry', |
|
|
|
bizPath: 'asset', |
|
|
|
}; |
|
|
|
attachmentQuery(parmasData).then((res) => { |
|
|
|
|