Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
93f2d59a
Commit
93f2d59a
authored
Mar 12, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
e6baea82
e4b7b933
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
585 additions
and
529 deletions
+585
-529
Login.vue
src/components/Login.vue
+0
-16
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+4
-2
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+8
-2
gonggao.vue
src/components/personalCenter/gonggao.vue
+3
-7
groupManagement.vue
src/components/platformModule/groupManagement.vue
+568
-500
AccountType.vue
src/components/systemManagement/AccountType.vue
+2
-2
No files found.
src/components/Login.vue
View file @
93f2d59a
...
...
@@ -304,25 +304,9 @@ export default {
this
.
$cookie
.
set
(
"RB_Group_id"
,
userData
.
RB_Group_id
);
localStorage
.
menu
=
JSON
.
stringify
(
firstTire
)
this
.
loginState
=
0
;
// let previousPathInfo = localStorage.previousPathInfo ? JSON.parse(localStorage.previousPathInfo) : ''
// if (previousPathInfo) {
// let path = previousPathInfo.path.indexOf('login') === -1 ? previousPathInfo.path : 'index'
// let query = previousPathInfo.query ? previousPathInfo.query : {}
// this.$router.push({ path: "/"+ path, query: query });
// }else {
// this.$router.push({ path: "/index" });
// }
this
.
$router
.
push
({
path
:
"/personalCenter"
});
//登录成功后跳转页面
// this.$notify.success({
// title:'提示',
// customClass:'msgTips',
// message: '登陆成功',
// showClose: false,
// duration:1000
// });
}
else
{
this
.
$notify
.
error
({
title
:
"提示"
,
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
93f2d59a
...
...
@@ -967,13 +967,14 @@
<el-dropdown-item
v-if=
"item.Status==2&&showSureOrder('P_Query_Income_ConfirmInfo',item.CreateBy)"
@
click
.
native=
"goSureOrder('priceIncomeConfirmInfo',item.TCID)"
>
{{$t('Operation.Op_shouruDan')}}
</el-dropdown-item>
<!--CurrentUserInfo.IsOpenB2C==1&&-->
<el-dropdown-item
v-if=
"CurrentUserInfo.B2BDomain!=''"
@
click
.
native=
"goB2B(item.ConfigId, item.TCID , 1)"
>
{{$t('Operation.Op_b2bView')}}
</el-dropdown-item>
<!--CurrentUserInfo.IsOpenB2C==1&&-->
<el-dropdown-item
@
click
.
native=
"goB2B(item.ConfigId, item.TCID , 2)"
v-if=
"CurrentUserInfo.B2BDomain!=''&&item.LineID!=2&&item.LineID!=8"
>
v-if=
"
CurrentUserInfo.B2BDomain!=''&&item.LineID!=2&&item.LineID!=8"
>
直客版预览
</el-dropdown-item>
...
...
@@ -2393,6 +2394,7 @@
var
routeName
=
this
.
$route
.
name
if
(
routeName
==
'TravelControlList'
)
{
this
.
queryMsg
.
TeamType
=
0
;
}
if
(
routeName
==
'TravelControlList2'
)
{
this
.
queryMsg
.
TeamType
=
3
;
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
93f2d59a
...
...
@@ -16,7 +16,8 @@
{{
$t
(
'sm.xianluxingcheng'
)
}}
</div>
<div
class=
"TravelLine"
v-if=
"TeamType!=3"
></div>
<div
class=
"TravelNavList"
v-if=
"TeamType!=3"
:class=
"
{'TravelCked':ckedNav==3}"
<!--&&CurrentUserInfo.IsOpenTripFeature==1-->
<div
class=
"TravelNavList"
v-if=
"(TeamType!=3)"
:class=
"
{'TravelCked':ckedNav==3}"
@click.prevent="custormAnchor('thirdAnchor',3)">
{{
$t
(
'sm.chanpintese'
)
}}
</div>
...
...
@@ -38,7 +39,8 @@
:subConfig=
"journeyList"
:isOpenGroup=
"false"
:IsDirect=
"PostConfig.IsDirect"
v-bind:AllCityList=
"AllCityList"
v-bind:StartCity=
"StartCity"
:UseTypeArray=
"UseTypeArray"
:AirPickUp=
"AirPickUp"
:AirSend=
"AirSend"
@
change=
"handlerChangeData"
:TeamType=
"TeamType"
:IsOpenHotel=
"PostConfig.IsOpenHotel"
></TravelDaysTripDirect>
<TravelFeature
:class=
"
{'showOther':TeamType==3}" ref="TravelFeature" id="thirdAnchor"
<!--v-if="CurrentUserInfo.IsOpenTripFeature==1"-->
<TravelFeature
:class=
"
{'showOther':(TeamType==3)}" ref="TravelFeature" id="thirdAnchor"
@featureCallBack="getFeature" :FeatureData="FeatureData" :TeamType="TeamType" :isNewConfig="isNewConfig"
@unlockFormCommit="unlockFormCommit">
</TravelFeature>
<TravelNotice
:class=
"
{'showOther':TeamType==3}" ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice"
...
...
@@ -96,6 +98,8 @@
},
data
()
{
return
{
//当前登录用户信息
CurrentUserInfo
:
{},
IsShowBtn
:
false
,
//是否显示按钮
ConfigId
:
0
,
//地址栏查询参数
IsHaveOffer
:
0
,
//是否有报价单
...
...
@@ -858,6 +862,8 @@
},
},
mounted
()
{
this
.
CurrentUserInfo
=
this
.
getLocalStorage
();;
console
.
log
(
"this.CurrentUserInfo"
,
this
.
CurrentUserInfo
);
this
.
ScrollMethod
();
},
created
()
{
...
...
src/components/personalCenter/gonggao.vue
View file @
93f2d59a
<
template
>
<div
class=
"ad"
v-loading=
"loading"
>
<div
class=
"content"
>
<div
class=
"notice-title"
>
{{
notices
.
title
}}
</div>
<div
class=
"content"
v-if=
"notices"
>
<div
class=
"notice-title"
>
{{
notices
.
title
}}
</div>
<div
v-html=
"notices.content"
></div>
<div
class=
"user"
>
{{
notices
.
updateName
}}
</div>
<div
class=
"time"
>
{{
notices
.
updateTime
?
notices
.
updateTime
.
replace
(
"T"
,
" "
):
""
}}
</div>
</div>
<div
class=
"foot"
>
<div
class=
"foot"
v-if=
"notices"
>
<div
class=
"lt"
>
<!--
<div>
附件:
</div>
<div
class=
"v"
>
<a
href=
"javascript:void(0);"
>
关于库存现金管理的通知.jpg
</a>
</div>
-->
</div>
<div
class=
"rt"
>
<span
:class=
"
{'disable':notices.maxID==0}" @click="queryNotice(notices.maxID)">
...
...
src/components/platformModule/groupManagement.vue
View file @
93f2d59a
This diff is collapsed.
Click to expand it.
src/components/systemManagement/AccountType.vue
View file @
93f2d59a
...
...
@@ -180,7 +180,7 @@
<el-form-item
:label=
"$t('fnc.sybumen')"
>
<!--
<el-select
filterable
v-model=
'addMsg.DepartmentID'
@
change=
"getPostList()"
>
-->
<el-select
filterable
multiple
v-model=
'RangeIdsList'
@
change=
"changeRange"
>
<el-option
:label=
'$t('
active
.
cl_tongyong
')'
:value=
'-1'
></el-option>
<el-option
:label=
"$t('active.cl_tongyong')"
:value=
'-1'
></el-option>
<el-option
v-for=
'item in departmentList'
:label=
'item.DepartmentName'
:value=
'item.DepartmentID'
...
...
@@ -256,7 +256,7 @@
},
rules
:
{
//表单必填验证
Name
:
[
{
required
:
true
,
message
:
this
.
$t
(
'
fnc
.qtxzhmingcheng'
),
trigger
:
'blur'
}
{
required
:
true
,
message
:
this
.
$t
(
'
rule
.qtxzhmingcheng'
),
trigger
:
'blur'
}
],
DepartIDsArr
:
[
{
required
:
true
,
message
:
this
.
$t
(
'fnc.qxzsybumen'
),
trigger
:
'change'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment