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
601e10e2
Commit
601e10e2
authored
Jul 22, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111
parent
bec3e41d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
index.vue
src/components/index.vue
+22
-17
douyinTips.vue
src/components/systemManagement/douyinTips.vue
+1
-6
No files found.
src/components/index.vue
View file @
601e10e2
...
...
@@ -220,12 +220,12 @@
CRM系统
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"goUrlCAR()"
<
!-- <
el-dropdown-item class="clearfix _dropdown_other" @click.native="goUrlCAR()"
v-if="2==userInfo.RB_Group_id">
<i class="iconfont icon-Newspaper" style="color:#f39c12"></i>
CAR系统
<i class="iconfont icon-right1"></i>
</el-dropdown-item>
</el-dropdown-item>
-->
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"unbundlingVisible=true"
v-if=
"userInfo&&userInfo.DepartName&&(userInfo.DepartName.indexOf('操作部')!=-1 || userInfo.DepartName.indexOf('总部财务部')!=-1) ||(userInfo.RB_Branch_id == 1245
&& userInfo.DepartName.indexOf('引流')==-1
&& userInfo.DepartName.indexOf('市场')==-1)"
>
...
...
@@ -233,24 +233,27 @@
机票未绑团查看
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"unTravelVisible=true"
v-if=
"UnTravelDate"
>
<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"
<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.RB_Group_id==2 && userInfo.IsEditTripTemplate==1"
class=
"clearfix _dropdown_other"
@
click
.
native=
"journeyTemplate()"
>
<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
v-if=
"userInfo.RB_Group_id==2"
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>
...
...
@@ -269,15 +272,15 @@
</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':'']"
@
click=
"IM_bodyIsShow=!IM_bodyIsShow,IM_navType=1"
></i>
</li>
<li><i
class=
"iconfont icon-banbengengxin"
@
click=
"goUrlLog()"
></i></li>
<li
v-if=
"!useRed"
><i
class=
"iconfont icon-gonggao"
@
click=
"IM_bodyIsShow=!IM_bodyIsShow, IM_navType=52"
></i>
</li>
<li
style=
"position: relative;"
>
<i
class=
"iconfont icon-imessage_top"
:class=
"[hasNewMsg>0&&!IM_bodyIsShow?'animation red':'',IM_bodyIsShow?'red':'']"
@
click=
"IM_bodyIsShow=!IM_bodyIsShow,IM_navType=1"
></i>
</li>
<li><i
class=
"iconfont icon-banbengengxin"
@
click=
"goUrlLog()"
></i></li>
<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"
>
...
...
@@ -4127,7 +4130,9 @@
window
.
open
(
url
)
},
goUrlCAR
()
{
let
url
=
'http://bus.oytour.com/'
;
let
userinfo
=
this
.
getLocalStorage
();
let
url
=
this
.
domainManager
().
CarUrl
+
"/auth/autologon?tk="
+
userinfo
.
token
;
console
.
log
(
url
);
window
.
open
(
url
)
},
//跳转至个人信息设置
...
...
src/components/systemManagement/douyinTips.vue
View file @
601e10e2
...
...
@@ -7,8 +7,6 @@
margin-top
:
10px
;
background-color
:
#fff
;
border-top
:
1px
solid
#d1d1d1
;
/*border-left: 1px solid #d1d1d1;*/
/* border-right: 1px solid #d1d1d1; */
font-size
:
14px
;
width
:
100%
;
min-width
:
1200px
;
...
...
@@ -23,20 +21,17 @@
.LP_table
tr
th
{
border-left
:
1px
solid
#d1d1d1
;
border-bottom
:
1px
solid
#d1d1d1
;
/* border-right: 1px solid #d1d1d1; */
position
:
relative
;
background-color
:
#E6E6E6
;
}
.LP_table
tr
th
:last-child
{
border-right
:
1px
solid
#d1d1d1
;
}
.LP_table
td
{
border-left
:
1px
solid
#d1d1d1
;
border-bottom
:
1px
solid
#d1d1d1
;
/* border-right: 1px solid #d1d1d1; */
text-align
:
center
;
padding
:
5px
0
;
}
...
...
@@ -109,7 +104,7 @@
<tr>
<th
width=
"40%"
>
项目名称
</th>
<th
width=
"150"
>
{{
$t
(
'hotel.table_operat'
)
}}
<i
class=
"iconfont icon-bumenguanli-tianjia addLessPrice"
@
click=
"addLessPrice(
item
)"
></i></th>
class=
"iconfont icon-bumenguanli-tianjia addLessPrice"
@
click=
"addLessPrice()"
></i></th>
</tr>
<tr>
<td>
...
...
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