From 3cce61240da1e8d9a90ffada1121e49f44e2e68b 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:59:11 +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=EF=BC=88=E4=BC=98=E5=8C=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/SaleOrderList.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/jshERP-web/src/views/bill/SaleOrderList.vue b/jshERP-web/src/views/bill/SaleOrderList.vue index 208d7775..679b40c9 100644 --- a/jshERP-web/src/views/bill/SaleOrderList.vue +++ b/jshERP-web/src/views/bill/SaleOrderList.vue @@ -189,15 +189,7 @@ scopedSlots: { customRender: 'action' }, }, { title: '客户', dataIndex: 'organName',width:120, ellipsis:true}, - { title: '单据编号', dataIndex: 'number',width:160, - customRender:function (text,record,index) { - if(record.linkNumber) { - return text + "[转]"; - } else { - return text; - } - } - }, + { title: '单据编号', dataIndex: 'number',width:120}, { title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true, customRender:function (text,record,index) { if(text) {