From 69bbf347abc63a82e5dcd9f53f18b203d7cd7fcb Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 16 Jun 2020 18:36:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E6=AC=BE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/PaymentController.class.php | 2 + Application/Payment/View/Payment/lists.html | 45 +++++++++++++++++-- 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/Application/Payment/Controller/PaymentController.class.php b/Application/Payment/Controller/PaymentController.class.php index 401ef67bb..da58a6c46 100644 --- a/Application/Payment/Controller/PaymentController.class.php +++ b/Application/Payment/Controller/PaymentController.class.php @@ -7,6 +7,7 @@ namespace Payment\Controller; class PaymentController extends BaseController { public $PayStatus=[ + "-2"=>"信息配置不全", "-1"=>"打款失败", "0"=>"未打款", "1"=>"打款成功" @@ -79,6 +80,7 @@ class PaymentController extends BaseController $this->assign("data",$CompanyInfo); $this->assign("money",$money); $this->assign("CompanyType", $this->CompanyType); + $this->assign("PayStatus", $this->PayStatus); $this->display(); } //查看 diff --git a/Application/Payment/View/Payment/lists.html b/Application/Payment/View/Payment/lists.html index 477e6e70f..ce23f9460 100644 --- a/Application/Payment/View/Payment/lists.html +++ b/Application/Payment/View/Payment/lists.html @@ -121,9 +121,6 @@ - - -
@@ -134,6 +131,33 @@
+
+ +
+ +
+ +
+ + +
+ +  -  +
+ + +
+
+
@@ -330,6 +354,21 @@ pickerPosition: 'bottom-left' }) + $('#time_start2').datetimepicker({ + format: 'yyyy-mm-dd', + language: "zh-CN", + minView: 2, + autoclose: true + }); + + $('#datetimepicker2').datetimepicker({ + format: 'yyyy-mm-dd', + language: "zh-CN", + minView: 2, + autoclose: true, + pickerPosition: 'bottom-left' + }) + //回车自动提交 $('.jssearch').find('input').keyup(function(event){