|
@ -282,7 +282,19 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '价差合计', |
|
|
|
|
|
field: 'differencePriceTotalMain', |
|
|
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 100 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault: 3, |
|
|
|
|
|
isForm: false, |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
isSearch: false, |
|
|
|
|
|
isDetail: true, |
|
|
|
|
|
}, |
|
|
// {
|
|
|
// {
|
|
|
// label: '未税金额',
|
|
|
// label: '未税金额',
|
|
|
// field: 'beforeTaxAmount',
|
|
|
// field: 'beforeTaxAmount',
|
|
@ -506,19 +518,6 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
}, |
|
|
}, |
|
|
sortTableDefault:5, |
|
|
sortTableDefault:5, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '价差合计', |
|
|
|
|
|
field: 'differencePriceTotalMain', |
|
|
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 100 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault: 5, |
|
|
|
|
|
isForm: false, |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
isSearch: false, |
|
|
|
|
|
isDetail: true, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '价差说明', |
|
|
label: '价差说明', |
|
|
field: 'balanceStatement', |
|
|
field: 'balanceStatement', |
|
|