diff --git a/jshERP-web/src/views/bill/PurchaseBackList.vue b/jshERP-web/src/views/bill/PurchaseBackList.vue index 2c519ea4..05842785 100644 --- a/jshERP-web/src/views/bill/PurchaseBackList.vue +++ b/jshERP-web/src/views/bill/PurchaseBackList.vue @@ -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' } } diff --git a/jshERP-web/src/views/bill/PurchaseInList.vue b/jshERP-web/src/views/bill/PurchaseInList.vue index a2a09570..1e180ee9 100644 --- a/jshERP-web/src/views/bill/PurchaseInList.vue +++ b/jshERP-web/src/views/bill/PurchaseInList.vue @@ -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' } } diff --git a/jshERP-web/src/views/bill/SaleBackList.vue b/jshERP-web/src/views/bill/SaleBackList.vue index a7b3a86b..bc39621f 100644 --- a/jshERP-web/src/views/bill/SaleBackList.vue +++ b/jshERP-web/src/views/bill/SaleBackList.vue @@ -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' } } diff --git a/jshERP-web/src/views/bill/SaleOutList.vue b/jshERP-web/src/views/bill/SaleOutList.vue index 5113dc2d..818c2866 100644 --- a/jshERP-web/src/views/bill/SaleOutList.vue +++ b/jshERP-web/src/views/bill/SaleOutList.vue @@ -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' } }