|
@@ -250,7 +250,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="right" label="发货数量" prop="retiredQty" min-width="110" sortable show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- {{scope.row.retiredQty }}
|
|
|
+ {{scope.row.applySendQty }}
|
|
|
</template>
|
|
|
</el-table-column><el-table-column align="right" label="退货数量" prop="refundProductQty" min-width="110" sortable show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|