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
11547238
Commit
11547238
authored
Dec 21, 2023
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
0ce5bfab
45b05ba4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
41 deletions
+41
-41
tripIndexNew2.css
src/assets/css/tripIndexNew2.css
+8
-8
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+2
-2
TravelManagerThree.vue
...ewTravelmanager/TravelGroupControl/TravelManagerThree.vue
+2
-2
TravelDaysTrip_DirectThree.vue
...avelmanager/travelLineTrip/TravelDaysTrip_DirectThree.vue
+2
-2
travelDays.vue
...newTravelmanager/travelLineTrip/components/travelDays.vue
+27
-27
No files found.
src/assets/css/tripIndexNew2.css
View file @
11547238
...
...
@@ -161,7 +161,7 @@ html, body{
height
:
0px
;
border-bottom
:
2px
dashed
red
;
left
:
0
;
top
:
1
453
px
;
top
:
1
754
px
;
right
:
0
;
}
.UpgradedVersion2Line
span
{
...
...
@@ -610,13 +610,13 @@ html, body{
color
:
#2A2A2A
;
}
.UpgradedVersion-boxHeight
{
width
:
1
123
px
;
min-height
:
1
450
px
;
width
:
1
240
px
;
min-height
:
1
754
px
;
margin
:
auto
;
}
.UpgradedVersion-box2
{
width
:
1
123
px
;
min-height
:
1
478
px
;
width
:
1
240
px
;
min-height
:
1
754
px
;
height
:
100%
;
}
...
...
@@ -810,17 +810,17 @@ html, body{
height
:
280px
;
}
.travelDaysMasterMap4_1
{
width
:
696
px
;
width
:
772
px
;
height
:
449px
;
}
.travelDaysMasterMap4_2
{
width
:
3
31
px
;
width
:
3
70
px
;
height
:
214px
;
}
/* .width331{
width: 331px;
} */
.travelDaysMasterMap5_1
{
width
:
5
14
px
;
width
:
5
71
px
;
height
:
291px
;
}
src/components/FinancialModule/addFinancialDocuments.vue
View file @
11547238
...
...
@@ -795,7 +795,7 @@
</el-option>
</el-select>
</span>
<span
style=
"margin-left: 20px;color: red;"
>
注:只有
帮其他公司
{{
this
.
$route
.
query
.
Type
==
1
?
'代收'
:
'代付'
}}
的需选择此项,非代收代付则忽略此项
</span>
<span
style=
"margin-left: 20px;color: red;"
>
注:只有
需其他公司帮忙代付
的需选择此项,非代收代付则忽略此项
</span>
</p>
</div>
...
...
@@ -1877,7 +1877,7 @@
}
else
if
(
this
.
msg
.
HelpBranchId
>-
1
){
let
that
=
this
let
brandName
=
'确认是
帮
'
;
let
brandName
=
'确认是
由
'
;
this
.
companyList
.
forEach
(
item
=>
{
if
(
item
.
Id
==
this
.
msg
.
HelpBranchId
){
brandName
+=
item
.
BName
;
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManagerThree.vue
View file @
11547238
...
...
@@ -690,7 +690,7 @@
list
.
forEach
(
x
=>
{
x
.
IsBlowUp
=
false
if
(
this
.
PostConfig
.
FeaturePageType
==
2
){
x
.
zoom
=
0.4
4
x
.
zoom
=
0.4
0
}
else
if
(
this
.
PostConfig
.
FeaturePageType
==
1
){
x
.
zoom
=
0.285
}
...
...
@@ -958,7 +958,7 @@
list
.
forEach
(
x
=>
{
x
.
IsBlowUp
=
false
if
(
tempData
.
FeaturePageType
==
2
){
x
.
zoom
=
0.4
4
x
.
zoom
=
0.4
0
}
else
if
(
tempData
.
FeaturePageType
==
1
){
x
.
zoom
=
0.285
}
...
...
src/components/newTravelmanager/travelLineTrip/TravelDaysTrip_DirectThree.vue
View file @
11547238
...
...
@@ -278,7 +278,7 @@
x
.
zoom
=
0.285
}
if
(
this
.
dataAll
.
FeaturePageType
==
2
){
x
.
zoom
=
0.4
4
x
.
zoom
=
0.4
0
}
})
this
.
$forceUpdate
()
...
...
@@ -291,7 +291,7 @@
}
else
{
if
(
this
.
dataAll
.
FeaturePageType
==
1
)
item
.
zoom
=
0.285
if
(
this
.
dataAll
.
FeaturePageType
==
2
)
item
.
zoom
=
0.4
4
if
(
this
.
dataAll
.
FeaturePageType
==
2
)
item
.
zoom
=
0.4
0
}
this
.
$forceUpdate
()
},
...
...
src/components/newTravelmanager/travelLineTrip/components/travelDays.vue
View file @
11547238
This diff is collapsed.
Click to expand it.
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