|
|
@ -676,11 +676,11 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '回转时间', |
|
|
|
label: '回转日期', |
|
|
|
field: 'reversepostingdate', |
|
|
|
formatter: dateFormatter2, |
|
|
|
formatter: dateFormatter, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD' |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -1267,10 +1267,10 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '回转时间', |
|
|
|
label: '回转日期', |
|
|
|
field: 'reversepostingdate', |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD' |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
@ -1311,8 +1311,8 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '备注', |
|
|
|
field: 'remark', |
|
|
|
label: '参考凭证描述', |
|
|
|
field: 'voucherNumberRemark', |
|
|
|
sort: 'custom', |
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
@ -1696,8 +1696,8 @@ export const SupplierinvoiceRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '备注', |
|
|
|
field: 'remark', |
|
|
|
label: '参考凭证描述', |
|
|
|
field: 'voucherNumberRemark', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -1766,7 +1766,7 @@ export const SupplierinvoiceRecordMainTransfer = useCrudSchemas(reactive<CrudSch |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '过账日期', |
|
|
|
label: '回转日期', |
|
|
|
field: 'reversepostingdate', |
|
|
|
formatter: dateFormatter, |
|
|
|
detail: { |
|
|
|