From 004408c1f74d6f15179320f464a3be68987a9aaf Mon Sep 17 00:00:00 2001 From: v-Brocloni Date: Tue, 31 Aug 2021 15:22:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/unishop/Order.php | 8 +++++ .../admin/view/unishop/order/refundShow.html | 36 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 application/admin/view/unishop/order/refundShow.html diff --git a/application/admin/controller/unishop/Order.php b/application/admin/controller/unishop/Order.php index 101d07e..d1cba9e 100644 --- a/application/admin/controller/unishop/Order.php +++ b/application/admin/controller/unishop/Order.php @@ -742,4 +742,12 @@ class Order extends Backend ); $this->success("确认成功", null); } + + public function refundShow(){ + $id = $this->request->get("id"); + $refund_fee = $this->request->get("refund_fee"); + $this->view->assign('id', $id); + $this->view->assign('refund_fee', $refund_fee); + return $this->view->fetch(); + } } diff --git a/application/admin/view/unishop/order/refundShow.html b/application/admin/view/unishop/order/refundShow.html new file mode 100644 index 0000000..a51be72 --- /dev/null +++ b/application/admin/view/unishop/order/refundShow.html @@ -0,0 +1,36 @@ +
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+