|
@ -237,8 +237,8 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'invoiceTime', |
|
|
field: 'invoiceTime', |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
formatter: dateFormatter, |
|
|
formatter: dateFormatter, |
|
|
deatil: { |
|
|
detail: { |
|
|
dateFormatter: 'YYYY-MM-DD HH:mm:ss' |
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
}, |
|
|
}, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -293,8 +293,8 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
isTableForm:false, |
|
|
isTableForm:false, |
|
|
formatter: dateFormatter, |
|
|
formatter: dateFormatter, |
|
|
deatil: { |
|
|
detail: { |
|
|
dateFormatter: 'YYYY-MM-DD HH:mm:ss' |
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
}, |
|
|
}, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -306,9 +306,9 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'activeDate', |
|
|
field: 'activeDate', |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
isTableForm:false, |
|
|
isTableForm:false, |
|
|
formatter: dateFormatter2, |
|
|
formatter: dateFormatter, |
|
|
deatil: { |
|
|
detail: { |
|
|
dateFormatter: 'YYYY-MM-DD' |
|
|
dateFormat: 'YYYY-MM-DD' |
|
|
}, |
|
|
}, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -321,8 +321,8 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
isTableForm:false, |
|
|
isTableForm:false, |
|
|
formatter: dateFormatter, |
|
|
formatter: dateFormatter, |
|
|
deatil: { |
|
|
detail: { |
|
|
dateFormatter: 'YYYY-MM-DD HH:mm:ss' |
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
}, |
|
|
}, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -335,8 +335,8 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
isTableForm:false, |
|
|
isTableForm:false, |
|
|
formatter: dateFormatter, |
|
|
formatter: dateFormatter, |
|
|
deatil: { |
|
|
detail: { |
|
|
dateFormatter: 'YYYY-MM-DD HH:mm:ss' |
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
}, |
|
|
}, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|