瀏覽代碼

订单微调

LD 5 年之前
父節點
當前提交
af63cecf9b
共有 2 個文件被更改,包括 581 次插入310 次删除
  1. 579 308
      public/js/app.js
  2. 2 2
      resources/views/order/index/delivering.blade.php

File diff suppressed because it is too large
+ 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]">

Some files were not shown because too many files changed in this diff