From 37c8f19059396bbec25c838cd2f5e6bb78709f2d Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 18 Nov 2024 13:13:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A2=E8=AF=81=E5=87=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierApbalanceMain.data.ts | 57 ++++++++++++++++--- 1 file changed, 50 insertions(+), 7 deletions(-) diff --git a/src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/supplierApbalanceMain.data.ts b/src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/supplierApbalanceMain.data.ts index 858334c5b..55da558ad 100644 --- a/src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/supplierApbalanceMain.data.ts +++ b/src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/supplierApbalanceMain.data.ts @@ -88,9 +88,9 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive([ isTable: false, isForm:false, isDetail:false, - form: { - component: 'SelectV2' - }, + form: { + component: 'SelectV2' + }, }, { label: '名称1', @@ -150,23 +150,62 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive([ // } // }, // }, + { + label: '年度', + field: 'ttYear', + sort: 'custom', + isSearch: false, + }, + { + label: '月度', + field: 'ttPeriod', + sort: 'custom', + isSearch: false, + }, { label: '应付挂账金额', - field: 'ttAccountAp', + field: 'ttYfAmt', sort: 'custom', isSearch: false, + table: { + width: 120, + } }, { label: '其他应付金额', - field: 'ttAccountOthap', + field: 'ttQtyfAmt', sort: 'custom', isSearch: false, + table: { + width: 120, + } }, { label: '预付金额', - field: 'ttAccountPrepay', + field: 'ttPreAmt', sort: 'custom', isSearch: false, + table: { + width: 120, + } + }, + { + label: '暂估余额', + field: 'ttZgAmt', + sort: 'custom', + isSearch: false, + table: { + width: 120, + } + }, + { + label: '活动金额', + field: 'ttActAmt', + sort: 'custom', + isSearch: false, + table: { + width: 120, + } }, { label: '付款周期', @@ -194,13 +233,16 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive([ defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] } }, + table: { + width: 180, + } }, { label: '创建人', field: 'creator', sort: 'custom', isSearch: false, - isTable: true, + isTable: false, isForm:false, isDetail:false, }, @@ -218,6 +260,7 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive([ field: 'remark', sort: 'custom', isSearch: false, + isTable: false, }, { label: '地点ID',