snow 2 years ago
parent
commit
2eb88592b4

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


+ 3 - 3
src/views/sellOut/sellAfterApply/components/show-work-order.vue

@@ -59,9 +59,9 @@
         </template>
       </el-table-column>
       <el-table-column prop="return_num" label="退货数量" width="120px" show-overflow-tooltip />
-      <el-table-column prop="can_sell_num" label="销售仓入库数量" width="160px" show-overflow-tooltip />
-      <el-table-column prop="defective_num" label="次品仓入库数量" width="160px" show-overflow-tooltip />
-      <el-table-column prop="loss_num" label="丢失数量" width="160px" show-overflow-tooltip />
+      <el-table-column prop="can_sell_num" label="销售仓入库数量" min-width="160px" show-overflow-tooltip />
+      <el-table-column prop="defective_num" label="次品仓入库数量" min-width="160px" show-overflow-tooltip />
+      <el-table-column prop="loss_num" label="丢失数量" min-width="160px" show-overflow-tooltip />
       <!-- <el-table-column prop="send_supplierName" label="发货仓库供应商编码" width="160px" show-overflow-tooltip /> -->
     </el-table>
   </div>

+ 3 - 6
src/views/sellOut/sellAfterApply/components/wait-stockman.vue

@@ -22,9 +22,6 @@
           </template>
         </el-table-column>
 
-        <!-- <el-table-column prop="return_num" label="发货物流" width="110px" show-overflow-tooltip /> -->
-        <!-- <el-table-column prop="send_num" label="发货数量" width="110px" show-overflow-tooltip /> -->
-
         <el-table-column label="退货销售仓库名称" prop="return_wsm_name" min-width="180px" show-overflow-tooltip>
           <template slot-scope="scope">
             <el-popover placement="top" width="380" trigger="hover">
@@ -44,7 +41,7 @@
 
         <el-table-column label="退货数量" prop="return_num" width="110px" show-overflow-tooltip />
 
-        <el-table-column width="130px">
+        <el-table-column min-width="130px">
           <template slot="header">
             <span style="color:red;margin-right:2px">*</span>销售仓入库数量
           </template>
@@ -67,7 +64,7 @@
           </template>
         </el-table-column>
 
-        <el-table-column width="130px">
+        <el-table-column min-width="130px">
           <template slot="header">
             <span style="color:red;margin-right:2px">*</span>次品仓入库数量
           </template>
@@ -90,7 +87,7 @@
           </template>
         </el-table-column>
 
-        <el-table-column width="130px">
+        <el-table-column min-width="130px">
           <template slot="header">
             <span style="color:red;margin-right:2px">*</span>丢失数量
           </template>

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