diff --git a/src/views/industry/main-gis/index.js b/src/views/industry/main-gis/index.js index f2c6f14..cae49ce 100644 --- a/src/views/industry/main-gis/index.js +++ b/src/views/industry/main-gis/index.js @@ -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) => { diff --git a/src/views/industry/popover/index.html b/src/views/industry/popover/index.html index 2c13908..7b0fcf7 100644 --- a/src/views/industry/popover/index.html +++ b/src/views/industry/popover/index.html @@ -1,80 +1,62 @@
-

{{data.zcmc}}×

+

{{data.industryName}}×

-

资产编码

-

{{data.zcdm}}

-

资产名称

-

{{data.zcmc}}

+

产业编码

+

{{data.industryCode}}

+

产业名称

+

{{data.industryName}}

-

三清类型

-

{{data.threeAssetType}}

-

资产类型

-

{{data.threeDetailType}}

+

产业权属

+

{{data.industryRightsText}}

+

产业类型

+

{{data.industryTypeText}}

-

用地面积(亩)

-

{{data.ydmj}}

-

建筑面积(㎡)

-

{{data.jzmj}}

+

其他产业

+

{{data.industryTypeOther}}

+

主要产品

+

{{data.productName}}

-

所在组

-

{{data.szz}}

-

权属性质

-

{{data.natureOwnership}}

+

占用土地

+

{{data.occupyLandText}}

+

占地面积(亩)

+

{{data.occupyLandArea}}

-

权属是否存在争议

-

{{data.qssfczzy}}

-

权属主体

-

{{data.qszt}}

+

占用类型

+

{{data.occupyLandTypeText}}

+

其他占用

+

{{data.occupyLandTypeOther}}

-

是否委托代管

-

{{data.sfwtdg}}

-

联系电话

-

{{data.lxdh}}

+

土地来源

+

{{data.landSourceText}}

+

其他来源

+

{{data.landSourceOther}}

-

23年盘活方式

-

{{data.phfs23}}

-

23年效益(万元)

-

{{data.xy23}}

+

产业投资金额(万)

+

{{data.investmentAmount}}

+

产业估值(万)

+

{{data.industryValuation}}

-

24年盘活方式

-

{{data.phfs24}}

-

24年效益(万元)

-

{{data.xy24}}

+

年销售额(万)

+

{{data.yearSaleAmount}}

+

年利润(万)

+

{{data.yearProfitAmount}}

-

盘活情况

-

{{data.phqk}}

-

资产闲置原因

-

{{data.xzyy}}

-
-
-

是否能正常使用

-

{{data.sfnzcsy}}

-

完善后使用

-

{{data.wshsy}}

-
-
-

不能使用

-

{{data.bnsy}}

-

盘活措施

-

{{data.phcs}}

-
-
-

盘活时限

-

{{data.phsx}}

-

资产统计年度

-

{{data.zctjnd}}

+

有贷款需求

+

{{data.isLoanText}}

+

计划贷款金额(万)

+

{{data.loanAmount}}

备注

-

{{data.bz}}

+

{{data.industryBz}}

附件