From 53537e768bd916e326643fca1f432f9aab4f8475 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 24 Jun 2024 14:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoiceRecordMain.data.ts | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts index 83aee647a..561228f9b 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts @@ -48,17 +48,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ 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([ sortTableDefault:10 }, { - label: '过账日期', + label: '过账时间', field: 'postingDate', formatter: dateFormatter, detail: { @@ -341,6 +331,17 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ 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 } }, { - label: '凭证号', + label: '财务凭证号', field: 'voucherNumber', sort: 'custom', table: {