From f7f3f0fb269460b44418da53314dc75c577f7a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 25 Aug 2023 01:09:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=94=80=E5=94=AE=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/SaleOrderList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/bill/SaleOrderList.vue b/jshERP-web/src/views/bill/SaleOrderList.vue index c99431d2..81e69b34 100644 --- a/jshERP-web/src/views/bill/SaleOrderList.vue +++ b/jshERP-web/src/views/bill/SaleOrderList.vue @@ -241,7 +241,7 @@ return text? text + '%':'' } }, - { title: '付款优惠', dataIndex: 'discountMoney',width:80}, + { title: '收款优惠', dataIndex: 'discountMoney',width:80}, { title: '优惠后金额', dataIndex: 'discountLastMoney',width:100}, { title: '结算账户', dataIndex: 'accountName',width:80}, { title: '收取订金', dataIndex: 'changeAmount',width:80},