|
|
@ -254,7 +254,7 @@ const butttondata = (row, $index) => { |
|
|
|
{ |
|
|
|
label: t('ts.确认对比结果'), |
|
|
|
name: 'confirmationContrast', |
|
|
|
hide: isShowMainButton(row, ['2']), |
|
|
|
hide: row.isCompare!='1', |
|
|
|
type: 'primary', |
|
|
|
icon: '', |
|
|
|
color: '', |
|
|
@ -273,7 +273,7 @@ const butttondata = (row, $index) => { |
|
|
|
{ |
|
|
|
label: t('ts.确认分摊金额'), |
|
|
|
name: 'confirmShareMoney', |
|
|
|
hide: isShowMainButton(row, ['4']), |
|
|
|
hide: row.isShare!='1', |
|
|
|
type: 'primary', |
|
|
|
color: '', |
|
|
|
hasPermi: 'wms:customer-statement-main:confirmationShare', |
|
|
@ -592,6 +592,10 @@ const changeTabs = async (item) => { |
|
|
|
{ |
|
|
|
key: 'masterId', |
|
|
|
value: chooseRow.value.id |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'status', |
|
|
|
value: 0 |
|
|
|
} |
|
|
|
] |
|
|
|
apiPage.value = CustomerStatementDetailApi.getCustomerToolApportStatementPage |
|
|
|