feature-JimuReport-1106-yjl
sunzehua 1 month ago
parent 07a862b72f
commit 334fe1ace1

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

@ -463,6 +463,7 @@ export const detailSearchFormSchema: FormSchema[] = [
label: '收付',
component: 'Select',
colProps: { span: 4 },
defaultValue: '1',
componentProps: {
options: [
{

@ -73,7 +73,7 @@
<span class="iconfont icon-ic_search24px"></span>查看发票
</a-button>
<a-button @click="openHand" v-repeat type="link" v-if="route.query.id">
<span class="iconfont icon-ic_search24px"></span>手动登记
<span class="iconfont icon-leixing"></span>手动登记
</a-button>
</div>
</div>
@ -280,11 +280,11 @@
</editCompent>
</div>
</div>
<div>
<!-- <div>
<a-button type="link">
<i class="icon-a-17Btuichu iconfont"></i> 提取备注</a-button>
<a-button type="link"><i class="icon-jichupeizhi iconfont"></i>模板设置</a-button>
</div>
</div> -->
</div>
</div>

Loading…
Cancel
Save