@ -321,10 +321,17 @@ export const formSchema: FormSchema[] = [
{
field: 'currency',
label: '币别/金额',
slot: 'currency',
component: 'Input',
dynamicDisabled: true,
colProps: { span: 4 }
},
label: '',
show: false,
field: 'settlementTypeId',
label: '结算方式',
@ -46,7 +46,11 @@
<div class="ds-detail-box">
<!-- 表单区域 -->
<div class="form-area mt15">
<BasicForm @register="registerForm" />
<BasicForm @register="registerForm">
<template #currency="{ model }">
{{ model.currency }} / {{ model.amount }}
</template>
</BasicForm>
</div>
<!-- 结算明细 -->
<div>
@ -1194,6 +1194,7 @@ function handleEdit(data) {
break
// 整票费用驳回
case 'BILL_RECV_REJECTED':
case 'BILL_PAY_REJECTED':
go({
path: '/approve-fee/all-check',
query: {