Commit 006614cd authored by 邓春圆's avatar 邓春圆

佣金付款返回列表搜索状态保留

parent 46fc0585
...@@ -162,8 +162,11 @@ import Template from "@/views/cms/template/index.vue"; ...@@ -162,8 +162,11 @@ import Template from "@/views/cms/template/index.vue";
import commissionPaymentDetails from "@/views/ecw/financial/components/commissionPaymentDetails.vue"; import commissionPaymentDetails from "@/views/ecw/financial/components/commissionPaymentDetails.vue";
export default { export default {
name: "commission-Payment", name: "EcwFinancialCommission-payment",
components: {Template,commissionPaymentDetails}, components: {Template,commissionPaymentDetails},
activated(){
this.getList()
},
created() { created() {
// 业务员 // 业务员
listSimpleUsers().then((res) => (this.creatorData = res.data)); listSimpleUsers().then((res) => (this.creatorData = res.data));
......
...@@ -146,8 +146,11 @@ import {parseTime} from "../../../utils/ruoyi"; ...@@ -146,8 +146,11 @@ import {parseTime} from "../../../utils/ruoyi";
export default { export default {
// 应付款佣金 // 应付款佣金
name: "commission-payable", name: "EcwFinancialCommission-payable",
components: {Template}, components: {Template},
activated(){
this.getList()
},
created() { created() {
getWarehouseList().then(res => this.warehouseList = res.data) getWarehouseList().then(res => this.warehouseList = res.data)
this.getList() this.getList()
......
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
<!-- <el-button v-if="orderData.inWarehouseState==207" plain type="primary" @click="dialogVisible = true">--> <!-- <el-button v-if="orderData.inWarehouseState==207" plain type="primary" @click="dialogVisible = true">-->
<!-- {{ $t('取消审核') }}--> <!-- {{ $t('取消审核') }}-->
<!-- </el-button>--> <!-- </el-button>-->
<el-button plain type="primary" @click="$store.dispatch('tagsView/delCurrentView')">{{ $t('返回') }}</el-button> <el-button plain type="primary" @click="$router.back()">{{ $t('返回') }}</el-button>
</div> </div>
<el-dialog <el-dialog
:visible.sync="open" :visible.sync="open"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment