|
@ -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: '应付挂账金额', |
|
|
label: '应付挂账金额', |
|
|
field: 'ttAccountAp', |
|
|
field: 'ttYfAmt', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 120, |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '其他应付金额', |
|
|
label: '其他应付金额', |
|
|
field: 'ttAccountOthap', |
|
|
field: 'ttQtyfAmt', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 120, |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '预付金额', |
|
|
label: '预付金额', |
|
|
field: 'ttAccountPrepay', |
|
|
field: 'ttPreAmt', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
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: '付款周期', |
|
|
label: '付款周期', |
|
@ -194,13 +233,16 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] |
|
|
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180, |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '创建人', |
|
|
label: '创建人', |
|
|
field: 'creator', |
|
|
field: 'creator', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
isTable: true, |
|
|
isTable: false, |
|
|
isForm:false, |
|
|
isForm:false, |
|
|
isDetail:false, |
|
|
isDetail:false, |
|
|
}, |
|
|
}, |
|
@ -218,6 +260,7 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'remark', |
|
|
field: 'remark', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
|
|
|
isTable: false, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '地点ID', |
|
|
label: '地点ID', |
|
|