From 7dc69894ea89eb237351706c375d20f3c88a7a17 Mon Sep 17 00:00:00 2001 From: lb01 Date: Fri, 2 Dec 2022 17:56:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E8=B4=B9=E5=BC=80=E6=94=AF=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E6=B7=BB=E5=8A=A0=E5=AD=90=E8=A1=A8=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E9=99=90=E5=88=B6=E7=BB=8F=E8=B4=B9=E5=BC=80=E6=94=AF?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=95=B0=E5=AD=97=EF=BC=8C=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E6=84=8F=E8=A7=81=E5=AD=97=E6=AE=B5=E5=BF=85=E5=A1=AB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Audit_Expenditures/single.vue | 110 ++++++++++++++++-- .../FundsApply/single.vue | 6 +- .../pages/nworkflow/myflow/sign.vue | 15 ++- 3 files changed, 114 insertions(+), 17 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/Audit_Expenditures/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/Audit_Expenditures/single.vue index 25d002468..29f5ed93c 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/Audit_Expenditures/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/Audit_Expenditures/single.vue @@ -12,15 +12,27 @@ - - - - - + + + + 明细 + + + + + + + + + + + + + + + + + { + getFormData(ProcessId){ + return this.HTTP_GET("learun/adms/FundsApply/shList",{ProcessId},"加载数据时出错").then(async res=>{ if(res){ // res.F_SourceName = res.F_SourceName&&this.GET_GLOBAL('department')[res.F_SourceName]? this.GET_GLOBAL('department')[res.F_SourceName].name : res.F_SourceName this.formData = res + this.FundsApplyDetail = res.FundsApplyDetail let fileList = await this.getFileListById(res.F_NewsImage) if(fileList&&fileList.length){ this.fileList = [fileList[0]] @@ -255,3 +278,68 @@ export default { } } + + 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 f55367a6f..acc3eb81a 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 @@ -31,9 +31,9 @@ - - - + + + diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue index d95524206..93ee08962 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue @@ -33,7 +33,7 @@ - + @@ -142,7 +142,12 @@ export default { this.CONFIRM('请补全必填项', '必须指定一个加签用户') return } - + + if(!this.remark){ + this.TOAST(`请签署审批意见`) + return false; + } + const postData = { operationCode: this.taskParam.code, operationName: this.taskParam.name, @@ -254,7 +259,11 @@ export default { } } - + + + + + const success = await this.HTTP_POST( this.type === 'sign' ? 'learun/adms/newwf/sign' : 'learun/adms/newwf/audit', postData,