|
@ -117,7 +117,7 @@ |
|
|
<template #adjustmentAmount="{ row }" v-if="tabCurrent.prop == 'ShareReconciliation'"> |
|
|
<template #adjustmentAmount="{ row }" v-if="tabCurrent.prop == 'ShareReconciliation'"> |
|
|
<div style="position: relative"> |
|
|
<div style="position: relative"> |
|
|
<span>{{ row.adjustmentAmount }}</span> |
|
|
<span>{{ row.adjustmentAmount }}</span> |
|
|
<Icon v-if="row.status==4" |
|
|
<Icon v-if="chooseRow.status==4" |
|
|
icon="ep:edit" |
|
|
icon="ep:edit" |
|
|
color="#409eff" |
|
|
color="#409eff" |
|
|
@click="openDetailForm(row)" |
|
|
@click="openDetailForm(row)" |
|
@ -655,6 +655,7 @@ const changeTabs = async (item) => { |
|
|
] |
|
|
] |
|
|
apiPage.value = CustomerStatementDetailApi.getCustomerToolApportStatementPage |
|
|
apiPage.value = CustomerStatementDetailApi.getCustomerToolApportStatementPage |
|
|
DetailAllSchemas.value = CustomerStatementShareReconciliation.allSchemas |
|
|
DetailAllSchemas.value = CustomerStatementShareReconciliation.allSchemas |
|
|
|
|
|
console.log(555,DetailAllSchemas.value) |
|
|
otherHeadButttonData.value = [ |
|
|
otherHeadButttonData.value = [ |
|
|
{ |
|
|
{ |
|
|
label: t(`ts.导出`).replace('ts.', ''), |
|
|
label: t(`ts.导出`).replace('ts.', ''), |
|
@ -794,8 +795,6 @@ const openDetailForm = (row) => { |
|
|
} |
|
|
} |
|
|
// 调整金额提交 |
|
|
// 调整金额提交 |
|
|
const handleDetailSubmitForm = async (formType, data) => { |
|
|
const handleDetailSubmitForm = async (formType, data) => { |
|
|
console.log(detailRef.value.tableObjectRef.tableList) |
|
|
|
|
|
|
|
|
|
|
|
await CustomerStatementDetailApi.updateAdjustmentAmount(data.id,data.masterId,data.adjustmentAmount) |
|
|
await CustomerStatementDetailApi.updateAdjustmentAmount(data.id,data.masterId,data.adjustmentAmount) |
|
|
message.success(t('common.updateSuccess')) |
|
|
message.success(t('common.updateSuccess')) |
|
|
detailRef.value.submitUpdateList() |
|
|
detailRef.value.submitUpdateList() |
|
|