Jelajahi Sumber

订单微调

LD 5 tahun lalu
induk
melakukan
af63cecf9b
2 mengubah file dengan 581 tambahan dan 310 penghapusan
  1. 579 308
      public/js/app.js
  2. 2 2
      resources/views/order/index/delivering.blade.php

File diff ditekan karena terlalu besar
+ 579 - 308
public/js/app.js


+ 2 - 2
resources/views/order/index/delivering.blade.php

@@ -63,9 +63,9 @@
                         <th>快递获取时间</th>
                         <th style="min-width: 150px">产品代码</th>
                         <th style="min-width: 150px">产品条码</th>
-                        <th style="min-width: 150px">明细状态</th>
                         <th style="min-width: 180px">产品名称</th>
                         <th>订单数量</th>
+                        <th style="min-width: 150px">明细状态</th>
                         <th>复核时间</th>
                         <th style="min-width:260px;">备注</th>
                         <th>接口取消标记</th>
@@ -115,9 +115,9 @@
                                 <tr v-for="oracleDOCOrderDetail in commodities[order.orderno]">
                                     <td><div style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.sku }}</div></td>
                                     <td><div style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.alternate_sku1 }}</div></td>
-                                    <td><div style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.orderdetailcodename }}</div></td>
                                     <td><div :title="oracleDOCOrderDetail.descr_c" class="tooltipTarget" style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.descr_c }}</div></td>
                                     <td>@{{ oracleDOCOrderDetail.qtyordered }}</td>
+                                    <td><div style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.orderdetailcodename }}</div></td>
                                     <td><div style="width: 180px;overflow: hidden">@{{ oracleDOCOrderDetail.checktime }}</div></td>
                                 </tr>
                                 <tr v-if="isBtn[order.orderno]">

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini