From 2bdda0272634aaa2b66b624d3d2178e3cc5bed89 Mon Sep 17 00:00:00 2001 From: Jia Xu Date: Thu, 5 Dec 2024 06:16:29 -0800 Subject: [PATCH] 24695 - EFT Warranty - Add in Supplier Site (location in AP) EFT refund screen (#3167) --- auth-web/package-lock.json | 4 +-- auth-web/package.json | 2 +- .../pay/eft/ShortNameFinancialDialog.vue | 23 ++++++++++++++- .../components/pay/eft/ShortNameRefund.vue | 6 ++++ auth-web/src/models/pay/short-name.ts | 1 + auth-web/src/models/refund.ts | 1 + .../views/pay/eft/ShortNameDetailsView.vue | 21 ++++++++++++++ .../src/views/pay/eft/ShortNameRefundView.vue | 28 +++++++++++++++++++ .../unit/components/ShortNameRefund.spec.ts | 18 ++++++------ .../unit/views/ShortNameRefundView.spec.ts | 1 + 10 files changed, 93 insertions(+), 12 deletions(-) diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index f3bd515a55..a18493b9b1 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.6.118", + "version": "2.6.119", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.6.118", + "version": "2.6.119", "dependencies": { "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/bread-crumb": "1.0.8", diff --git a/auth-web/package.json b/auth-web/package.json index 0e1f260e70..b9ccf534af 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.6.118", + "version": "2.6.119", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/pay/eft/ShortNameFinancialDialog.vue b/auth-web/src/components/pay/eft/ShortNameFinancialDialog.vue index 18f0095157..c6333651b4 100644 --- a/auth-web/src/components/pay/eft/ShortNameFinancialDialog.vue +++ b/auth-web/src/components/pay/eft/ShortNameFinancialDialog.vue @@ -18,6 +18,9 @@

Enter the supplier number created in CAS for this short name

+

+ Enter the supplier site created in CAS for this short name +

+