diff --git a/jshERP-web/src/views/bill/AllocationOutList.vue b/jshERP-web/src/views/bill/AllocationOutList.vue index 25909d70..fcc98929 100644 --- a/jshERP-web/src/views/bill/AllocationOutList.vue +++ b/jshERP-web/src/views/bill/AllocationOutList.vue @@ -207,13 +207,7 @@ scopedSlots: { customRender: 'action' }, }, { title: '单据编号', dataIndex: 'number',width:160}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/AssembleList.vue b/jshERP-web/src/views/bill/AssembleList.vue index 624afed6..e8f6756a 100644 --- a/jshERP-web/src/views/bill/AssembleList.vue +++ b/jshERP-web/src/views/bill/AssembleList.vue @@ -207,13 +207,7 @@ scopedSlots: { customRender: 'action' }, }, { title: '单据编号', dataIndex: 'number',width:160}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/DisassembleList.vue b/jshERP-web/src/views/bill/DisassembleList.vue index 75ab6d12..d346db53 100644 --- a/jshERP-web/src/views/bill/DisassembleList.vue +++ b/jshERP-web/src/views/bill/DisassembleList.vue @@ -207,13 +207,7 @@ scopedSlots: { customRender: 'action' }, }, { title: '单据编号', dataIndex: 'number',width:160}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/OtherInList.vue b/jshERP-web/src/views/bill/OtherInList.vue index 49e2828b..9cbbb893 100644 --- a/jshERP-web/src/views/bill/OtherInList.vue +++ b/jshERP-web/src/views/bill/OtherInList.vue @@ -225,13 +225,7 @@ { title: '供应商', dataIndex: 'organName',width:120, ellipsis:true}, { title: '单据编号', dataIndex: 'number',width:160}, { title: '关联单据', dataIndex: 'linkNumber',width:140}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/OtherOutList.vue b/jshERP-web/src/views/bill/OtherOutList.vue index 334ab83a..8426a76e 100644 --- a/jshERP-web/src/views/bill/OtherOutList.vue +++ b/jshERP-web/src/views/bill/OtherOutList.vue @@ -225,13 +225,7 @@ { title: '客户', dataIndex: 'organName',width:120, ellipsis:true}, { title: '单据编号', dataIndex: 'number',width:160}, { title: '关联单据', dataIndex: 'linkNumber',width:140}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/PurchaseBackList.vue b/jshERP-web/src/views/bill/PurchaseBackList.vue index 10e29d1f..e893f6b7 100644 --- a/jshERP-web/src/views/bill/PurchaseBackList.vue +++ b/jshERP-web/src/views/bill/PurchaseBackList.vue @@ -241,13 +241,7 @@ } }, { title: '关联单据', dataIndex: 'linkNumber',width:140}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/PurchaseInList.vue b/jshERP-web/src/views/bill/PurchaseInList.vue index 70d60360..9d47efcc 100644 --- a/jshERP-web/src/views/bill/PurchaseInList.vue +++ b/jshERP-web/src/views/bill/PurchaseInList.vue @@ -266,13 +266,7 @@ } }, { title: '关联订单', dataIndex: 'linkNumber',width:140}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/PurchaseOrderList.vue b/jshERP-web/src/views/bill/PurchaseOrderList.vue index 4fd59056..eb2a6ba5 100644 --- a/jshERP-web/src/views/bill/PurchaseOrderList.vue +++ b/jshERP-web/src/views/bill/PurchaseOrderList.vue @@ -221,13 +221,7 @@ } }, { title: '关联订单', dataIndex: 'linkNumber',width:140}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/RetailBackList.vue b/jshERP-web/src/views/bill/RetailBackList.vue index b3292e13..d3b6aa45 100644 --- a/jshERP-web/src/views/bill/RetailBackList.vue +++ b/jshERP-web/src/views/bill/RetailBackList.vue @@ -241,13 +241,7 @@ } }, { title: '关联单据', dataIndex: 'linkNumber',width:140}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/RetailOutList.vue b/jshERP-web/src/views/bill/RetailOutList.vue index 511055f5..a36b9f2b 100644 --- a/jshERP-web/src/views/bill/RetailOutList.vue +++ b/jshERP-web/src/views/bill/RetailOutList.vue @@ -234,13 +234,7 @@ return text } }, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '收款类型', dataIndex: 'payType',width:80}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, diff --git a/jshERP-web/src/views/bill/SaleBackList.vue b/jshERP-web/src/views/bill/SaleBackList.vue index 3c97770d..d5f854bb 100644 --- a/jshERP-web/src/views/bill/SaleBackList.vue +++ b/jshERP-web/src/views/bill/SaleBackList.vue @@ -241,13 +241,7 @@ } }, { title: '关联单据', dataIndex: 'linkNumber',width:140}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60}, diff --git a/jshERP-web/src/views/bill/SaleOrderList.vue b/jshERP-web/src/views/bill/SaleOrderList.vue index e40a99dc..c99431d2 100644 --- a/jshERP-web/src/views/bill/SaleOrderList.vue +++ b/jshERP-web/src/views/bill/SaleOrderList.vue @@ -221,13 +221,7 @@ }, { title: '客户', dataIndex: 'organName',width:120, ellipsis:true}, { title: '单据编号', dataIndex: 'number',width:140}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '销售人员', dataIndex: 'salesManStr',width:120}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, diff --git a/jshERP-web/src/views/bill/SaleOutList.vue b/jshERP-web/src/views/bill/SaleOutList.vue index 87e20fa9..0411e0b8 100644 --- a/jshERP-web/src/views/bill/SaleOutList.vue +++ b/jshERP-web/src/views/bill/SaleOutList.vue @@ -266,13 +266,7 @@ } }, { title: '关联订单', dataIndex: 'linkNumber',width:140}, - { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, - customRender:function (text,record,index) { - if(text) { - return text.replaceAll(",",","); - } - } - }, + { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true}, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:80, ellipsis:true}, { title: '数量', dataIndex: 'materialCount',width:60},