|
|
|
@ -637,7 +637,7 @@ const ipay88Rules = { |
|
|
|
handlingCharge: [ |
|
|
|
{ required: true, message: t("common_add.feePlaceholder"),trigger: 'change'}, |
|
|
|
{ pattern: /^[0-9]+(\.[0-9]{1,2})?$/, message: t('cash.cashFlow.invalidFormat'),trigger: 'change' } ], |
|
|
|
remark: [{ max: 100, message: t('cash.cashFlow.remarksexceed'), trigger: 'change' }] |
|
|
|
remark: [ {required: true, max: 100, message: t('cash.cashFlow.remarksexceed'), trigger: 'change' }] |
|
|
|
}; |
|
|
|
const handleIpay88 =async () =>{ |
|
|
|
if (!ipay88FormRef.value) return; |
|
|
|
@ -1017,7 +1017,6 @@ onMounted(async () => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<!-- 导出列表弹窗 --> |
|
|
|
<el-dialog v-model="exportListVisible" :title="t('common_export.exportList')" width="80%"> |
|
|
|
<el-table :data="exportList" style="width: 100% ;height: 60vh;" :loading="exportListLoading"> |
|
|
|
|