Commit ba0a8748 authored by youjie's avatar youjie

未收齐团款/未结团提醒

parent 17351c69
...@@ -227,6 +227,11 @@ ...@@ -227,6 +227,11 @@
机票未绑团查看 机票未绑团查看
<i class="iconfont icon-right1"></i> <i class="iconfont icon-right1"></i>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item class="clearfix _dropdown_other" @click.native="unTravelVisible=true" v-if="UnTravelDate">
<i class="iconfont icon-Newspaper" style="color:#f39c12"></i>
未收齐团款/未结团提醒
<i class="iconfont icon-right1"></i>
</el-dropdown-item>
<el-dropdown-item v-if="userInfo.RB_Group_id==2 && ChangeThePriceList.length>0" class="clearfix _dropdown_other" <el-dropdown-item v-if="userInfo.RB_Group_id==2 && ChangeThePriceList.length>0" class="clearfix _dropdown_other"
@click.native="GetChangeThePrice(1),GetExaminePriceOrderPageList(1)"> @click.native="GetChangeThePrice(1),GetExaminePriceOrderPageList(1)">
<i class="iconfont icon-Newspaper" style="color:#f39c12"></i> <i class="iconfont icon-Newspaper" style="color:#f39c12"></i>
...@@ -1306,7 +1311,7 @@ ...@@ -1306,7 +1311,7 @@
ChangeThePriceData: [], ChangeThePriceData: [],
}, },
UnboundDate: {}, UnboundDate: {},
UnTravelDate: {}, UnTravelDate: null,
unbundlingVisible: false, //未绑团提醒 unbundlingVisible: false, //未绑团提醒
unTravelVisible: false, //销售未完款提醒 unTravelVisible: false, //销售未完款提醒
b2bDomain: "", b2bDomain: "",
...@@ -2145,7 +2150,7 @@ ...@@ -2145,7 +2150,7 @@
}, },
// 获取未完款的数据 // 获取未完款的数据
GetSaleOrOPRemind() { GetSaleOrOPRemind() {
this.UnTravelDate = {} this.UnTravelDate = null
this.apipost( this.apipost(
"opcommission_GetSaleOrOPRemind", {}, "opcommission_GetSaleOrOPRemind", {},
res => { res => {
......
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