From 334fe1ace10afb053e1b2a67a0fc02d2a863261b Mon Sep 17 00:00:00 2001 From: sunzehua Date: Sat, 2 Nov 2024 21:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../paymentSettlementFree/invoiceTable.vue | 3 +++ src/views/operation/invoiceApply/columns.tsx | 1 + src/views/operation/invoiceIssue/detail/index.vue | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/finance/paymentSettlement/paymentSettlementFree/invoiceTable.vue b/src/views/finance/paymentSettlement/paymentSettlementFree/invoiceTable.vue index d18202fd..a4e3b478 100644 --- a/src/views/finance/paymentSettlement/paymentSettlementFree/invoiceTable.vue +++ b/src/views/finance/paymentSettlement/paymentSettlementFree/invoiceTable.vue @@ -384,6 +384,7 @@ function addInfos() { const data = { currencyFrom: 'RMB', currencyTo: item.currency, + feeType: item.feeType } GetExchangeRate(data).then(res => { exchangarr.value.push(res.data) @@ -438,6 +439,7 @@ function addInfos() { const data = { currencyFrom: 'RMB', currencyTo: item.currency, + feeType: item.feeType } GetExchangeRate(data).then(res => { exchangarr.value.push(res.data) @@ -485,6 +487,7 @@ function addInfosFee() { const data = { currencyFrom: currency.value, currencyTo: item.currency, + feeType: item.feeType } GetExchangeRate(data).then(res => { exchangarr.value.push(res.data) diff --git a/src/views/operation/invoiceApply/columns.tsx b/src/views/operation/invoiceApply/columns.tsx index 4971289e..7092d793 100644 --- a/src/views/operation/invoiceApply/columns.tsx +++ b/src/views/operation/invoiceApply/columns.tsx @@ -463,6 +463,7 @@ export const detailSearchFormSchema: FormSchema[] = [ label: '收付', component: 'Select', colProps: { span: 4 }, + defaultValue: '1', componentProps: { options: [ { diff --git a/src/views/operation/invoiceIssue/detail/index.vue b/src/views/operation/invoiceIssue/detail/index.vue index 742bd1bb..34b760de 100644 --- a/src/views/operation/invoiceIssue/detail/index.vue +++ b/src/views/operation/invoiceIssue/detail/index.vue @@ -73,7 +73,7 @@ 查看发票 - 手动登记 + 手动登记 @@ -280,11 +280,11 @@ -
+