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

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

parent 46fc0585
......@@ -162,8 +162,11 @@ import Template from "@/views/cms/template/index.vue";
import commissionPaymentDetails from "@/views/ecw/financial/components/commissionPaymentDetails.vue";
export default {
name: "commission-Payment",
name: "EcwFinancialCommission-payment",
components: {Template,commissionPaymentDetails},
activated(){
this.getList()
},
created() {
// 业务员
listSimpleUsers().then((res) => (this.creatorData = res.data));
......
......@@ -146,8 +146,11 @@ import {parseTime} from "../../../utils/ruoyi";
export default {
// 应付款佣金
name: "commission-payable",
name: "EcwFinancialCommission-payable",
components: {Template},
activated(){
this.getList()
},
created() {
getWarehouseList().then(res => this.warehouseList = res.data)
this.getList()
......
......@@ -297,7 +297,7 @@
<!-- <el-button v-if="orderData.inWarehouseState==207" plain type="primary" @click="dialogVisible = true">-->
<!-- {{ $t('取消审核') }}-->
<!-- </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>
<el-dialog
: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