From 6ec601cc12cd6109cb45502e889badf50459e721 Mon Sep 17 00:00:00 2001
From: Enzo <1284707383@qq.com>
Date: Tue, 3 Aug 2021 17:28:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E8=B4=A7=E8=AE=A2=E5=8D=95=20?=
=?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E6=B7=BB=E5=8A=A0=E7=9B=B8?=
=?UTF-8?q?=E5=85=B3=E4=BF=A1=E6=81=AF=20=E5=92=8C=E4=B8=80=E9=94=AE?=
=?UTF-8?q?=E6=8B=A8=E6=89=93=E7=94=B5=E8=AF=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
canteen/pages/purchase/detail.vue | 3 +++
supplier/pages/gonghuo/detail.vue | 14 ++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/canteen/pages/purchase/detail.vue b/canteen/pages/purchase/detail.vue
index 93ba4e1..735c2a9 100644
--- a/canteen/pages/purchase/detail.vue
+++ b/canteen/pages/purchase/detail.vue
@@ -8,6 +8,9 @@
采购单 {{ order.p_sn }}
+
+ 供应商联系电话 {{ order.supplier.ctl_phone }}
+
diff --git a/supplier/pages/gonghuo/detail.vue b/supplier/pages/gonghuo/detail.vue
index ed7e3e4..27ddce0 100644
--- a/supplier/pages/gonghuo/detail.vue
+++ b/supplier/pages/gonghuo/detail.vue
@@ -11,6 +11,15 @@
{{ order.canteen.address }}
+
+ 食堂联系电话 {{ order.canteen.ctl_phone }}
+
+
+ 采购人 {{ order.contact_name }}
+
+
+ 采购人联系电话 {{ order.contact_phone }}
+
@@ -175,6 +184,11 @@
this.getData();
},
methods: {
+ call(phone) {
+ uni.makePhoneCall({
+ phoneNumber: phone //仅为示例
+ });
+ },
getData(){
this.$http(this.API.API_SUPPLIER_PURCHASEDETAIL, {
p_sn: this.p_sn