|
@ -1245,21 +1245,27 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '', |
|
|
label: '工厂地点', |
|
|
field: '', |
|
|
field: 'siteId', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
sortTableDefault: 6, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '', |
|
|
label: '税额尾差', |
|
|
field: '', |
|
|
field: 'taxAmountDiff', |
|
|
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '回转时间', |
|
|
label: '回转时间', |
|
|
field: 'reversepostingdate', |
|
|
field: 'reversepostingdate', |
|
@ -1318,21 +1324,16 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
// }
|
|
|
// }
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '工厂地点', |
|
|
label: '', |
|
|
field: 'siteId', |
|
|
field: '', |
|
|
sort: 'custom', |
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '税额尾差', |
|
|
label: '', |
|
|
field: 'taxAmountDiff', |
|
|
field: '', |
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|