From d2402864e63dfec4279f47df137b51dcd0eb6cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 31 Jul 2025 09:15:59 +0800 Subject: [PATCH] =?UTF-8?q?task=2044941=20=E8=B5=84=E4=BA=A7=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/property/asset-details/index.html | 124 +++++++++++++++----- src/views/property/asset-details/index.js | 3 +- src/views/resources/comps/buttom/1/index.js | 6 +- 3 files changed, 102 insertions(+), 31 deletions(-) diff --git a/src/views/property/asset-details/index.html b/src/views/property/asset-details/index.html index 414dd40..58c75d2 100644 --- a/src/views/property/asset-details/index.html +++ b/src/views/property/asset-details/index.html @@ -1,32 +1,59 @@
-
{{data.name}}
+
{{data.assetName}}
+
{{data.name}}
-
+

资产编码

{{data.code}}

-

资产名称

-

{{data.name}}

+

资产类别

+

{{data.assetType}}

+
+
+

处置类型

+

{{data.assetStatus}}

+
+
+

处置原因

+

{{data.doRemark}}

+
+
+

申请日期

+

{{data.applyAt}}

+
+
+

审批状态

+

{{data.auditStatus}}

+
+
+
+
+

资产编码

+

{{data.code}}

-

资产类型

+

资产类别

{{data.assetType}}

-

经营属性

-

{{data.operationType}}

+

原值

+

{{data.originalValue}}

+
+
+

天数

+

{{data.days}}

增加方式

{{data.addType}}

-

购建时间

+

构建时间

{{data.buildTime}}

@@ -34,35 +61,78 @@

{{data.useType}}

-

资产状态

-

{{data.assetStatus}}

-
-
-

数量/面积

+

数量/建筑面积

{{data.quantity}}

-

计量单位

+

单位

{{data.unit}}

-

原值(元)

-

{{data.originalValue}}

+

坐落位置

+

{{data.location}}

+
+
+

累计折旧

+

{{data.depreciationValue}}

+
+
+
+
+

合同编码

+

{{data.code}}

+
+
+

合同截止日期

+

{{data.endTime}}

+
+
+

预结款日期

+

{{data.settlementDate}}

+
+
+

结款金额

+

{{data.settlementAmount}}

+
+
+

天数

+

{{data.days}}

+
+
+

合同类型

+

{{data.assetType}}

-

折旧方式

-

{{data.depreciationType}}

+

合同来源

+

{{data.contractionSource}}

+
+
+

签订日期

+

{{data.buildingTime}}

+
+
+

甲方

+

{{data.firstParty}}

+
+
+

乙方

+

{{data.secondParty}}

+
+
+

开始日期

+

{{data.startTime}}

+
+
+

标的数量

+

{{data.num}}

+
+
+

单位

+

{{data.unit}}

-

附件

-

- -

+

收付款类型

+

{{data.collectionPay}}

diff --git a/src/views/property/asset-details/index.js b/src/views/property/asset-details/index.js index 32b534f..4eced33 100644 --- a/src/views/property/asset-details/index.js +++ b/src/views/property/asset-details/index.js @@ -2,7 +2,8 @@ import { attachmentList } from "@/api/common/uploadAttachment.js"; export default { props: { - data: {} + data: {}, + type: '1' }, data () { return { diff --git a/src/views/resources/comps/buttom/1/index.js b/src/views/resources/comps/buttom/1/index.js index f19aa9b..fcb9e09 100644 --- a/src/views/resources/comps/buttom/1/index.js +++ b/src/views/resources/comps/buttom/1/index.js @@ -40,9 +40,9 @@ export default { this.data[0][0].value = res.data.nyd this.data[0][1].value = res.data.jsyd this.data[0][2].value = res.data.wlydjlm - this.data[0][3].value = res.data.numWlydjlm - this.data[0][4].value = res.data.nyd - this.data[0][5].value = res.data.wlydjlm + this.data[0][3].value = res.data.numNyd + this.data[0][4].value = res.data.numJsyd + this.data[0][5].value = res.data.numWlydjlm this.data = data this.isLoad = true;