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 28002e1d0..dd2452aa7 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 @@ -253,8 +253,15 @@ } else { const result = await this.HTTP_GET('/learun/adms/FundsApply/form', this.id) + result.FundsApply.SumAmount = Number(result.FundsApply.SumAmount).toFixed(2) this.origin = await this.formatFormData(result) - this.FundsApplyDetail = result.FundsApplyDetail + if(result.FundsApplyDetail.length){ + for(let i =0;i{ - console.log(_this.canvasW) context.drawImage(goodsImg,250,150,100,100) context.draw(true,(res)=>{ - // console.log(res) + }) }) },