From 8dd5f7bf5c8773429cf8707e09dedb923e932888 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 13 Feb 2020 14:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StatementMangementController.class.php | 23 + .../Admin/View/StatementMangement/lists.html | 11 +- .../StatementMangement/personOrderDetail.html | 394 ++++++++++++++++++ 3 files changed, 426 insertions(+), 2 deletions(-) create mode 100644 Application/Admin/View/StatementMangement/personOrderDetail.html diff --git a/Application/Admin/Controller/StatementMangementController.class.php b/Application/Admin/Controller/StatementMangementController.class.php index 07fadb420..c1040fa63 100644 --- a/Application/Admin/Controller/StatementMangementController.class.php +++ b/Application/Admin/Controller/StatementMangementController.class.php @@ -792,4 +792,27 @@ class StatementMangementController extends ThinkController } + public function personOrderDetail() { + + $id = $_REQUEST['id']; + + $map['id'] = $id; + + $data = M('statement','tab_') + ->field("second_party_info,statement_info") + ->where($map) + ->find(); + + + $data['second_party_info'] = json_decode($data['second_party_info'],true); + $data['statemnt_info'] = json_decode($data['statement_info'],true); + +// dump($data['statemnt_info']);die(); + + $this->assign('second_party_info',$data['second_party_info']); + $this->assign('statemnt_info',$data['statemnt_info']); + + $this->display(); + } + } diff --git a/Application/Admin/View/StatementMangement/lists.html b/Application/Admin/View/StatementMangement/lists.html index 402fd98f8..953b1ca09 100644 --- a/Application/Admin/View/StatementMangement/lists.html +++ b/Application/Admin/View/StatementMangement/lists.html @@ -132,7 +132,7 @@ {$data.statement_money} 未确认确认 - 查看 + 查看 编辑 @@ -259,7 +259,14 @@ }); $(".statement_view").click(function () { var id = $(this).data("id"); - var url = "/admin.php?s=/VerifyBill/show/id/"+id+"/from/pc"; + + var type = $(this).data("type"); + if (type == 2) { + var url = "/admin.php?s=/StatementMangement/personOrderDetail/id/"+id; + } else { + var url = "/admin.php?s=/VerifyBill/show/id/"+id+"/from/pc"; + } + layer.open({ type: 2, title: "海南万盟天下科技有限公司", diff --git a/Application/Admin/View/StatementMangement/personOrderDetail.html b/Application/Admin/View/StatementMangement/personOrderDetail.html new file mode 100644 index 000000000..ff25f3c40 --- /dev/null +++ b/Application/Admin/View/StatementMangement/personOrderDetail.html @@ -0,0 +1,394 @@ + + + + + + + 充值查询列表|----软件管理平台 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
提现订单号结算时间订单类型会长
aOh! 暂时还没有内容!
{$withdraw_data.widthdraw_number}{$withdraw_data.time}{$withdraw_data.settlement_type}{$withdraw_data.promote_account}
+
+ +
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
序号下游名称会长账号市场员下游类型产品结算时间推广流水分成比例奖励罚款结算金额开户名银行卡号开户支行
{$data.id}{$data.company_name}{$data.promote_account}{$data.username}{$data.type}{$data.game_name}{$data.time|0}{$data.sum_amount|0}{$data.selle_ratio|0}{$data.reward|0}{$data.forfeit|0}{$data.real_amount|0}{$data.bank_account}{$data.bank_card}{$data.account_openin}
+
+ +
+ + + + +
+ + 导出 + + {$_page|default=''} +
+ + + + + + if(C('COLOR_STYLE')=='blue_color') echo ' + + '; + + + + + + + + +