|
@@ -43,9 +43,9 @@
|
|
@keyup.enter.native="handleQuery"
|
|
@keyup.enter.native="handleQuery"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
-
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
<el-form-item label="退款类型" prop="serviceType">
|
|
<el-form-item label="退款类型" prop="serviceType">
|
|
<el-select v-model="queryParams.serviceType" placeholder="请选择退款类型" clearable size="small" >
|
|
<el-select v-model="queryParams.serviceType" placeholder="请选择退款类型" clearable size="small" >
|
|
<el-option
|
|
<el-option
|
|
@@ -127,7 +127,7 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
<el-row :gutter="10" class="mb8">
|
|
<el-row :gutter="10" class="mb8">
|
|
-
|
|
|
|
|
|
+
|
|
<el-col :span="1.5">
|
|
<el-col :span="1.5">
|
|
<el-button
|
|
<el-button
|
|
type="warning"
|
|
type="warning"
|
|
@@ -177,10 +177,10 @@
|
|
|
|
|
|
<el-table-column label="物流单号" align="center" prop="deliveryId" />
|
|
<el-table-column label="物流单号" align="center" prop="deliveryId" />
|
|
|
|
|
|
- <el-table-column label="客户退回物流单号" align="center" prop="deliverySn" />
|
|
|
|
-
|
|
|
|
|
|
+ <el-table-column label="物流公司" align="center" prop="deliverySn" />
|
|
|
|
+
|
|
<el-table-column label="提交时间" align="center" prop="createTime" />
|
|
<el-table-column label="提交时间" align="center" prop="createTime" />
|
|
-
|
|
|
|
|
|
+
|
|
<el-table-column label="操作" align="center" fixed="right" width="100px" class-name="small-padding fixed-width">
|
|
<el-table-column label="操作" align="center" fixed="right" width="100px" class-name="small-padding fixed-width">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
@@ -189,11 +189,11 @@
|
|
@click="handleShow(scope.row)"
|
|
@click="handleShow(scope.row)"
|
|
v-hasPermi="['store:storeAfterSales:query']"
|
|
v-hasPermi="['store:storeAfterSales:query']"
|
|
>查看</el-button>
|
|
>查看</el-button>
|
|
-
|
|
|
|
|
|
+
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
-
|
|
|
|
|
|
+
|
|
<pagination
|
|
<pagination
|
|
v-show="total>0"
|
|
v-show="total>0"
|
|
:total="total"
|
|
:total="total"
|
|
@@ -306,7 +306,7 @@ export default {
|
|
this.getDicts("store_order_status").then((response) => {
|
|
this.getDicts("store_order_status").then((response) => {
|
|
this.orderStatusOptions = response.data;
|
|
this.orderStatusOptions = response.data;
|
|
});
|
|
});
|
|
-
|
|
|
|
|
|
+
|
|
this.getList();
|
|
this.getList();
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
@@ -325,7 +325,7 @@ export default {
|
|
}, 200);
|
|
}, 200);
|
|
|
|
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
/** 查询售后记录列表 */
|
|
/** 查询售后记录列表 */
|
|
getList() {
|
|
getList() {
|
|
this.loading = true;
|
|
this.loading = true;
|