544782275@qq.com 3 years ago
parent
commit
dc06538d17
2 changed files with 3 additions and 1 deletions
  1. 1 0
      application/store/controller/Order.php
  2. 2 1
      application/store/view/order/index.html

+ 1 - 0
application/store/controller/Order.php

@@ -137,6 +137,7 @@ class Order extends Controller
             foreach ($workerList as $worker) if ($worker['id'] === $vo['worker_id']) {
                 $vo['worker'] = $worker;
             }
+            $vo['serve_title'] = Db::name('store_goods')->where('id',$vo['goods_id'])->value('title');
         }
     }
 

+ 2 - 1
application/store/view/order/index.html

@@ -44,7 +44,7 @@
             <th class="text-left nowrap">下单用户信息</th>
             <th class="text-left nowrap">联系客户信息</th>
             <th class='text-left nowrap'>工程师信息</th>
-            <th class='text-left nowrap'>服务类型</th>
+            <th class='text-left nowrap'>服务信息</th>
             <th class='text-left nowrap'>订单信息</th>
             <th class='text-center nowrap'>操作</th>
         </tr>
@@ -74,6 +74,7 @@
                 </div>
             </td>
             <td class="text-left nowrap relative">
+                服务类目:{$vo.serve_title|default='--'}<br>
                 服务类型:{$vo.serve_type|default='--'}<br>
                 {if $vo.cate == 0}
                 手机型号:{$vo.phone_type|default='--'}