|
@@ -1059,10 +1059,59 @@ const formConfig = computed(() => {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ type: "input",
|
|
|
+ prop: "beneficiaryName",
|
|
|
+ label: "Beneficiary Name",
|
|
|
+ required: true,
|
|
|
+ itemWidth: 50,
|
|
|
+ itemType: "text",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "input",
|
|
|
+ prop: "beneficiaryAccountNumber",
|
|
|
+ label: "Beneficiary Account Number",
|
|
|
+ required: true,
|
|
|
+ itemWidth: 50,
|
|
|
+ itemType: "text",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "input",
|
|
|
+ prop: "beneficiaryBank",
|
|
|
+ label: "Beneficiary Bank",
|
|
|
+ required: true,
|
|
|
+ itemWidth: 50,
|
|
|
+ itemType: "text",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "input",
|
|
|
+ prop: "swiftCode",
|
|
|
+ label: "Swift Code",
|
|
|
+ required: true,
|
|
|
+ itemWidth: 50,
|
|
|
+ itemType: "text",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "input",
|
|
|
+ prop: "beneficiaryBankAddress",
|
|
|
+ label: "Beneficiary Bank Address",
|
|
|
+ required: true,
|
|
|
+ itemWidth: 50,
|
|
|
+ itemType: "text",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "input",
|
|
|
+ prop: "beneficiaryAddress",
|
|
|
+ label: "Beneficiary Address",
|
|
|
+ required: true,
|
|
|
+ itemWidth: 50,
|
|
|
+ itemType: "text",
|
|
|
+ },
|
|
|
+ {
|
|
|
type: "slot",
|
|
|
slotName: "person",
|
|
|
label: "客户联系人",
|
|
|
},
|
|
|
+
|
|
|
];
|
|
|
});
|
|
|
const rules = ref({
|