From 48f088d4dabfd31ae5fbe306ac610490d59e5953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 19 Oct 2022 21:01:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=8D=95=E6=8D=AE=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=95=B0=E9=87=8F=E5=88=97=E7=9A=84=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/AllocationOutList.vue | 1 + jshERP-web/src/views/bill/AssembleList.vue | 1 + jshERP-web/src/views/bill/DisassembleList.vue | 1 + jshERP-web/src/views/bill/OtherInList.vue | 1 + jshERP-web/src/views/bill/OtherOutList.vue | 1 + jshERP-web/src/views/bill/PurchaseBackList.vue | 1 + jshERP-web/src/views/bill/PurchaseInList.vue | 1 + jshERP-web/src/views/bill/PurchaseOrderList.vue | 1 + jshERP-web/src/views/bill/RetailBackList.vue | 1 + jshERP-web/src/views/bill/RetailOutList.vue | 1 + jshERP-web/src/views/bill/SaleBackList.vue | 1 + jshERP-web/src/views/bill/SaleOrderList.vue | 1 + jshERP-web/src/views/bill/SaleOutList.vue | 1 + 13 files changed, 13 insertions(+) diff --git a/jshERP-web/src/views/bill/AllocationOutList.vue b/jshERP-web/src/views/bill/AllocationOutList.vue index 33f81f2d..54ea20d7 100644 --- a/jshERP-web/src/views/bill/AllocationOutList.vue +++ b/jshERP-web/src/views/bill/AllocationOutList.vue @@ -194,6 +194,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/AssembleList.vue b/jshERP-web/src/views/bill/AssembleList.vue index f3083f10..6b7d6072 100644 --- a/jshERP-web/src/views/bill/AssembleList.vue +++ b/jshERP-web/src/views/bill/AssembleList.vue @@ -194,6 +194,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/DisassembleList.vue b/jshERP-web/src/views/bill/DisassembleList.vue index 7bb9b912..4439da18 100644 --- a/jshERP-web/src/views/bill/DisassembleList.vue +++ b/jshERP-web/src/views/bill/DisassembleList.vue @@ -194,6 +194,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/OtherInList.vue b/jshERP-web/src/views/bill/OtherInList.vue index 123ea89e..465e4e8f 100644 --- a/jshERP-web/src/views/bill/OtherInList.vue +++ b/jshERP-web/src/views/bill/OtherInList.vue @@ -211,6 +211,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/OtherOutList.vue b/jshERP-web/src/views/bill/OtherOutList.vue index bd1be2b0..3059bcb4 100644 --- a/jshERP-web/src/views/bill/OtherOutList.vue +++ b/jshERP-web/src/views/bill/OtherOutList.vue @@ -211,6 +211,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '状态', dataIndex: 'status', width: 80, align: "center", scopedSlots: { customRender: 'customRenderStatus' } diff --git a/jshERP-web/src/views/bill/PurchaseBackList.vue b/jshERP-web/src/views/bill/PurchaseBackList.vue index cbecb45a..6d529836 100644 --- a/jshERP-web/src/views/bill/PurchaseBackList.vue +++ b/jshERP-web/src/views/bill/PurchaseBackList.vue @@ -221,6 +221,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/PurchaseInList.vue b/jshERP-web/src/views/bill/PurchaseInList.vue index 9c81db9b..861a5944 100644 --- a/jshERP-web/src/views/bill/PurchaseInList.vue +++ b/jshERP-web/src/views/bill/PurchaseInList.vue @@ -223,6 +223,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/PurchaseOrderList.vue b/jshERP-web/src/views/bill/PurchaseOrderList.vue index 64bda2fd..13fcf6dc 100644 --- a/jshERP-web/src/views/bill/PurchaseOrderList.vue +++ b/jshERP-web/src/views/bill/PurchaseOrderList.vue @@ -201,6 +201,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/RetailBackList.vue b/jshERP-web/src/views/bill/RetailBackList.vue index c224d8fd..18fafefe 100644 --- a/jshERP-web/src/views/bill/RetailBackList.vue +++ b/jshERP-web/src/views/bill/RetailBackList.vue @@ -221,6 +221,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '付款金额', dataIndex: 'getAmount',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/RetailOutList.vue b/jshERP-web/src/views/bill/RetailOutList.vue index a5493866..e4c3b4d2 100644 --- a/jshERP-web/src/views/bill/RetailOutList.vue +++ b/jshERP-web/src/views/bill/RetailOutList.vue @@ -215,6 +215,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '收款金额', dataIndex: 'getAmount',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/SaleBackList.vue b/jshERP-web/src/views/bill/SaleBackList.vue index c286a59c..637194a3 100644 --- a/jshERP-web/src/views/bill/SaleBackList.vue +++ b/jshERP-web/src/views/bill/SaleBackList.vue @@ -221,6 +221,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/SaleOrderList.vue b/jshERP-web/src/views/bill/SaleOrderList.vue index e3864fca..208d7775 100644 --- a/jshERP-web/src/views/bill/SaleOrderList.vue +++ b/jshERP-web/src/views/bill/SaleOrderList.vue @@ -207,6 +207,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) { diff --git a/jshERP-web/src/views/bill/SaleOutList.vue b/jshERP-web/src/views/bill/SaleOutList.vue index 3cc32597..5922f093 100644 --- a/jshERP-web/src/views/bill/SaleOutList.vue +++ b/jshERP-web/src/views/bill/SaleOutList.vue @@ -223,6 +223,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, + { title: '数量', dataIndex: 'materialCount',width:60}, { title: '金额合计', dataIndex: 'totalPrice',width:80}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80, customRender:function (text,record,index) {