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