wesley před 7 roky
rodič
revize
3fe0059005

+ 2 - 0
resources/views/admin/order/info/index.blade.php

xqd xqd
@@ -37,6 +37,7 @@
                             <th class="sorting" data-sort="email"> 邮箱</th>
                             <th class="sorting" data-sort="store_id"> 预约店铺</th>
                             <th class="sorting" data-sort="schedule_time"> 预约时间</th>
+                            <th class="sorting" data-sort="created_at"> 下单时间</th>
                             <th class="sorting" data-sort="product_id">拍摄产品</th>
                             <th class="sorting" data-sort="product_id">支付金额</th>
                             <th class="sorting" data-sort="status">订单状态</th>
@@ -54,6 +55,7 @@
                                     <td>{{ $item->email }}</td>
                                     <td>{{ $item->store() }}</td>
                                     <td>{{ $item->schedule_time }}</td>
+                                    <td>{{ $item->created_at }}</td>
                                     <td>{{ $item->product->name or $item->product_id}}</td>
                                     <td>{{ $item->paidinfo->paid_price or ''}}</td>
                                     <td>{{ $item->status() }}

+ 1 - 1
resources/views/admin/product/info/edit.blade.php

xqd
@@ -103,7 +103,7 @@
 
                                     <div class="col-sm-9">
                                         <input id="data_service_time" name="data[service_time]" class="form-control"
-                                               value="{{ $data['service_time'] or ''}}"  placeholder="">
+                                               value="{{ $data['service_time'] or ''}}"  placeholder="" required="">
                                     </div>
 
                                 </div>