Browse Source

余额支付调整

赵启卫 2 năm trước cách đây
mục cha
commit
f488285b2d

+ 7 - 7
application/admin/model/order/StoreOrder.php

xqd
@@ -634,13 +634,13 @@ HTML;
                 'background_color' => 'layui-bg-blue',
                 'col' => 3
             ],
-            [
-                'name' => '余额支付金额',
-                'field' => '元',
-                'count' => $price['pay_price_yue'],
-                'background_color' => 'layui-bg-blue',
-                'col' => 3
-            ],
+            // [
+            //     'name' => '余额支付金额',
+            //     'field' => '元',
+            //     'count' => $price['pay_price_yue'],
+            //     'background_color' => 'layui-bg-blue',
+            //     'col' => 3
+            // ],
             [
                 'name' => '支付宝支付金额',
                 'field' => '元',

+ 4 - 4
application/admin/view/order/store_order/index.php

xqd xqd
@@ -450,8 +450,8 @@
                 orderType:[
                     {name: '全部', value: ''},
                     {name: '课程订单', value: 5,count:orderCount.pt,class:true},
-                    {name: '拼团订单', value: 6,count:orderCount.pu},
-                    {name: '赠送订单', value: 7,count:orderCount.lw},
+                    //{name: '拼团订单', value: 6,count:orderCount.pu},
+                    // {name: '赠送订单', value: 7,count:orderCount.lw},
                 ],
                 where:{
                     data:'',
@@ -505,8 +505,8 @@
                         {field: 'order_id', title: '订单号', templet:'#order_id',width:'14%'},
                         {field: 'nickname', title: '用户信息',templet:'#userinfo',align: 'center'},
                         {field: 'info', title: '商品信息',templet:"#info"},
-                        {field: 'spread_name', title: '上一级推广人',align: 'center'},
-                        {field: 'spread_name_two', title: '上二级推广人',align: 'center'},
+                        //{field: 'spread_name', title: '上一级推广人',align: 'center'},
+                        //{field: 'spread_name_two', title: '上二级推广人',align: 'center'},
                         {field: 'pay_price', title: '实际支付',align: 'center'},
                         {field: 'paid', title: '支付状态',templet:'#paid',align: 'center'},
                         {field: 'status', title: '订单状态',templet:'#status',align: 'center'},