From da1046dd3f35127d23388121185cc084c44cc554 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Wed, 28 Aug 2024 14:27:53 +0800 Subject: [PATCH] =?UTF-8?q?HL-5499=20SCP=E6=AD=A3=E5=BC=8F=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=EF=BC=8C=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91=E7=A5=A8?= =?UTF-8?q?=E4=BD=9C=E5=BA=9F=E5=8A=9F=E8=83=BD=E9=80=BB=E8=BE=91=E8=AF=A6?= =?UTF-8?q?=E8=A7=81=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoiceRecordMain.data.ts | 149 +++++++++++++----- .../supplierinvoiceRequestMain.data.ts | 15 +- ...pplierinvoiceRequestMainDifference.data.ts | 15 +- 3 files changed, 136 insertions(+), 43 deletions(-) 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