From 0f4fd655d0aa9ba2050df38236bb40ef344876e5 Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Fri, 12 Nov 2021 13:41:18 +0800 Subject: [PATCH] edit-admin-order_detail --- admin/controllers/receiver/Orders.php | 1 + admin/views/receiver/orders/get.php | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/admin/controllers/receiver/Orders.php b/admin/controllers/receiver/Orders.php index 79ad9821..7ade8e63 100644 --- a/admin/controllers/receiver/Orders.php +++ b/admin/controllers/receiver/Orders.php @@ -120,6 +120,7 @@ class Orders extends HD_Controller $row['cardid'] = $row['info_json']['cardid'] ? $row['info_json']['cardid'] : $row['info_json']['c_cardid']; $row['address'] = $row['info_json']['c_address'] ? $row['info_json']['c_address'] : ''; $row['entrust_name'] = $row['info_json']['entrust_name'] ? $row['info_json']['entrust_name'] : ''; + $row['entrust_mobile'] = $row['info_json']['entrust_mobile'] ? $row['info_json']['entrust_mobile'] : ''; $row['entrust_idcard'] = $row['info_json']['entrust_idcard'] ? $row['info_json']['entrust_idcard'] : ''; $row['credit'] = $row['info_json']['c_credit'] ? $row['info_json']['c_credit'] : ''; $row['note'] = $jsondata['note'] ? $jsondata['note'] : ''; diff --git a/admin/views/receiver/orders/get.php b/admin/views/receiver/orders/get.php index 71a90adc..8714764e 100644 --- a/admin/views/receiver/orders/get.php +++ b/admin/views/receiver/orders/get.php @@ -170,6 +170,28 @@ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+