|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="m-container">
|
|
<div class="m-container">
|
|
<el-page-header @back="goBack" :content="name"> </el-page-header>
|
|
<el-page-header @back="goBack" :content="name"> </el-page-header>
|
|
- <div class="m-core">
|
|
|
|
|
|
+ <div class="m-core" style="margin-top:20px;">
|
|
<save-form
|
|
<save-form
|
|
:inline="true"
|
|
:inline="true"
|
|
:model="searchForm"
|
|
:model="searchForm"
|
|
@@ -27,10 +27,10 @@
|
|
<el-select
|
|
<el-select
|
|
v-model.trim="searchForm.refundStatus"
|
|
v-model.trim="searchForm.refundStatus"
|
|
clearable
|
|
clearable
|
|
- placeholder="回款状态"
|
|
|
|
|
|
+ placeholder="付款状态"
|
|
>
|
|
>
|
|
- <el-option label="已回款" :value="1"></el-option>
|
|
|
|
- <el-option label="回款中" :value="0"></el-option>
|
|
|
|
|
|
+ <el-option label="回款中" value="ING"></el-option>
|
|
|
|
+ <el-option label="已回款" value="END"></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item prop="payTime">
|
|
<el-form-item prop="payTime">
|
|
@@ -197,10 +197,7 @@ export default {
|
|
return {
|
|
return {
|
|
searchForm: {
|
|
searchForm: {
|
|
cooperationId: this.$route.query.id,
|
|
cooperationId: this.$route.query.id,
|
|
- search: null,
|
|
|
|
- organId: null,
|
|
|
|
- payTime: [],
|
|
|
|
- returnFeeFlag: null,
|
|
|
|
|
|
+ refundStatus:''
|
|
},
|
|
},
|
|
name: this.$route.query.name,
|
|
name: this.$route.query.name,
|
|
backTypeList,
|
|
backTypeList,
|