给页面增加需要开票的列

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 offset: 1
}, },
// 默认索引 // 默认索引
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney', defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalTaxLastMoney',
'needBackMoney','changeAmount','debt','status'], 'needBackMoney','changeAmount','debt','needInvoiceStr','status'],
// 默认列 // 默认列
defColumns: [ defColumns: [
{ {
@@ -289,6 +289,7 @@
{ title: '本次退款', dataIndex: 'changeAmount',width:80}, { title: '本次退款', dataIndex: 'changeAmount',width:80},
{ title: '本次欠款', dataIndex: 'debt',width:80}, { title: '本次欠款', dataIndex: 'debt',width:80},
{ title: '备注', dataIndex: 'remark',width:200}, { title: '备注', dataIndex: 'remark',width:200},
{ title: '需要发票', dataIndex: 'needInvoiceStr',width:80},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
} }

View File

@@ -268,8 +268,8 @@
offset: 1 offset: 1
}, },
// 默认索引 // 默认索引
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney', defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalTaxLastMoney',
'needInMoney','changeAmount','debt','status'], 'needInMoney','changeAmount','debt','needInvoiceStr','status'],
// 默认列 // 默认列
defColumns: [ defColumns: [
{ {
@@ -317,6 +317,7 @@
scopedSlots: { customRender: 'customRenderDebt' } scopedSlots: { customRender: 'customRenderDebt' }
}, },
{ title: '备注', dataIndex: 'remark',width:200}, { title: '备注', dataIndex: 'remark',width:200},
{ title: '需要发票', dataIndex: 'needInvoiceStr',width:80},
{ title: '状态', dataIndex: 'status', width: 80, align: "center", { title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' } scopedSlots: { customRender: 'customRenderStatus' }
} }

View File

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

View File

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