|
@@ -176,6 +176,7 @@
|
|
element-loading-text="Loading"
|
|
element-loading-text="Loading"
|
|
border
|
|
border
|
|
fit
|
|
fit
|
|
|
|
+ height="520"
|
|
highlight-current-row
|
|
highlight-current-row
|
|
stripe
|
|
stripe
|
|
@select="handleSelect"
|
|
@select="handleSelect"
|
|
@@ -299,6 +300,13 @@
|
|
min-width="160"
|
|
min-width="160"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="right"
|
|
|
|
+ label="数量"
|
|
|
|
+ prop="refundableQty"
|
|
|
|
+ min-width="100"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ />
|
|
<el-table-column align="left" label="单据日期" prop="orderTime" min-width="120" show-overflow-tooltip>
|
|
<el-table-column align="left" label="单据日期" prop="orderTime" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.orderTime | dateToDayFilter }}
|
|
{{ scope.row.orderTime | dateToDayFilter }}
|
|
@@ -378,13 +386,7 @@
|
|
min-width="100"
|
|
min-width="100"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
- <el-table-column
|
|
|
|
- align="right"
|
|
|
|
- label="数量"
|
|
|
|
- prop="refundableQty"
|
|
|
|
- min-width="100"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- />
|
|
|
|
|
|
+
|
|
<el-table-column v-if="flag && mainForm.pickupWay == '2'" fixed="right" label="操作" width="250">
|
|
<el-table-column v-if="flag && mainForm.pickupWay == '2'" fixed="right" label="操作" width="250">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button type="text" size="small" @click="handLogistics(scope.row)">物流信息</el-button>
|
|
<el-button type="text" size="small" @click="handLogistics(scope.row)">物流信息</el-button>
|