Commit dee429cd authored by 黄奎's avatar 黄奎

页面修改

parent f363e858
......@@ -32,5 +32,6 @@ var AuthCode = {
S_CheckAllOrder:'s_CheckAllOrder', //查看所有订单
F_EditDeleteGuest:"F_EditDeleteGuest",//修改删除旅客和名单权限
LookPlatformAccountPwd:"LookPlatformAccountPwd",//查看平台账户密码权限
OPRecoverySaleOrder:"op_RecoverySaleOrder",//op恢复销售取消订单权限
};
export default AuthCode;
\ No newline at end of file
......@@ -2354,8 +2354,8 @@
</p>
</div>
</div>
<div v-if="childItem.GroupType == 2 &&childItem.QuotationUrl&&childItem.QuotationUrl!=''" style="color: red; cursor: pointer"
@click="seeBJD(childItem.QuotationUrl)">
<div v-if="childItem.GroupType == 2 &&childItem.QuotationUrl&&childItem.QuotationUrl!=''"
style="color: red; cursor: pointer" @click="seeBJD(childItem.QuotationUrl)">
查看报价单
</div>
<div v-if="childItem.AutoCouponId>-1">优惠券:
......@@ -3218,14 +3218,11 @@
</td>
<td class="RL-BTNlist" rowspan="2">
<!--恢复订单-->
<el-button type="primary" v-if="EditBtn" style="background-color: #00c6ff; border-color: #00c6ff"
icon="iconfont icon-bianji-smal" @click="RecoverOrder(item)"></el-button>
<el-tooltip class="item" effect="dark" content="点击恢复订单" placement="top">
<el-button type="primary" v-if="EditBtn" style="background-color: #00c6ff; border-color: #00c6ff"
icon="iconfont icon-bianji-smal" @click="RecoverOrder(item)"></el-button>
</el-tooltip>
<el-button-group>
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start"
style="display: none">
<el-button type="primary" style="background-color: #00c6ff; border-color: #00c6ff"
icon="iconfont icon-bianji-smal" @click="getDetail(item)"></el-button>
</el-tooltip>
<el-tooltip effect="dark" :content="$t('fnc.rizhi')" placement="top-start" style="float: left">
<el-popover width="230" trigger="click">
<div class="priceContentDiv">
......@@ -4295,7 +4292,7 @@
date: "",
TCNUM: "",
TCID: 0,
TeamType:0,
TeamType: 0,
},
NowInfo: {
DuringHoliday: "",
......@@ -4306,7 +4303,7 @@
date: "",
TCNUM: "",
TCID: 0,
TeamType:0,
TeamType: 0,
},
setMsg: {
Id: 0,
......@@ -6294,14 +6291,14 @@
this.beforeInfo.date = "";
this.beforeInfo.TCNUM = "";
this.beforeInfo.TCID = 0;
this.beforeInfo.TeamType=0;
this.beforeInfo.TeamType = 0;
this.NowInfo.DuringHoliday = "";
this.NowInfo.date = "";
this.afterInfo.DuringHoliday = "无";
this.afterInfo.date = "无";
this.afterInfo.TCNUM = "";
this.afterInfo.TCID = 0;
this.afterInfo.TeamType=0;
this.afterInfo.TeamType = 0;
this.LeaderInfoList.LeaderSchedule.forEach((item) => {
if (item.PositionType == 1) {
if (item.TypeId == 0) {
......@@ -6312,7 +6309,7 @@
this.beforeInfo.date = item.EndDate;
this.beforeInfo.TCNUM = item.TCNUM;
this.beforeInfo.TCID = item.TCID;
this.beforeInfo.TeamType=item.TeamType;
this.beforeInfo.TeamType = item.TeamType;
}
if (item.PositionType == 2) {
this.NowInfo.DuringHoliday =
......@@ -6328,7 +6325,7 @@
this.afterInfo.date = item.StartDate;
this.afterInfo.TCNUM = item.TCNUM;
this.afterInfo.TCID = item.TCID;
this.afterInfo.TeamType=item.TeamType;
this.afterInfo.TeamType = item.TeamType;
} else {
this.afterInfo.DuringHoliday = "无";
this.afterInfo.date = "无";
......@@ -6803,7 +6800,7 @@
});
},
GetAuth() {
var actionCode = this.$AuthCode.EidtCoupon;
var actionCode = this.$AuthCode.OPRecoverySaleOrder;
this.CheckUserAuth(actionCode, (res) => {
if (res.data.resultCode == 1 && res.data.data == 1) {
this.EditBtn = true;
......
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