Browse Source

询证函修改

hella_online_20241121
zhaoxuebing 6 days ago
parent
commit
37c8f19059
  1. 51
      src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/supplierApbalanceMain.data.ts

51
src/views/wms/supplierManage/supplierApbalance/supplierApbalanceMain/supplierApbalanceMain.data.ts

@ -150,23 +150,62 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive<CrudSchema[]>([
// }
// },
// },
{
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<CrudSchema[]>([
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<CrudSchema[]>([
field: 'remark',
sort: 'custom',
isSearch: false,
isTable: false,
},
{
label: '地点ID',

Loading…
Cancel
Save