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 }} + +
+