Ver Fonte

remain bv查询相关fix

theo há 3 anos atrás
pai
commit
90b9795010

+ 1 - 1
backendApi/config/menu.php

@@ -51,7 +51,7 @@ return [
             ['name'=>'订单PDF导出', 'class'=>'', 'icon'=>'', 'controller'=>'shop', 'action'=>'order-list-export-pdf', 'routePath'=>'shop/order-list-export-pdf', 'show'=>0,],
             ['name'=>'订单发货', 'class'=>'', 'icon'=>'', 'controller'=>'shop', 'action'=>'order-delivery', 'routePath'=>'shop/order-delivery', 'show'=>0,],
             ['name'=>'Remain BV', 'class'=>'', 'icon'=>'', 'controller'=>'shop', 'action'=>'remain-pv', 'routePath'=>'shop/remain-pv', 'show'=>1,], // 剩余BV
-            ['name'=>'Remain BV flow', 'class'=>'', 'icon'=>'', 'controller'=>'shop', 'action'=>'flow-remain-pv', 'routePath'=>'shop/flow-remain-pv', 'show'=>1,], // 剩余BV流水
+            ['name'=>'Remain BV Flow', 'class'=>'', 'icon'=>'', 'controller'=>'shop', 'action'=>'flow-remain-pv', 'routePath'=>'shop/flow-remain-pv', 'show'=>1,], // 剩余BV流水
 //            ['name'=>'External mall order list', 'class'=>'', 'icon'=>'', 'controller'=>'shop', 'action'=>'order-shop-list', 'routePath'=>'shop/order-shop-list', 'show'=>1,],//外部商城订单列表
             // ['name'=>'External mall entry list', 'class'=>'', 'icon'=>'', 'controller'=>'shop', 'action'=>'order-dec-list', 'routePath'=>'shop/order-dec-list', 'show'=>1,],//外部商城报单列表
             // ['name'=>'List of qualified orders of external mall', 'class'=>'', 'icon'=>'', 'controller'=>'shop', 'action'=>'order-standard-list', 'routePath'=>'shop/order-standard-list', 'show'=>1,],//外部商城达标订单列表

+ 4 - 0
backendApi/modules/v1/models/lists/shop/FlowRemainPvList.php

@@ -95,6 +95,10 @@ class FlowRemainPvList extends \common\libs\dataList\DataList implements DataLis
                     },
                     'headerOther' => ['width' => '170'],
                 ],
+                'ORDER_SN' => [
+                    'header' => 'Order Sn',
+                    'headerOther' => ['width' => '190'],
+                ]
             ];
         }
         return $this->columns;

+ 1 - 1
backendEle/src/router/index.js

@@ -170,7 +170,7 @@ export const constantRouterMap = [
         component: _import('shop/flow-remain-pv'),
         name: 'shop_flow-remain-pv',
         meta: {
-          title: 'Remain BV flow', // 剩余BV流水
+          title: 'Remain BV Flow', // 剩余BV流水
           breadcrumb: [
             {title: 'Dashboard', path: '/dashboard/index'}, // Dashboard
             {title: 'Shopping Mall', path: '/shop/index'} // 商城管理