From d0bf9a1c732b6a1533478122992e2d8a21505b4d Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 27 Sep 2023 15:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/paymentdetailsDialog.vue | 61 ++++++++++++++++--- .../components/caseentryDialog.vue | 59 +++++++++++++----- 2 files changed, 97 insertions(+), 23 deletions(-) diff --git a/src/views/awardManagement/components/paymentdetailsDialog.vue b/src/views/awardManagement/components/paymentdetailsDialog.vue index 0764ccf..3ce6eaa 100644 --- a/src/views/awardManagement/components/paymentdetailsDialog.vue +++ b/src/views/awardManagement/components/paymentdetailsDialog.vue @@ -32,15 +32,21 @@ {{ form.claimLiquidDamag }} - {{ - form.aaa - }} - {{ - form.aaa - }} - {{ - form.aaa - }} + + + {{ applicantFile }} + + + + + {{ respondentFile }} + + + + + {{ awardFile }} + + { + if ((item.annexType = 2)) { + this.applicantFile = item.annexName; + this.applicantPath = item.annexPath; + } else if ((item.annexType = 6)) { + this.respondentFile = item.annexName; + this.respondenPath = item.annexPath; + } else if ((item.annexType = 3)) { + this.awardFile = item.annexName; + this.awardPath = item.annexPath; + } + }); + } + }, + toFile(val) { + let headPath = window.location.origin + "/API"; + if (val == 2) { + window.open(headPath + this.applicantPath, "_black"); + } else if (val == 6) { + window.open(headPath + this.respondenPath, "_black"); + } else if (val == 3) { + window.open(headPath + this.awardPath, "_black"); + } + }, // 校验裁决书 verificationArbitrateRecordFn(parms) { verificationArbitrateRecord(parms).then((res) => { @@ -283,4 +323,7 @@ export default { .esign { border: 1px solid; } +a { + color: blue; +} \ No newline at end of file diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue index f457c52..26b806c 100644 --- a/src/views/caseManagement/components/caseentryDialog.vue +++ b/src/views/caseManagement/components/caseentryDialog.vue @@ -119,6 +119,7 @@ ref="fileupload" :action="UploadUrl()" :on-success="handlSuccess" + :on-remove="handleRemove" :before-remove="beforeRemove" :data="filedata" :headers="headers" @@ -137,9 +138,17 @@ - +
+ + {{ item }} + +
@@ -147,11 +156,16 @@ - {{ - caseAttachList[0].annexName - }} +
+ + {{ item }} + +
+