diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts index 8dbfe3f4f..bc62d2bc5 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts @@ -674,19 +674,9 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ // isTable: false, // isForm: false, // }, + { - label: '回转凭证号', - field: 'transferNumber', - sort: 'custom', - table: { - width: 200, - }, - sortTableDefault:11, - isTable:true, - isForm: false - }, - { - label: '回转日期', + label: '回转时间', field: 'reversepostingdate', formatter: dateFormatter2, detail: { @@ -699,29 +689,41 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ sortTableDefault:11, }, { - label: '冲销日记帐', - field: 'reverseInvoiceJournal', + label: '说明',//回转说明 + field: 'tcCInvoiceRemark', sortTableDefault:11, table: { width: 150 }, }, { - label: '调整账代码', - field: 'adjustmentJournal', - sortTableDefault:11, + label: '回转凭证号', + field: 'transferNumber', + sort: 'custom', table: { - width: 150 + width: 200, }, - }, - { - label: '回转说明', - field: 'tcCInvoiceRemark', sortTableDefault:11, - table: { - width: 150 - }, + isTable:true, + isForm: false }, + // { + // label: '冲销日记帐', + // field: 'reverseInvoiceJournal', + // sortTableDefault:11, + // table: { + // width: 150 + // }, + // }, + // { + // label: '调整账代码', + // field: 'adjustmentJournal', + // sortTableDefault:11, + // table: { + // width: 150 + // }, + // }, + { label: '采购审批时间', field: 'procurementCreateTime', @@ -874,7 +876,7 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive