diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue index 96f4f6441..ab2938511 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue @@ -31,14 +31,19 @@ {{ displayListItem(item, 'ApplyUser') }} - + + + + 申请人: + {{ displayListItem(item, 'Remark') }} 总金额: - {{ displayListItem(item, 'SumAmount') }} + {{ decimals(displayListItem(item, 'SumAmount')) }} @@ -381,6 +386,9 @@ } else { return '作废'; } + }, + decimals(data){ + return Number(data).toFixed(2) } }, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue index dd2452aa7..a677f92e7 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue @@ -25,9 +25,10 @@ - - + + @@ -156,9 +157,13 @@ dataSourceId: 'IsFixedAssets', verify: 'NotNull' }, + // Remark: { + // type: 'texteditor', + // title: '备注', + // }, Remark: { - type: 'texteditor', - title: '备注', + type: 'text', + title: '申请人', }, SumAmount: { type: 'text',