|
@@ -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>
|