Browse Source

合并

jiangcheng/feature-20260402142510-现金四期
jiangcheng 4 days ago
parent
commit
08de72d47c
  1. 3
      src/views/moneyManage/financialAccount/cashFlow.vue

3
src/views/moneyManage/financialAccount/cashFlow.vue

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

Loading…
Cancel
Save