xiaodai2022 2 years ago
parent
commit
95a87c61b5
2 changed files with 32 additions and 10 deletions
  1. 0 0
      dist/static/js/0.js
  2. 32 10
      src/views/sellOut/sellReturn/detail.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 32 - 10
src/views/sellOut/sellReturn/detail.vue

@@ -87,13 +87,40 @@
                       row-key="key"
                       max-height="300px"
                     >
-                      <el-table-column label="发货申请单号" prop="outCode" width="100" />
-                      <el-table-column label="退货数量" prop="return_num" width="100" />
-                      <el-table-column label="未发货数量" prop="addr_wsend" width="90" />
-                      <el-table-column label="已发货数量" prop="addr_send" width="90" />
+                      <el-table-column
+                        label="发货申请单号"
+                        prop="outCode"
+                        width="160"
+                        show-overflow-tooltip
+                      />
+                      <el-table-column
+                        label="收货总数量"
+                        prop="receipt_quantity"
+                        width="80"
+                        show-overflow-tooltip
+                      />
+                      <el-table-column
+                        label="未发货数量"
+                        prop="addr_wsend"
+                        width="80"
+                        show-overflow-tooltip
+                      />
+                      <el-table-column
+                        label="已发货数量"
+                        prop="addr_send"
+                        width="80"
+                        show-overflow-tooltip
+                      />
+                      <el-table-column
+                        label="退货数量"
+                        prop="return_num"
+                        width="80"
+                        show-overflow-tooltip
+                      />
+
                       <el-table-column
                         label="收货人-联系电话-地址"
-                        min-width="300"
+                        min-width="220"
                         show-overflow-tooltip
                       >
                         <template slot-scope="scope">
@@ -102,11 +129,6 @@
                           }}{{ scope.row.addr }}
                         </template></el-table-column
                       >
-                      <el-table-column
-                        label="收货总数量"
-                        prop="receipt_quantity"
-                        width="100"
-                      />
                     </el-table>
                   </div>
                   <span v-else>--</span>

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