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
2fac6c80
Commit
2fac6c80
authored
Mar 05, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
d3c5235f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
121 additions
and
102 deletions
+121
-102
HotelQueryList.vue
src/components/Hotel/singleProduct/HotelQueryList.vue
+2
-6
index.vue
src/components/index.vue
+30
-24
personalCenter.vue
src/components/personalCenter.vue
+89
-72
No files found.
src/components/Hotel/singleProduct/HotelQueryList.vue
View file @
2fac6c80
...
...
@@ -46,10 +46,7 @@
<span>
<em>
酒店
</em>
<el-input
type=
""
v-model=
"msg.HotelName"
placeholder=
"酒店名称"
></el-input>
<!--
<el-select
v-model=
"msg.HotelChooseArray"
:placeholder=
"$t('pub.pleaseSel')"
class=
"multiple_input w300"
filterable
multiple
collapse-tags
:multiple-limit=
"3"
>
<el-option
v-for=
"item in HotelList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
-->
</span>
</li>
...
...
@@ -220,7 +217,7 @@
OpType
:
0
,
},
//默认显示弹窗信息
showHQinfo
:
tru
e
,
showHQinfo
:
fals
e
,
//酒店温馨提示列表
HotelTipList
:
[],
//供应商列表
...
...
@@ -414,7 +411,6 @@
this
.
HOTEL_memorandum
=
true
;
}
this
.
getProvinceList
(
"651"
,
1
);
// this.GetHotelList();//酒店名称下拉
this
.
getList
();
this
.
com_onresize
();
window
.
onresize
=
()
=>
{
...
...
src/components/index.vue
View file @
2fac6c80
...
...
@@ -179,19 +179,22 @@
<el-badge
class=
"mark"
:value=
"NotDealCount?NotDealCount:'0'"
/>
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
v-if=
'firstMenuList.indexOf("考勤")!==-1'
@
click
.
native=
"goUrlT('myApproval',-1,'考勤')"
>
<i
class=
"iconfont icon-menu-kaoqin"
style=
"color:#27ae60"
></i>
考勤
<el-badge
class=
"mark"
:value=
"MyAuditCount?MyAuditCount:'0'"
/>
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
v-if=
'firstMenuList.indexOf("企业云盘")!==-1'
@
click
.
native=
"goUrlT('myDocuments',-1,'企业云盘')"
>
<i
class=
"iconfont icon-menu-yunpan"
style=
"color:#2980b9"
></i>
企业云盘
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<template
v-if=
"userInfo&&userInfo.RB_Group_id==2"
>
<el-dropdown-item
class=
"clearfix _dropdown_other"
v-if=
'firstMenuList.indexOf("考勤")!==-1'
@
click
.
native=
"goUrlT('myApproval',-1,'考勤')"
>
<i
class=
"iconfont icon-menu-kaoqin"
style=
"color:#27ae60"
></i>
考勤
<el-badge
class=
"mark"
:value=
"MyAuditCount?MyAuditCount:'0'"
/>
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
v-if=
'firstMenuList.indexOf("企业云盘")!==-1'
@
click
.
native=
"goUrlT('myDocuments',-1,'企业云盘')"
>
<i
class=
"iconfont icon-menu-yunpan"
style=
"color:#2980b9"
></i>
企业云盘
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
</
template
>
<el-dropdown-item
class=
"clearfix _dropdown_other"
v-if=
'firstMenuList.indexOf("常用付款对象") && (qjGroupId==userInfo.RB_Group_id || F_Finance_Create)'
@
click
.
native=
"goUrlPayment()"
>
...
...
@@ -224,19 +227,19 @@
机票未绑团查看
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
v-if=
"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)"
>
<i
class=
"iconfont icon-Newspaper"
style=
"color:#f39c12"
></i>
订单改价查看
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
v-if=
"userInfo.IsEditTripTemplate==1"
class=
"clearfix _dropdown_other"
<el-dropdown-item
v-if=
"userInfo.
RB_Group_id==2 && userInfo.
IsEditTripTemplate==1"
class=
"clearfix _dropdown_other"
@
click
.
native=
"journeyTemplate()"
>
<i
class=
"iconfont icon-pdf"
style=
"color:#f39c12"
></i>
添加/编辑模版
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"journeyTemplate(1)"
>
<el-dropdown-item
v-if=
"userInfo.RB_Group_id==2"
class=
"clearfix _dropdown_other"
@
click
.
native=
"journeyTemplate(1)"
>
<i
class=
"iconfont icon-pdf"
style=
"color:#f39c12"
></i>
在线行程
<i
class=
"iconfont icon-right1"
></i>
...
...
@@ -254,6 +257,7 @@
</el-dropdown-menu>
</el-dropdown>
</li>
<
template
v-if=
"userInfo.RB_Group_id==2"
>
<li
style=
"position: relative;"
>
<i
class=
"iconfont icon-imessage_top"
:class=
"[hasNewMsg>0&&!IM_bodyIsShow?'animation red':'',IM_bodyIsShow?'red':'']"
...
...
@@ -263,6 +267,7 @@
<li
v-if=
"!useRed"
><i
class=
"iconfont icon-gonggao"
@
click=
"IM_bodyIsShow=!IM_bodyIsShow, IM_navType=52"
></i>
</li>
</
template
>
<li>
<el-dropdown
trigger=
"click"
>
<span
class=
"el-dropdown-link"
>
...
...
@@ -279,15 +284,15 @@
<el-dropdown-item
@
click
.
native=
"ChangeLan('zh-TW')"
>
繁体中文
<i
v-if=
"language=='zh-TW'"
class=
"iconfont icon-duigou"
></i></el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"ChangeLan('en-US')"
>
English
<i
v-if=
"language=='en-US'"
class=
"iconfont icon-duigou"
></i></el-dropdown-item>
class=
"iconfont icon-duigou"
></i></el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</li>
<li
v-if=
"!useRed"
>
<li
v-if=
"!useRed
&& userInfo.RB_Group_id==2
"
>
<i
@
click=
"downmz=!downmz"
class=
"el-icon-download"
></i>
</li>
</template>
<li>
<li
v-if=
"userInfo.RB_Group_id==2"
>
<a
:href=
"`http://${b2bDomain}`"
target=
"_blank"
v-if=
"b2bDomain && b2bDomain!=''"
style=
"color:#FFF"
>
前往前台
</a>
<a
href=
"javascript:alert('未開通B2B前端系統,請您聯繫業務員')"
v-else
style=
"color:#FFF"
>
前往前台
</a>
...
...
@@ -1533,7 +1538,8 @@
qjGroupId
:
-
1
,
F_ContractManagement
:
false
,
//合同权限
F_Finance_Create
:
false
,
HOTEL_memorandum
:
false
HOTEL_memorandum
:
false
,
};
},
filters
:
{
...
...
@@ -1839,12 +1845,12 @@
this
.
userInfo
.
UserPhoto
=
""
;
}
let
UserInfo
=
this
.
getLocalStorage
();
this
.
userId
=
U
serInfo
.
EmployeeId
;
this
.
userId
=
this
.
u
serInfo
.
EmployeeId
;
this
.
allPartMsg
.
RB_Group_Id
=
this
.
deleteMsg
.
groupId
=
this
.
likeMsg
.
groupId
=
this
.
addDynamicMsg
.
rB_GroupId
=
this
.
dynamicMsg
.
groupId
=
U
serInfo
.
RB_Group_id
;
this
.
addDynamicMsg
.
rB_BranchId
=
U
serInfo
.
RB_Branch_id
;
this
.
u
serInfo
.
RB_Group_id
;
this
.
addDynamicMsg
.
rB_BranchId
=
this
.
u
serInfo
.
RB_Branch_id
;
//获取版本
this
.
getVersion
();
this
.
getMenu
();
...
...
src/components/personalCenter.vue
View file @
2fac6c80
...
...
@@ -24,7 +24,7 @@
<span
class=
"v"
>
{{
CurrentUserInfo
.
DepartName
}}
</span>
</div>
</div>
<div
class=
"n-info"
>
<div
class=
"n-info"
>
<div
class=
"item"
@
click=
"changeBoard(0)"
>
<i
class=
"iconfont icon-yichuheimingdan"
></i>
<span
class=
"n-name"
>
个人首页
</span>
...
...
@@ -32,64 +32,66 @@
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
@
click=
"changeBoard(1)"
>
<i
class=
"iconfont icon-pingjiabaogao"
></i>
<span
class=
"n-name"
>
我的业绩
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
@
click=
"changeBoard(2)"
>
<i
class=
"iconfont icon-guanjun"
></i>
<span
class=
"n-name"
>
冠军之路
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
>
<i
class=
"iconfont icon-dingdanguanli-"
></i>
<span
class=
"n-name"
@
click=
"goUrlNav('groupTourOrder',0,'跟团游订单')"
>
我的订单
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
>
<i
class=
"iconfont icon-kaohedefen"
></i>
<span
class=
"n-name"
@
click=
"goUrlNav('ExaminationStatistics',0,'行政考核')"
>
行政考核
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
@
click=
"goUrlNav('FinancialDocuments',3,'财务单据')"
>
<i
class=
"iconfont icon-danju1"
></i>
<span
class=
"n-name"
>
财务审批
</span>
<span
class=
"fang"
>
<span
class=
"tips"
v-if=
"NotDealCount>0"
>
{{
NotDealCount
}}
</span>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
@
click=
"goUrlNav('myApproval',-1,'考勤')"
>
<i
class=
"iconfont icon-kaoqinshenpi"
></i>
<span
class=
"n-name"
>
考勤审批
</span>
<span
class=
"fang"
>
<span
class=
"tips"
v-if=
"MyAuditCount>0"
>
{{
MyAuditCount
}}
</span>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
@
click=
"goUrlNav('myDocuments',-1,'企业云盘')"
>
<i
class=
"iconfont icon-cloud-disk-services"
></i>
<span
class=
"n-name"
>
我的云盘
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
>
<i
class=
"iconfont icon-fukuan2"
></i>
<span
class=
"n-name"
>
常用付款对象
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<template
v-if=
"CurrentUserInfo&&CurrentUserInfo.RB_Group_id==2"
>
<div
class=
"item"
@
click=
"changeBoard(1)"
>
<i
class=
"iconfont icon-pingjiabaogao"
></i>
<span
class=
"n-name"
>
我的业绩
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
@
click=
"changeBoard(2)"
>
<i
class=
"iconfont icon-guanjun"
></i>
<span
class=
"n-name"
>
冠军之路
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
>
<i
class=
"iconfont icon-dingdanguanli-"
></i>
<span
class=
"n-name"
@
click=
"goUrlNav('groupTourOrder',0,'跟团游订单')"
>
我的订单
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
>
<i
class=
"iconfont icon-kaohedefen"
></i>
<span
class=
"n-name"
@
click=
"goUrlNav('ExaminationStatistics',0,'行政考核')"
>
行政考核
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
@
click=
"goUrlNav('FinancialDocuments',3,'财务单据')"
>
<i
class=
"iconfont icon-danju1"
></i>
<span
class=
"n-name"
>
财务审批
</span>
<span
class=
"fang"
>
<span
class=
"tips"
v-if=
"NotDealCount>0"
>
{{
NotDealCount
}}
</span>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
@
click=
"goUrlNav('myApproval',-1,'考勤')"
>
<i
class=
"iconfont icon-kaoqinshenpi"
></i>
<span
class=
"n-name"
>
考勤审批
</span>
<span
class=
"fang"
>
<span
class=
"tips"
v-if=
"MyAuditCount>0"
>
{{
MyAuditCount
}}
</span>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
@
click=
"goUrlNav('myDocuments',-1,'企业云盘')"
>
<i
class=
"iconfont icon-cloud-disk-services"
></i>
<span
class=
"n-name"
>
我的云盘
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
<div
class=
"item"
>
<i
class=
"iconfont icon-fukuan2"
></i>
<span
class=
"n-name"
>
常用付款对象
</span>
<span
class=
"fang"
>
<i
class=
"iconfont icon-right1"
></i>
</span>
</div>
</
template
>
</div>
</div>
<personalIndex
v-if=
"boardIndex==0"
></personalIndex>
...
...
@@ -173,7 +175,7 @@
// path: "/"+url,
// query
// });
window
.
location
.
href
=
`http://
${
window
.
location
.
host
}
/#/
${
url
}
?tab=
${
name
}
&Conditon=
${
index
}
`
window
.
location
.
href
=
`http://
${
window
.
location
.
host
}
/#/
${
url
}
?tab=
${
name
}
&Conditon=
${
index
}
`
}
}
};
...
...
@@ -199,7 +201,7 @@
border
:
1px
solid
#2c2739
;
}
.red-theme
.personal
.u-box
{
.red-theme
.personal
.u-box
{
background
:
#FBFBFB
;
border
:
none
;
}
...
...
@@ -224,18 +226,22 @@
margin
:
15px
;
display
:
flex
;
}
.red-theme
.personal
.u-box
.h-info-box
{
.red-theme
.personal
.u-box
.h-info-box
{
background
:
#F4F4F4
;
margin
:
0
;
padding
:
20px
15px
;
}
.red-theme
.personal
.u-box
.u-info
{
.red-theme
.personal
.u-box
.u-info
{
background
:
none
;
}
.red-theme
.personal
.u-box
.u-info
.item
.k
{
.red-theme
.personal
.u-box
.u-info
.item
.k
{
color
:
#787A7D
;
font-family
:
unset
;
}
.personal
.u-box
.h-info-box
.h-info
{
flex
:
1
;
}
...
...
@@ -250,15 +256,19 @@
display
:
block
;
margin-top
:
10px
;
}
.red-theme
.personal
.u-box
.h-info-box
.h-img
{
border
:
1px
dotted
#EB3349
;
.red-theme
.personal
.u-box
.h-info-box
.h-img
{
border
:
1px
dotted
#EB3349
;
}
.red-theme
.personal
.u-box
.h-info-box
.h-info
.k
{
font-family
:
unset
;
}
.red-theme
.personal
.u-box
.h-info-box
.h-info
.v
{
color
:
#121315
;
}
.personal
.u-box
.h-info-box
.h-info
.v
{
color
:
#ddd
;
height
:
20
;
...
...
@@ -327,20 +337,25 @@
margin
:
20px
0
;
background
:
rgba
(
25
,
19
,
62
,
0.56
);
}
.red-theme
.personal
.u-box
.n-info
{
.red-theme
.personal
.u-box
.n-info
{
background
:
#F4F4F4
;
}
.red-theme
.personal
.u-box
.n-info
.item
:hover
{
.red-theme
.personal
.u-box
.n-info
.item
:hover
{
background
:
#eaeaea
;
}
.red-theme
.personal
.u-box
.n-info
.item
:hover
*
:not
(
.tips
)
{
.red-theme
.personal
.u-box
.n-info
.item
:hover
*
:not
(
.tips
)
{
color
:
#33B3FF
;
}
.red-theme
.personal
.u-box
.n-info
.item
.n-name
{
.red-theme
.personal
.u-box
.n-info
.item
.n-name
{
color
:
#333
;
font-family
:
unset
;
}
.personal
.u-box
.n-info
.item
{
align-items
:
center
;
display
:
flex
;
...
...
@@ -422,12 +437,14 @@
border-left
:
3px
solid
#8a8894
;
border-bottom
:
3px
solid
#8a8894
;
}
.red-theme
.personal
.left-point-samll
::before
,
.red-theme
.personal
.left-point-samll
::after
,
.red-theme
.personal
.right-point-samll
::before
,
.red-theme
.personal
.right-point-samll
::after
{
.red-theme
.personal
.right-point-samll
::after
{
border-color
:
#EB3349
;
}
.personal
.right-point
::after
{
position
:
absolute
;
width
:
9px
;
...
...
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