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',