|
|
@ -106,7 +106,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'goldenTaxInvoiceNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 200 |
|
|
|
}, |
|
|
|
sortTableDefault:5, |
|
|
|
isSearch: true |
|
|
@ -454,7 +454,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'voucherNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
width: 200, |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
sortTableDefault:6, |
|
|
@ -1491,7 +1491,7 @@ export const SupplierinvoiceRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
field: 'voucherNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 200 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|