Commit dce2aa4d authored by youjie's avatar youjie

no message

parent 6ae41dfa
...@@ -126,10 +126,19 @@ ...@@ -126,10 +126,19 @@
<span> <span>
<em>提成状态</em> <em>提成状态</em>
<el-select class="w150" v-model="queryMsg.QSendCommissionState" filterable <el-select class="w150" v-model="queryMsg.QSendCommissionState" filterable
@change="getLinePlaceList()"> @change="getControlList()">
<el-option v-for="item in QSendCommissionStateList" :label="item.Name" :value="item.ID" <el-option v-for="item in QSendCommissionStateList" :label="item.Name" :value="item.ID"
:key="item.LineID"></el-option> :key="item.LineID"></el-option>
</el-select> </el-select>
<a style="margin-left: 5px;margin-right: 5px;">只看审核驳回</a>
<el-switch
v-model="queryMsg.QOutGroupAuditReject"
active-text=""
inactive-text=""
active-color="#409eff"
inactive-color="#dcdfe6"
active-value="1"
inactive-value="0" @change="resetPageIndex(),getControlList()"/>
</span> </span>
</li> </li>
<li> <li>
...@@ -1258,6 +1267,7 @@ ...@@ -1258,6 +1267,7 @@
}, },
//查询参数 //查询参数
queryMsg: { queryMsg: {
QOutGroupAuditReject: 0,//只查看审核驳回 1
QSendCommissionState: 0,//提成状态 0不限, 1已发放, 2未发放 QSendCommissionState: 0,//提成状态 0不限, 1已发放, 2未发放
//出团公司集合 //出团公司集合
OutBranchIds: [], OutBranchIds: [],
......
...@@ -98,10 +98,19 @@ ...@@ -98,10 +98,19 @@
<span> <span>
<em>提成状态</em> <em>提成状态</em>
<el-select class="w150" v-model="queryMsg.QSendCommissionState" filterable <el-select class="w150" v-model="queryMsg.QSendCommissionState" filterable
@change="getLinePlaceList()"> @change="getControlList()">
<el-option v-for="item in QSendCommissionStateList" :label="item.Name" :value="item.ID" <el-option v-for="item in QSendCommissionStateList" :label="item.Name" :value="item.ID"
:key="item.LineID"></el-option> :key="item.LineID"></el-option>
</el-select> </el-select>
<a style="margin-left: 5px;margin-right: 5px;">只看审核驳回</a>
<el-switch
v-model="queryMsg.QOutGroupAuditReject"
active-text=""
inactive-text=""
active-color="#409eff"
inactive-color="#dcdfe6"
active-value="1"
inactive-value="0" @change="resetPageIndex(),getControlList()"/>
</span> </span>
</li> </li>
<li> <li>
...@@ -828,6 +837,7 @@ ...@@ -828,6 +837,7 @@
}, },
//查询参数 //查询参数
queryMsg: { queryMsg: {
QOutGroupAuditReject: 0,//只查看审核驳回 1
QSendCommissionState: 0,//提成状态 0不限, 1已发放, 2未发放 QSendCommissionState: 0,//提成状态 0不限, 1已发放, 2未发放
//出团公司集合 //出团公司集合
OutBranchIds: [], OutBranchIds: [],
......
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