|
@ -720,6 +720,17 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isTable:true, |
|
|
isTable:true, |
|
|
isForm: false |
|
|
isForm: false |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '模具分摊回转凭证号', |
|
|
|
|
|
field: 'allocationTransferNumber', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 200, |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault:11, |
|
|
|
|
|
isTable:true, |
|
|
|
|
|
isForm: false |
|
|
|
|
|
}, |
|
|
// {
|
|
|
// {
|
|
|
// label: '冲销日记帐',
|
|
|
// label: '冲销日记帐',
|
|
|
// field: 'reverseInvoiceJournal',
|
|
|
// field: 'reverseInvoiceJournal',
|
|
|