Revert "给页面增加需要开票的列"

This reverts commit 9aeb6fe0
This commit is contained in:
jishenghua
2025-05-27 23:46:13 +08:00
parent 9aeb6fe028
commit 5f265b5b97
4 changed files with 8 additions and 12 deletions

View File

@@ -244,8 +244,8 @@
offset: 1
},
// 默认索引
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalTaxLastMoney',
'needBackMoney','changeAmount','debt','needInvoiceStr','status'],
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney',
'needBackMoney','changeAmount','debt','status'],
// 默认列
defColumns: [
{
@@ -289,7 +289,6 @@
{ 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' }
}

View File

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

View File

@@ -244,8 +244,8 @@
offset: 1
},
// 默认索引
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalTaxLastMoney','needBackMoney',
'changeAmount','debt','needInvoiceStr','status'],
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney','needBackMoney',
'changeAmount','debt','status'],
// 默认列
defColumns: [
{
@@ -290,7 +290,6 @@
{ 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' }
}

View File

@@ -268,8 +268,8 @@
offset: 1
},
// 默认索引
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalTaxLastMoney',
'needOutMoney','changeAmount','debt','needInvoiceStr','status'],
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney',
'needOutMoney','changeAmount','debt','status'],
// 默认列
defColumns: [
{
@@ -318,7 +318,6 @@
},
{ 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' }
}