Commit 96f415ab authored by 吴春's avatar 吴春

解决冲突

parents 9bf42483 13d475ad
......@@ -183,7 +183,7 @@
class="hotelProductManage2_edit2_form">
<el-row>
<el-col :span="24" class="HotelProductEdit_date">
<el-form-item :label="$t('ground.yixuanriqi')" prop="DateList">
<el-tag v-for="(item, key) in msg2.DateList" :key="key" type="info" style="margin: 0 5px 0 0;" closable
@close="calendarDayOff(item)">{{item}}</el-tag>
......@@ -413,7 +413,7 @@
class="hotelProductManage2_edit_form">
<el-row>
<el-col :span="6">
<el-form-item :label="$t('ground.riqixuanzfs')" prop="DayType">
<el-select v-model="msg.DayType" :placeholder="$t('pub.pleaseSel')" @change="dayTypeChange">
<el-option :label="$t('ground.annian')" value="1"></el-option>
......@@ -670,7 +670,7 @@
<el-input-number v-model="msg.PayLimitFirstDay" :min="1"></el-input-number>
</el-form-item>
</el-col>
<el-col :span="6" v-if="msg.CustomerPayType==2 && userInfo&&userInfo.RB_Group_id==2" >
<el-col :span="6" v-if="msg.CustomerPayType==2 && userInfo&&userInfo.RB_Group_id==2">
<el-form-item :label="$t('objFill.ruzhuqjtfwk')" prop="PayLimitEndDay">
<el-input-number v-model="msg.PayLimitEndDay" :min="1"></el-input-number>
</el-form-item>
......@@ -1255,10 +1255,14 @@
},
// 获取供应商
initSupplier() {
this.apipost("supplier_post_GetAllList", {
var postMsg = {
Type: 1,
Country: 651
}, res => {
Country: 0
}
if (this.userInfo && this.userInfo.RB_Group_id==2) {
postMsg.Country = 651;
}
this.apipost("supplier_post_GetAllList", postMsg, res => {
if (res.data.resultCode === 1) {
this.SupplierList = res.data.data;
}
......
......@@ -1255,11 +1255,19 @@
<span>
<el-checkbox v-model="queryCommonData.checkDialogAll" @change="checkAllDialog" style="margin-right:20px;">
{{$t('system.table_chekAll')}}</el-checkbox>
<el-checkbox-group v-model="queryCommonData.ckedplat" @change="checkDialog">
<el-checkbox v-for="sales in $tripUtils.TeamStatesList.salsPlat" :label="sales.Id" :key="sales.Name"
:disabled="((sales.Id=='2'||sales.Id=='5')&&SaleB2COrWeChatStatus)?true:false">
{{sales.Name}}</el-checkbox>
</el-checkbox-group>
<template v-if="CurrentUserInfo.RB_Group_Id==2">
<el-checkbox-group v-model="queryCommonData.ckedplat" @change="checkDialog">
<el-checkbox v-for="sales in $tripUtils.TeamStatesList.salsPlat" :label="sales.Id" :key="sales.Name"
:disabled="((sales.Id=='2'||sales.Id=='5')&&SaleB2COrWeChatStatus)?true:false">
{{sales.Name}}</el-checkbox>
</el-checkbox-group>
</template>
<template v-else>
<el-checkbox-group v-model="queryCommonData.ckedplat" @change="checkDialog">
<el-checkbox v-for="sales in $tripUtils.TeamStatesList.salsPlat" :label="sales.Id" :key="sales.Name">
{{sales.Name}}</el-checkbox>
</el-checkbox-group>
</template>
</span>
<span>
<button class="normalBtn" style="margin-left:50px;" @click="SetshelvesUp">{{$t('pub.sureBtn')}}</button>
......@@ -2905,7 +2913,8 @@
this.CurrentUserInfo.RB_Branch_id == 1216 ||
this.CurrentUserInfo.RB_Branch_id == 49 ||
this.CurrentUserInfo.RB_Branch_id == 1218 ||
this.CurrentUserInfo.RB_Branch_id == 1249
this.CurrentUserInfo.RB_Branch_id == 1249 ||
this.CurrentUserInfo.RB_Branch_id == 1252
) {
this.IsModifyTravelControl = 1;
} else {
......@@ -2970,11 +2979,14 @@
if (!this.$route.query.tcmun) {
this.queryMsg.StartGroupDate = nowDate;
}
if (
this.queryCommonData.IsParentCompany != 1 &&
this.CurrentUserInfo.RB_Branch_id != 49 && this.CurrentUserInfo.RB_Branch_id != 1249
) {
this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id);
if (this.CurrentUserInfo.RB_Group_id == 2) {
if (
this.queryCommonData.IsParentCompany != 1 &&
this.CurrentUserInfo.RB_Branch_id != 49 && this.CurrentUserInfo.RB_Branch_id != 1249 &&
this.CurrentUserInfo.RB_Branch_id != 1252
) {
this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id);
}
}
var routeName = this.$route.name
if (routeName == 'TravelControlList') {
......
......@@ -1960,7 +1960,7 @@
}
if (this.queryCommonData.IsParentCompany != 1 && userInfo.RB_Branch_id != 49 && userInfo.RB_Branch_id != 1224 &&
userInfo.RB_Branch_id != 1249) {
userInfo.RB_Branch_id != 1249&& this.CurrentUserInfo.RB_Branch_id != 1252) {
this.queryMsg.OutBranchIds.push(userInfo.RB_Branch_id);
}
//默认查询全部团队状态
......
......@@ -1980,7 +1980,7 @@
}
if (this.queryCommonData.IsParentCompany != 1) {
if (this.CurrentUserInfo.RB_Branch_id != 49 && this.CurrentUserInfo.RB_Branch_id != 1245 && this.CurrentUserInfo
.RB_Branch_id != 1249) {
.RB_Branch_id != 1249&& this.CurrentUserInfo.RB_Branch_id != 1252) {
this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id)
}
......
......@@ -7,13 +7,16 @@
<ul>
<li>
<!-- 岗位名称 -->
<span><em>{{$t('adm.adm_gwname')}}</em><el-input class='w210' v-model='msg.PostName'
@keyup.enter.native="getList"></el-input></span>
<span><em>{{$t('adm.adm_gwname')}}</em>
<el-input class='w210' v-model='msg.PostName' @keyup.enter.native="getList"></el-input>
</span>
</li>
<li>
<input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" @click="resetPageIndex(),getList()"/>
<input type="button" @click="outerVisible = true,dialogTitle=$t('objFill.xingzenganwei'),layerShowIndex=1,getCompany()"
class="normalBtn" :value="$t('pub.addBtn')"/>
<input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')"
@click="resetPageIndex(),getList()" />
<input type="button"
@click="outerVisible = true,dialogTitle=$t('objFill.xingzenganwei'),layerShowIndex=1,getCompany()"
class="normalBtn" :value="$t('pub.addBtn')" />
</li>
</ul>
</div>
......@@ -37,7 +40,8 @@
<el-button @click="roleAllocation(item.PostId,1)" type="primary" icon="iconfont icon-user11"></el-button>
</el-tooltip>
<el-tooltip class="item" effect="dark" :content="$t('objFill.appjuesegl')" placement="top-start">
<el-button v-if="qjGroupId==userInfo.RB_Group_id || A_AppMenu_Allot" @click="roleAllocation(item.PostId,2)" type="primary" icon="iconfont icon-user11"></el-button>
<el-button v-if="qjGroupId==userInfo.RB_Group_id || A_AppMenu_Allot"
@click="roleAllocation(item.PostId,2)" type="primary" icon="iconfont icon-user11"></el-button>
</el-tooltip>
<el-tooltip class="item" effect="dark" :content="$t('system.table_delete')" placement="top-start">
<el-button @click="deleteData(item.PostId)" type="danger" icon="el-icon-delete"></el-button>
......@@ -47,14 +51,15 @@
</tr>
</table>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size=msg.pageSize :total=total>
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total">
</el-pagination>
<el-dialog custom-class='w550' :title="dialogTitle" :visible.sync="outerVisible" center
:before-close="closeChangeMachie">
:before-close="closeChangeMachie">
<el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="120px">
<div v-if="this.layerShowIndex==1">
<el-form-item :label="$t('adm.adm_gwname')" prop="PostName">
<el-input class='w300' type="text" v-model="addMsg.PostName" :placeholder="$t('pub.pleaseImport')"></el-input>
<el-input class='w300' type="text" v-model="addMsg.PostName" :placeholder="$t('pub.pleaseImport')">
</el-input>
</el-form-item>
<el-form-item :label="$t('adm.adm_ynyyfenqu')" prop="IsUseSubarea">
<el-select v-model="addMsg.IsUseSubarea" :placeholder="$t('pub.pleaseSel')">
......@@ -64,16 +69,19 @@
</el-form-item>
</div>
<div v-if="this.layerShowIndex==2">
<el-transfer filterable v-model="postRoleListId" :data="groupRoleList" :props="{key: 'Id',label: 'Name'}" :titles="[$t('objFill.kexuanjuese'), $t('objFill.yiuxanjuese')]"></el-transfer>
<el-transfer filterable v-model="postRoleListId" :data="groupRoleList" :props="{key: 'Id',label: 'Name'}"
:titles="[$t('objFill.kexuanjuese'), $t('objFill.yiuxanjuese')]"></el-transfer>
</div>
</el-form>
<div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="outerVisible = false,resetForm('addMsg')">{{$t('pub.cancelBtn')}}</button> &nbsp;
<button v-if="this.layerShowIndex==1" class="normalBtn" type="primary" @click="submitForm('addMsg')">{{$t('pub.saveBtn')}}</button>
<button v-if="this.layerShowIndex==2" class="normalBtn" type="primary" @click="updateRole()">{{$t('pub.saveBtn')}}</button>
<button class="hollowFixedBtn"
@click="outerVisible = false,resetForm('addMsg')">{{$t('pub.cancelBtn')}}</button> &nbsp;
<button v-if="this.layerShowIndex==1" class="normalBtn" type="primary"
@click="submitForm('addMsg')">{{$t('pub.saveBtn')}}</button>
<button v-if="this.layerShowIndex==2" class="normalBtn" type="primary"
@click="updateRole()">{{$t('pub.saveBtn')}}</button>
</div>
</el-dialog>
</div>
</template>
......@@ -81,10 +89,9 @@
export default {
data() { //穿梭
return {
A_AppMenu_Allot:false,
qjGroupId:-1,
userInfo:{},
A_AppMenu_Allot: false,
qjGroupId: -1,
userInfo: {},
loading: true,
total: 0,
pageSize: '',
......@@ -111,8 +118,16 @@
Status: 0,
},
rules: {
PostName: [{required: true,message: this.$t('adm.adm_qsrgwname'),trigger: 'blur'}],
IsUseSubarea: [{required: true,message: this.$t('adm.adm_qxzsfyyfenqu'),trigger: 'blur'}]
PostName: [{
required: true,
message: this.$t('adm.adm_qsrgwname'),
trigger: 'blur'
}],
IsUseSubarea: [{
required: true,
message: this.$t('adm.adm_qxzsfyyfenqu'),
trigger: 'blur'
}]
},
addMsg: {
PostId: '-1',
......@@ -146,25 +161,24 @@
let userInfo = this.getLocalStorage();
this.userInfo = this.getLocalStorage();
this.GetSupperOrderEditAuth();
this.qjGroupId=this.QjGroupId();
this.qjGroupId = this.QjGroupId();
this.msg.RB_Group_Id = this.getDepartmentMsg.RB_Group_Id = this.getCompanyMsg.RB_Group_Id = this.addMsg.RB_Group_Id = userInfo.RB_Group_id; //集团
this.msg.RB_Group_Id = this.getDepartmentMsg.RB_Group_Id = this.getCompanyMsg.RB_Group_Id = this.addMsg
.RB_Group_Id = userInfo.RB_Group_id; //集团
this.getList();
this.getCompany();
this.getDerpartMent();
},
methods: {
GetSupperOrderEditAuth() {
var actionCodeNew = this.$AuthCode.A_AppMenu_Allot;
// 制单权限
this.CheckUserAuth(actionCodeNew, res => {
if (res.data.resultCode == 1 && res.data.data == 1) {
this.A_AppMenu_Allot = true;
}
});
},
var actionCodeNew = this.$AuthCode.A_AppMenu_Allot;
// 制单权限
this.CheckUserAuth(actionCodeNew, res => {
if (res.data.resultCode == 1 && res.data.data == 1) {
this.A_AppMenu_Allot = true;
}
});
},
getCompany() {
this.apipost('admin_get_BranchGetList', this.getCompanyMsg, res => {
if (res.data.resultCode == 1) {
......@@ -173,10 +187,8 @@
} else {
this.companyList = res.data.data;
}
} else {
}
}, err => {
})
} else {}
}, err => {})
},
getDerpartMent() { //获取部门
this.apipost('admin_get_DepartmentGetList', this.getDepartmentMsg, res => {
......@@ -186,10 +198,8 @@
} else {
this.departMentList = res.data.data;
}
} else {
}
}, err => {
})
} else {}
}, err => {})
},
getList() { //获取数据
this.loading = true,
......@@ -198,10 +208,8 @@
this.DataList = res.data.data.pageData
this.total = res.data.data.count
this.loading = false
} else {
}
}, err => {
})
} else {}
}, err => {})
},
addData() { //新增数据
this.apipost('admin_post_PostSet', this.addMsg, res => {
......@@ -213,21 +221,19 @@
} else {
this.$message.error(res.data.message)
}
}, err => {
})
}, err => {})
},
updateData(index, id) {
this.addMsg.PostId = id
this.apipost('admin_get_PostGet', {PostId: id}, res => {
this.apipost('admin_get_PostGet', {
PostId: id
}, res => {
if (res.data.resultCode == 1) {
this.addMsg = res.data.data
this.addMsg = res.data.data;
this.addMsg.IsUseSubarea = this.addMsg.IsUseSubarea.toString();
} else {
}
}, err => {
})
}
}, err => {})
this.layerShowIndex = 1;
},
roleAllocation(id, platform) { //角色管理
this.platform = platform;
......@@ -237,23 +243,24 @@
this.updatePostId = id;
this.layerShowIndex = 2;
this.outerVisible = true;
this.apipost('admin_get_PostGetPostRole', {PostId: id, Platform: platform}, res => {
this.apipost('admin_get_PostGetPostRole', {
PostId: id,
Platform: platform
}, res => {
if (res.data.resultCode == 1) {
this.groupRoleList = res.data.data.groupRoleList;
res.data.data.postRoleList.forEach(i => {
this.postRoleListId.push(i.Id)
});
} else {
}
}, err => {
})
}, err => {})
},
updateRole() { //修改岗位角色
let roleIdsString = this.postRoleListId.join(',');
this.apipost('admin_post_PostUpdatePostRole', {
PostId: this.updatePostId,
RoleIds: roleIdsString,
Platform:this.platform
Platform: this.platform
}, res => {
this.insideDialogTxt = res.data.message
if (res.data.resultCode == 1) {
......@@ -262,8 +269,7 @@
} else {
this.$message.error(res.data.message)
}
}, err => {
})
}, err => {})
},
deleteData(id) {
this.$confirm(this.$t('tips.shifoushanchu'), this.$t('tips.tips'), {
......@@ -280,17 +286,14 @@
}, res => {
if (res.data.resultCode == 1) {
this.getList()
} else {
}
}, err => {
})
} else {}
}, err => {})
}).catch(() => {
this.$message({
type: 'info',
message: this.$t('tips.cancleDelete')
});
});
},
linkageDepartment() { //联动部门
this.msg.RB_Department_Id = '0';
......@@ -329,4 +332,4 @@
}
}
}
</script>
</script>
\ No newline at end of file
......@@ -87,7 +87,7 @@
<div class="HotelWorkList">
<div class="query-box HotelWorkInput" style="border-bottom: none;">
<ul>
<li v-if="Title=='审核'||Title=='查看'">
<li v-if="Title=='审核'">
<span>
<em>{{$t('fnc.shzhuangtai')}}</em>
<el-select v-model='msg2.TicketStatus' class="w200" @change="msg2.papageIndex==1,GetList()">
......@@ -100,6 +100,19 @@
</el-select>
</span>
</li>
<li v-if="Title=='查看'">
<span>
<em>{{$t('fnc.shzhuangtai')}}</em>
<el-select v-model='msg.TicketStatus' class="w200" @change="msg.papageIndex==1,GetList()">
<!-- <el-option :value="0" :label="$t('pub.unlimitedSel')"></el-option> -->
<el-option v-for='item in TicketStatusList2'
:label='item.Name'
:value='item.Id'
:key='item.Id'>
</el-option>
</el-select>
</span>
</li>
<li v-if="Title=='申请'">
<span>
<em>申请状态</em>
......@@ -745,9 +758,9 @@
this.msg.IsMyOrder = '0'
}
msgObj = (this.pagesTitle=='审核'||this.pagesTitle=='查看')?this.msg2:this.msg
if(this.pagesTitle=='查看'){
msgObj.TicketStatus=5;
}
// if(this.pagesTitle=='查看'){
// msgObj.TicketStatus=5;
// }
this.apipost(url, msgObj,
res => {
if (res.data.resultCode == 1) {
......
......@@ -84,6 +84,7 @@
.TC_comDMCchoose .el-dialog__body {
padding: 5px 25px 30px;
}
.colorMark {
width: 25px;
height: 25px;
......@@ -94,10 +95,11 @@
background: #fff;
border: 5px solid #eee;
cursor: pointer;
}
._VideoStr_boxColor .el-form-item__content{
line-height: 0 !important;
}
}
._VideoStr_boxColor .el-form-item__content {
line-height: 0 !important;
}
</style>
......@@ -156,7 +158,7 @@
:placeholder="$t('sm.tuanduibiaoti')"></el-input>
</el-form-item>
</div>
<div :class="{'showOther':TeamType==3}" >
<div :class="{'showOther':TeamType==3}">
<el-form-item :label="$t('Operation.Op_bentuanMaidian')">
<el-input v-model="PostConfig.ProductRecommend" type="textarea" :autosize="{minRows: 3, maxRows: 3 }"
resize="none" :placeholder="$t('Operation.Op_bentuanMaidian')" maxlength="2000"></el-input>
......@@ -168,7 +170,7 @@
resize="none" :placeholder="$t('sm.onlybeizhu')" maxlength="300"></el-input>
</el-form-item>
</div>
<div v-if="CurrentUserInfo&&CurrentUserInfo.RB_Group_id!=2">
<div v-if="CurrentUserInfo&&CurrentUserInfo.RB_Group_id!=2" style="display:none;">
<el-form-item :label="$t('system.quety_area')">
<el-select v-model="PostConfig.WAreaId" :placeholder="$t('pub.pleaseSel')"
@change="GetSelfArea(PostConfig.WAreaId,2,true)" filterable>
......@@ -238,25 +240,21 @@
</div>
</div>
</div>
<div class="_VideoStr_box _VideoStr_boxColor" v-if="true">
<div class="_VideoStr_box _VideoStr_boxColor" v-if="CurrentUserInfo&&CurrentUserInfo.RB_Group_id==2">
<el-form-item label="行程主题色">
<div class="row items-center nowrap">
<template v-for="(x,i) in colorArr">
<el-tooltip :key="i"
class="box-item"
effect="dark"
:content="x.ColorName"
placement="bottom"
>
<div @click="PostConfig.TripColor=x.ColorValue">
<span class="colorMark"
:style="{'background':x.ColorValue,'border-color':x.ColorValue==PostConfig.TripColor?'black':'#eee'}"></span>
</div>
</el-tooltip>
<el-tooltip :key="i" class="box-item" effect="dark" :content="x.ColorName" placement="bottom">
<div @click="PostConfig.TripColor=x.ColorValue">
<span class="colorMark"
:style="{'background':x.ColorValue,'border-color':x.ColorValue==PostConfig.TripColor?'black':'#eee'}"></span>
</div>
</el-tooltip>
</template>
</div>
<!-- <el-color-picker style='vertical-align: middle;' v-model="PostConfig.TripColor"></el-color-picker> -->
<span style="color: red;margin-left: 5px;margin-top: 15px;display: block;">注意,如果你使用行程模板,系统将会强制修改主色</span>
<span
style="color: red;margin-left: 5px;margin-top: 15px;display: block;">注意,如果你使用行程模板,系统将会强制修改主色</span>
</el-form-item>
</div>
</el-form>
......@@ -311,26 +309,82 @@
SelfWCountryList: [], //国家列表
SelfWLocationList: [], //地区列表
SelfWCityList: [], //城市列表
colorArr:[
{ColorName:'红色',ColorValue:'#E53935'},
{ColorName:'玫红',ColorValue:'#D61159'},
{ColorName:'紫色',ColorValue:'#8E24AA'},
{ColorName:'深紫色',ColorValue:'#4C24AB'},
{ColorName:'深蓝色',ColorValue:'#3949AB'},
{ColorName:'蓝色',ColorValue:'#1B84F1'},
{ColorName:'浅蓝色',ColorValue:'#039BE6'},
{ColorName:'青色',ColorValue:'#00ACC2'},
{ColorName:'深绿色',ColorValue:'#01887A'},
{ColorName:'绿色',ColorValue:'#4AAC45'},
{ColorName:'浅绿',ColorValue:'#7DB343'},
{ColorName:'青绿色',ColorValue:'#C0CA35'},
{ColorName:'黄色',ColorValue:'#FDD734'},
{ColorName:'深黄色',ColorValue:'#F5BE1B'},
{ColorName:'橙色',ColorValue:'#FB8C00'},
{ColorName:'橘红色',ColorValue:'#F5511E'},
{ColorName:'深灰色',ColorValue:'#767676'},
{ColorName:'墨绿色',ColorValue:'#546F7A'},
{ColorName:'深咖色',ColorValue:'#6E4C43'},
colorArr: [{
ColorName: '红色',
ColorValue: '#E53935'
},
{
ColorName: '玫红',
ColorValue: '#D61159'
},
{
ColorName: '紫色',
ColorValue: '#8E24AA'
},
{
ColorName: '深紫色',
ColorValue: '#4C24AB'
},
{
ColorName: '深蓝色',
ColorValue: '#3949AB'
},
{
ColorName: '蓝色',
ColorValue: '#1B84F1'
},
{
ColorName: '浅蓝色',
ColorValue: '#039BE6'
},
{
ColorName: '青色',
ColorValue: '#00ACC2'
},
{
ColorName: '深绿色',
ColorValue: '#01887A'
},
{
ColorName: '绿色',
ColorValue: '#4AAC45'
},
{
ColorName: '浅绿',
ColorValue: '#7DB343'
},
{
ColorName: '青绿色',
ColorValue: '#C0CA35'
},
{
ColorName: '黄色',
ColorValue: '#FDD734'
},
{
ColorName: '深黄色',
ColorValue: '#F5BE1B'
},
{
ColorName: '橙色',
ColorValue: '#FB8C00'
},
{
ColorName: '橘红色',
ColorValue: '#F5511E'
},
{
ColorName: '深灰色',
ColorValue: '#767676'
},
{
ColorName: '墨绿色',
ColorValue: '#546F7A'
},
{
ColorName: '深咖色',
ColorValue: '#6E4C43'
},
]
};
},
......
<template>
<div>clickFeature
<div>
<div class="TravelFeature" :class="{'foldHeight':isFold==1}">
<span class="TMTitle">
<i></i>{{$t('sm.chanpintese')}}
......@@ -17,7 +17,8 @@
<div class="TFslide"
:class="{'TFcked':item.isShow,'display_none':(item.TypeState===4 && FeatureData.FeatureType !== 4) || (item.TypeState===4 && !$route.query.configId)}"
@click="clickFeature(item)" :key="item.subCode"
v-if="((item.TypeState>3 && CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState<=3)">
>
<!--v-if="((item.TypeState>3 && CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState<=3)"-->
<img v-bind:src="item.imgUrl">
<div>{{item.ckTitle}}</div>
</div>
......
......@@ -227,6 +227,7 @@
TripMapList: [],
NotQueryCityList: [], //使用系统中的经纬度城市
FeaturePageType: 0, //1横版 2竖版
TeamType:0,
},
//行程
FeatureData: {
......@@ -305,7 +306,7 @@
ckedNav: 1,
modifyType: 1, //1:系列团修改,2:单团修改
modifyTcid: 0, //修改单团期id
TeamType: '',
TeamType: '0',
loading: false,
isNewConfig: true,
offerMsg: {
......
......@@ -357,7 +357,7 @@
<div>
<div class="TravelPrice clearfix" :class="{'foldHeight':isFold==1}">
<span class="TMTitle">
<i></i>{{$t('sm.tuanqishezhi')}}
<i></i>{{$t('sm.tuanqishezhi')}}
</span>
<span class="foldList" @click="fold" v-if="isFold==''">{{$t('sm.djzd')}}</span>
<span class="foldList" @click="fold" v-if="isFold==1">{{$t('sm.djzk')}}</span>
......@@ -654,7 +654,7 @@
</el-form-item>
<el-form-item prop="OutBranchId" style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">{{$t('scen.sc_cp')}}</span>
<el-select class="w180" v-model="priceData.OutBranchId" @change="getstandardCurrencyName" disabled>
<el-select class="w180" v-model="priceData.OutBranchId" @change="getstandardCurrencyName" :disabled="CurrentUserInfo.RB_Group_id==2">
<el-option :label="$t('pub.unlimitedSel')" :value="SelectOtherDefault"></el-option>
<el-option v-for="item in companyList" :key="item.id" :label="item.bName" :value="item.id">
</el-option>
......
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