|
@ -555,8 +555,10 @@ const tapCancel = async (id: number) => { |
|
|
// 确认分摊金额 |
|
|
// 确认分摊金额 |
|
|
const handleConfirmShareMoney = async (id: number) => { |
|
|
const handleConfirmShareMoney = async (id: number) => { |
|
|
try { |
|
|
try { |
|
|
|
|
|
debugger |
|
|
await message.confirm(t('ts.是否确认分摊金额')) |
|
|
await message.confirm(t('ts.是否确认分摊金额')) |
|
|
await CustomerStatementMainApi.confirmationShare(id) |
|
|
await CustomerStatementMainApi.confirmationShare(id) |
|
|
|
|
|
chooseRow.value = 5 |
|
|
await message.success(t('ts.确认成功')) |
|
|
await message.success(t('ts.确认成功')) |
|
|
} finally { |
|
|
} finally { |
|
|
// 刷新列表 |
|
|
// 刷新列表 |
|
|