From a3255fd100014044cfd90f586394717488bc826e Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 23 Apr 2024 14:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=94=80=E5=94=AE=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xiaoshoudingdanByJinRong.vue | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByJinRong.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByJinRong.vue index f128e36127..321b4f9f38 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByJinRong.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByJinRong.vue @@ -626,9 +626,23 @@ export default { // 同意 openAgree(val) { this.operation = val - this.companyInvoicingVisible = true - this.linkByParameter.companyInvoicingName = this.formobj.companyInvoicingName - this.linkByParameter.companyInvoicingSid = this.formobj.companyInvoicingSid + if (this.formobj.payTypeKey === '2') { + this.companyInvoicingVisible = true + this.linkByParameter.companyInvoicingName = this.formobj.companyInvoicingName + this.linkByParameter.companyInvoicingSid = this.formobj.companyInvoicingSid + } else { + this.currentLink = true + this.countersignLink = false + this.dialogList.comment = '同意' + getNextNodesForSubmit({ taskDefKey: this.current.taskDefKey, businessSid: this.linkByParameter.businessSid }).then((resp) => { + if (resp.success) { + var arr = resp.data + this.nextNode = arr[0] + this.nodeDialogVisible = true + } + this.submitdisabled = false + }) + } }, confirm() { if (this.linkByParameter.companyInvoicingName === '') {