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