Commit ba0a8748 authored by youjie's avatar youjie

未收齐团款/未结团提醒

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