diff --git a/app/data/view/shop_goods/index.html b/app/data/view/shop_goods/index.html index c5127f4a9..82fc1d62b 100644 --- a/app/data/view/shop_goods/index.html +++ b/app/data/view/shop_goods/index.html @@ -30,7 +30,7 @@
  • {$v}
  • {/if}{/foreach} -
    +
    {include file='shop_goods/index_search'} {notempty name='list'} diff --git a/app/data/view/shop_order/index.html b/app/data/view/shop_order/index.html index 1ed774daf..07b18a01d 100644 --- a/app/data/view/shop_order/index.html +++ b/app/data/view/shop_order/index.html @@ -7,7 +7,7 @@ {/block} {block name="content"} -
    +
      {foreach ['ta'=>'全部订单','t2'=>'待支付的订单','t3'=>'待审核的订单','t4'=>'待发货的订单','t5'=>'待收货的订单','t6'=>'已完成的订单','t0'=>'已取消的订单'] as $k=>$v} {if isset($type) and 't'.$type eq $k} @@ -16,7 +16,7 @@
    • {$v}{$total[$k]??0}
    • {/if}{/foreach}
    -
    +
    {include file='shop_order/index_search'}
    {notempty name='list'} diff --git a/app/data/view/shop_order_send/index.html b/app/data/view/shop_order_send/index.html index 6b225e3c2..5bac6f5a1 100644 --- a/app/data/view/shop_order_send/index.html +++ b/app/data/view/shop_order_send/index.html @@ -7,7 +7,7 @@ {/block} {block name="content"} -
    +
      {foreach ['ta'=>'全部订单','t1'=>'待发货的订单','t2'=>'已发货的订单','t0'=>'已取消的订单'] as $k => $v} {if isset($type) and 't'.$type eq $k} @@ -16,7 +16,7 @@
    • {$v}{$total[$k]??0}
    • {/if}{/foreach}
    -
    +
    {include file='shop_order_send/index_search'}
    {notempty name='list'} diff --git a/app/data/view/shop_truck_company/index.html b/app/data/view/shop_truck_company/index.html index 7d3005e49..a555ecb3a 100644 --- a/app/data/view/shop_truck_company/index.html +++ b/app/data/view/shop_truck_company/index.html @@ -32,7 +32,7 @@
  • {$v}
  • {/if}{/foreach} -
    +
    {include file='shop_truck_company/index_search'}
    {notempty name='list'} diff --git a/app/data/view/shop_truck_template/index.html b/app/data/view/shop_truck_template/index.html index ff0cdf37a..6964a18f4 100644 --- a/app/data/view/shop_truck_template/index.html +++ b/app/data/view/shop_truck_template/index.html @@ -8,7 +8,7 @@ {block name="content"}
    -
    +
    {include file='shop_truck_template/index_search'}
    {notempty name='list'}