|
|
@ -48,17 +48,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
component: 'InputNumber', |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '财务凭证号', |
|
|
|
field: 'voucher_number', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
}, |
|
|
|
isTable:false, |
|
|
|
sortTableDefault:6, |
|
|
|
isForm: false |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '状态', |
|
|
@ -328,7 +318,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sortTableDefault:10 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '过账日期', |
|
|
|
label: '过账时间', |
|
|
|
field: 'postingDate', |
|
|
|
formatter: dateFormatter, |
|
|
|
detail: { |
|
|
@ -341,6 +331,17 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 180 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '财务凭证号', |
|
|
|
field: 'voucher_number', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
sortTableDefault:6, |
|
|
|
isForm: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '业务类型', |
|
|
|
field:'businessType', |
|
|
@ -899,7 +900,7 @@ export const SupplierinvoiceRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '凭证号', |
|
|
|
label: '财务凭证号', |
|
|
|
field: 'voucherNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|