给页面增加需要开票的列

This commit is contained in:
jishenghua
2025-05-26 23:31:28 +08:00
parent 3335590c82
commit 9aeb6fe028
4 changed files with 12 additions and 8 deletions

View File

@@ -244,8 +244,8 @@
offset: 1
},
// 默认索引
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney','needBackMoney',
'changeAmount','debt','status'],
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalTaxLastMoney','needBackMoney',
'changeAmount','debt','needInvoiceStr','status'],
// 默认列
defColumns: [
{
@@ -290,6 +290,7 @@
{ title: '本次欠款', dataIndex: 'debt',width:80},
{ title: '销售人员', dataIndex: 'salesManStr',width:120},
{ title: '备注', dataIndex: 'remark',width:200},
{ title: '需要发票', dataIndex: 'needInvoiceStr',width:80},
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' }
}