给页面增加需要开票的列
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
@@ -289,6 +289,7 @@
|
||||
{ title: '本次退款', dataIndex: 'changeAmount',width:80},
|
||||
{ title: '本次欠款', dataIndex: 'debt',width:80},
|
||||
{ title: '备注', dataIndex: 'remark',width:200},
|
||||
{ title: '需要发票', dataIndex: 'needInvoiceStr',width:80},
|
||||
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
|
||||
scopedSlots: { customRender: 'customRenderStatus' }
|
||||
}
|
||||
|
||||
@@ -268,8 +268,8 @@
|
||||
offset: 1
|
||||
},
|
||||
// 默认索引
|
||||
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney',
|
||||
'needInMoney','changeAmount','debt','status'],
|
||||
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalTaxLastMoney',
|
||||
'needInMoney','changeAmount','debt','needInvoiceStr','status'],
|
||||
// 默认列
|
||||
defColumns: [
|
||||
{
|
||||
@@ -317,6 +317,7 @@
|
||||
scopedSlots: { customRender: 'customRenderDebt' }
|
||||
},
|
||||
{ title: '备注', dataIndex: 'remark',width:200},
|
||||
{ title: '需要发票', dataIndex: 'needInvoiceStr',width:80},
|
||||
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
|
||||
scopedSlots: { customRender: 'customRenderStatus' }
|
||||
}
|
||||
|
||||
@@ -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' }
|
||||
}
|
||||
|
||||
@@ -268,8 +268,8 @@
|
||||
offset: 1
|
||||
},
|
||||
// 默认索引
|
||||
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney',
|
||||
'needOutMoney','changeAmount','debt','status'],
|
||||
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalTaxLastMoney',
|
||||
'needOutMoney','changeAmount','debt','needInvoiceStr','status'],
|
||||
// 默认列
|
||||
defColumns: [
|
||||
{
|
||||
@@ -318,6 +318,7 @@
|
||||
},
|
||||
{ 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' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user