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
37d602e9
Commit
37d602e9
authored
Aug 29, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a7e44f10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
960 additions
and
674 deletions
+960
-674
tripIndexNew.css
src/assets/css/tripIndexNew.css
+87
-0
index.vue
src/components/LeaveGroupDownload/index.vue
+275
-0
travelDays.vue
src/components/LeaveGroupDownload/travelDays.vue
+9
-17
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+578
-654
config.js
src/router/config.js
+11
-3
No files found.
src/assets/css/tripIndexNew.css
0 → 100644
View file @
37d602e9
*
{
/* font-family: FZCuSong-B09S; */
}
.pkey
{
color
:
grey
!important
;
}
.pvalue
{
color
:
#000
;
font-weight
:
700
;
}
.detail-box
.hangban-info
{
width
:
100%
;
background
:
unset
;
paddong
:
0px
;
}
.detail-box
.hangban-info
{
background-color
:
#f7f7f7
;
padding
:
20px
0px
15px
0px
;
width
:
960px
;
margin
:
0
auto
;
box-sizing
:
border-box
;
}
.hangban-info
{
background
:
#FFF
!important
;
}
.trip-v3-base
{
margin-top
:
20px
!important
;
width
:
100%
!important
;
border-collapse
:
collapse
!important
;
}
.travelControlTrip
*
{
page-break-inside
:
avoid
;
}
.baseTable
.essential-item.jianju
{
border-right
:
5px
solid
#FFF
;
border-bottom
:
5px
solid
#FFF
;
}
.baseTable
.essential-item
{
background
:
#eee
;
}
.travelControlTrip
.essential-item
{
width
:
320px
;
height
:
100px
;
box-sizing
:
border-box
;
padding-left
:
20px
;
}
.baseTable
.essential-item.jianju_b
{
border-bottom
:
5px
solid
#FFF
;
}
.travelControlTrip
.essential-item
p
.pvalue
{
font-size
:
18px
;
color
:
#000
;
margin-top
:
5px
;
}
.trip-v3-title.small-margin
{
margin-bottom
:
20px
;
}
.trip-v3-title
{
font-size
:
36px
!important
;
font-weight
:
bolder
!important
;
margin-top
:
40px
!important
;
text-align
:
center
;
}
.LeaveGroupDownload-form
.flight_header
th
{
font-size
:
20px
!important
;
font-weight
:
700
!important
;
color
:
#000000
!important
;
padding-bottom
:
8px
;
border-bottom
:
1px
solid
#929292
;
text-align
:
left
;
}
.LeaveGroupDownload-form
.flight_header
th
span
{
font-size
:
12px
;
font-weight
:
400
;
vertical-align
:
3px
;
margin-left
:
1px
;
color
:
#CCC
;
}
.LeaveGroupDownload-form
.flight_list
tbody
tr
:first-child
td
{
padding-top
:
12px
!important
;
}
.LeaveGroupDownload-form
.flight_list
td
{
font-size
:
15px
;
height
:
34px
;
vertical-align
:
middle
;
background
:
#ffffff
;
}
src/components/LeaveGroupDownload/index.vue
0 → 100644
View file @
37d602e9
This diff is collapsed.
Click to expand it.
src/components/
newTravelmanager/TravelGroupControl/UpgradedVersion
/travelDays.vue
→
src/components/
LeaveGroupDownload
/travelDays.vue
View file @
37d602e9
<
template
>
<div
class=
"travelDays-form"
>
<div
class=
"travelDays-box absolute z-index1"
>
<div
class=
"travelDays-Title"
>
===============
</div>
<Header
:TripColor=
"TripColor"
:FeatureItem=
"item"
></Header>
<div
class=
"travelDays-Title"
>
<div>
<div><vEditDiv
:canEdit=
'canEdit'
v-model=
"FeatureItem.dataObj.MainDesc"
></vEditDiv></p>
<div>
DAY
</div>
</div>
</div>
</div>
<el-dialog
custom-class=
"resourceImgAdd"
:title=
"$t('sm.chooseImg')"
center
:visible
.
sync=
"isShowScenicImg"
>
<!--imgType:1-酒店,2-餐厅,3-景点,4-票务,5-车辆,6-领队,7-购物店,isCheckmore:是否多选图片-->
<DMCchooseImg
@
closeImg=
"closeDMCchooseImg"
ref=
"DMCchooseImg1"
@
headCallBack=
"getDMCimg"
v-bind:isCheckmore=
"1"
v-bind:imgType=
"choseType"
v-bind:queryItem=
"queryItem"
v-bind:IsShowAdd=
"true"
v-bind:IsShowVideo=
"true"
>
</DMCchooseImg>
</el-dialog>
</div>
</
template
>
<
script
>
import
MasterMapList
from
"./components/MasterMapList"
;
import
subheading
from
"./components/subheading"
;
import
vEditDiv
from
"../TravelTemp/VEditDiv"
;
import
FeatureControls
from
"./components/featureControls"
;
import
DMCchooseImg
from
"../../../commonPage/DMCchooseImg.vue"
;
import
Header
from
"../newTravelmanager/TravelGroupControl/UpgradedVersion/components/header"
;
export
default
{
components
:
{
MasterMapList
,
subheading
,
vEditDiv
,
FeatureControls
,
DMCchooseImg
Header
},
props
:
[
'TripColor'
,
...
...
src/components/confirmationOrderDownLoadNew.vue
View file @
37d602e9
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
37d602e9
...
...
@@ -79,6 +79,14 @@ export default {
title
:
'出团通知书下载'
},
},
{
path
:
'/confirmationOrderDownLoadNew'
,
name
:
'confirmationOrderDownLoadNew'
,
component
:
resolve
=>
require
([
'@/components/confirmationOrderDownLoadNew'
],
resolve
),
meta
:
{
title
:
'出团通知书下载新'
},
},
{
path
:
'/SalesconfirmationOrder'
,
//销售出团通知
name
:
'SalesconfirmationOrder'
,
...
...
@@ -2742,21 +2750,21 @@ export default {
title
:
'返佣查询'
},
},
{
{
path
:
'/Returnratio'
,
// 销售=>返佣比例管理
name
:
'Returnratio'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/Returnratio'
],
resolve
),
meta
:
{
title
:
'返佣比例管理'
},
},
{
},
{
path
:
'/demandStatistics'
,
// 销售=> 统计
name
:
'demandStatistics'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/demandStatistics'
],
resolve
),
meta
:
{
title
:
'销售统计'
},
},
{
},
{
path
:
'/quoTation'
,
//团控=>报价单
name
:
'quoTation'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelQuotationCenter/quoTation'
],
resolve
),
...
...
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