From c17af80e5240c046905e00639a6c0dab1fda3388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98huanghaiixia=E2=80=99?= <980486410@.com> Date: Wed, 11 Feb 2026 16:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E7=BB=93=E7=AE=97=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/measureListModal.vue | 22 ++++++++---- .../common/priceComposeListModal.vue | 2 +- .../PngSettleHdr/components/createForm.vue | 34 +++++++++++++------ 3 files changed, 40 insertions(+), 18 deletions(-) diff --git a/src/components/common/measureListModal.vue b/src/components/common/measureListModal.vue index 4237bb9..76aa896 100644 --- a/src/components/common/measureListModal.vue +++ b/src/components/common/measureListModal.vue @@ -9,11 +9,11 @@ - - @@ -57,7 +57,7 @@ { dataIndex: 'qtyMeaM3', title: '完成量(方)', align: 'left',width: 120}, { dataIndex: 'rateM3Gj', title: '比值(方/吉焦)', align: 'left',width: 120}, { dataIndex: 'ksName', title: '销售合同', align: 'left',}, - { dataIndex: 'file', title: '附件', align: 'left',}, + { dataIndex: 'file', title: '附件', align: 'left',width: 200}, { dataIndex: 'settledSign', title: '已结算', align: 'left',width: 100}, ]; @@ -102,6 +102,16 @@ }, afterFetch: (res) => { tableData.value = res || [] + tableData.value.forEach(v => { + let a = v.attachList ? v.attachList.split(',') : [] + v.lngFileUploadList = [] + a.forEach(k => { + v.lngFileUploadList.push({ + fileOrg: k.split('@')[0], + fileUrl: k.split('@')[1] + }) + }) + }) }, rowSelection: { type: props.selectType, diff --git a/src/components/common/priceComposeListModal.vue b/src/components/common/priceComposeListModal.vue index 214927d..e007309 100644 --- a/src/components/common/priceComposeListModal.vue +++ b/src/components/common/priceComposeListModal.vue @@ -43,8 +43,8 @@ { title: t('价格描述'), dataIndex: 'priceDesc', width:130}, { title: t('数量(吉焦)'), dataIndex: 'qtySettleGj', width: 120}, { title: t('数量(方)'), dataIndex: 'qtySettleM3', width: 120}, - { title: t('价格(元/方)'), dataIndex: 'priceM3', width: 120}, { title: t('价格(元/吉焦)'), dataIndex: 'priceGj', width: 120}, + { title: t('价格(元/方)'), dataIndex: 'priceM3', width: 120}, { title: t('金额(元)'), dataIndex: 'amount', width: 120}, ]; diff --git a/src/views/dayPlan/PngSettleHdr/components/createForm.vue b/src/views/dayPlan/PngSettleHdr/components/createForm.vue index e960a4a..eaeb652 100644 --- a/src/views/dayPlan/PngSettleHdr/components/createForm.vue +++ b/src/views/dayPlan/PngSettleHdr/components/createForm.vue @@ -79,11 +79,15 @@ -
+
新增 删除 + 一次结算量吉焦: + 二次结算量吉焦: + 结算总量(吉焦): + 结算总金额:
- +