From 42e226625e05c7f5e5b3b02923551e97abf28f8a Mon Sep 17 00:00:00 2001 From: zxh <1183620729@qq.com> Date: Sat, 21 Dec 2024 15:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E5=8D=95=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vue/src/views/sale/Create.vue | 14 +++++++------- Vue/src/views/sale/Record.vue | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Vue/src/views/sale/Create.vue b/Vue/src/views/sale/Create.vue index 459af971..107ad97c 100644 --- a/Vue/src/views/sale/Create.vue +++ b/Vue/src/views/sale/Create.vue @@ -15,13 +15,13 @@ - + {{ item.name }} - + @@ -41,7 +41,7 @@

收货公司: {{ form.company }}

打款账号: {{ form.number }}

售出商品: {{ form.commodity }}

-

商品数量: {{ form.count }}

+

货物数量: {{ form.count }}

预留电话: {{ form.phone }}

备注信息: {{ form.description }}

@@ -53,17 +53,17 @@
diff --git a/Vue/src/views/sale/Record.vue b/Vue/src/views/sale/Record.vue index acea708c..004b2d35 100644 --- a/Vue/src/views/sale/Record.vue +++ b/Vue/src/views/sale/Record.vue @@ -29,7 +29,7 @@ const columns = [ key: 'number', }, { - title: '商品', + title: '货物', dataIndex: 'commodity', key: 'commodity', }, @@ -49,7 +49,7 @@ const columns = [ dataIndex: 'phone', }, { - title: '备注', + title: '货物类型', dataIndex: 'description', key: 'description', }, @@ -97,7 +97,7 @@ export default { let that = this this.$confirm({ title: '销售结款', - content: '我已确定' + record.company + '的销售金额 ¥' + record.price + '已经打入账户!', + content: '已确定' + record.company + '销售金额 ¥' + record.price + '已汇入公司账户', okText: '确认', cancelText: '取消', onOk() {