Преглед на файлове

工单处理->商品对应 el-dialog

loustwo преди 4 години
родител
ревизия
104c836cc8

+ 28 - 0
resources/views/order/workOrder/_rejected_item_equals_order_commodity.blade.php

@@ -0,0 +1,28 @@
+<el-dialog :visible.sync="dialogComoditiesEquealsVisible" width="75%">
+    <table class="table table-sm">
+        <tr>
+           <th colspan="3">
+               订单商品信息
+           </th>
+           <th colspan="3">
+               工单商品信息
+           </th>
+        </tr>
+        <tr>
+            <th>商品条码</th>
+            <th>商品名</th>
+            <th>数量</th>
+            <th>商品条码</th>
+            <th>商品名</th>
+            <th>数量</th>
+        </tr>
+        <tr>
+            <td></td>
+            <td></td>
+            <td></td>
+            <td></td>
+            <td></td>
+            <td></td>
+        </tr>
+    </table>
+</el-dialog>

+ 1 - 0
resources/views/order/workOrder/index.blade.php

@@ -617,6 +617,7 @@
                 dialogBatchEditOrderIssueLogVisible: false,  // 问题件日志
                 dialogProcessLogVisible: false,              // 工单处理日志
                 dialogOrderCommoditiesVisible: false,              // 订单商品详情
+                dialogComoditiesEquealsVisible:false,       // 商品对比
 
                 showProcessLogId: null,         // workOrder->id
                 showAddDetailProcessLog: null,        // workOrderDetail->ids