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
818ca76a
Commit
818ca76a
authored
Oct 14, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
ee1fdf43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
39 deletions
+5
-39
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+4
-0
featureBody.vue
...lmanager/TravelGroupControl/travelFeature/featureBody.vue
+0
-29
index.vue
...wTravelmanager/TravelGroupControl/travelFeature/index.vue
+1
-10
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
818ca76a
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<div
class=
"mb30"
v-loading=
'loading'
>
<div
class=
"mb30"
v-loading=
'loading'
>
<table
class=
"leaderReimbursementTableNav"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<table
class=
"leaderReimbursementTableNav"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<tr>
<tr>
<th
width=
"8%"
>
出团公司
</th>
<th
width=
"8%"
>
出发地
</th>
<th
width=
"8%"
>
出发地
</th>
<th
width=
"30%"
>
行程名称
</th>
<th
width=
"30%"
>
行程名称
</th>
<th
width=
"150"
>
团号
</th>
<th
width=
"150"
>
团号
</th>
...
@@ -14,6 +15,9 @@
...
@@ -14,6 +15,9 @@
<th>
酒店
</th>
<th>
酒店
</th>
</tr>
</tr>
<tr
v-for=
'item in nav'
>
<tr
v-for=
'item in nav'
>
<td>
{{
item
.
OutBranchName
}}
</td>
<td>
{{
item
.
StartCityNames
}}
<td>
{{
item
.
StartCityNames
}}
</td>
</td>
<td>
<td>
...
...
src/components/newTravelmanager/TravelGroupControl/travelFeature/featureBody.vue
View file @
818ca76a
...
@@ -35,35 +35,6 @@
...
@@ -35,35 +35,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<!--
<div
class=
"meal-first-box"
v-if=
'i==0 && x.type==1'
>
<div
class=
"img-box"
:id=
'"box_"+index+"_"+i'
>
<div
class=
"img-parent"
>
<VueDraggableResizable
:ref=
'"vds_"+index+"_"+i'
tabindex=
"0"
:resizable=
'false'
:active=
"false"
:parent=
"false"
axis=
'y'
@
activated=
"onActivated(i)"
:w=
"860"
:h=
"1960"
:x=
"x.x"
:y=
"x.y"
:z=
"2"
@
dragstop=
"onDragstop"
>
<img
:src=
'x.img'
:id=
'"body_"+index+"_"+i'
/>
</VueDraggableResizable>
</div>
<div
class=
"type"
>
<span>
酒店
</span>
</div>
</div>
<div
class=
"remark"
>
优选酒店
</div>
<div
class=
"hotelInfo"
>
<div
class=
"name-box"
>
<div
class=
"name"
>
<div
class=
"right-bg"
></div>
<input
v-if=
'!r'
v-model=
'x.name'
:style=
'
{width:x.name.length*28+"px"}' type="text" maxlength="10" />
</div>
<div
class=
"cityName"
>
<div
class=
"left-bg"
></div>
<input
v-if=
'!r'
v-model=
'x.cityName'
type=
"text"
maxlength=
"5"
/>
</div>
</div>
<div
class=
"star-box"
></div>
<div
class=
"txt-content"
>
<textarea
v-if=
'!r'
v-model=
"x.description"
spellcheck=
"false"
></textarea>
</div>
</div>
</div>
-->
<div
class=
"hotel-second-box"
v-if=
'i==1 && x.type==1'
>
<div
class=
"hotel-second-box"
v-if=
'i==1 && x.type==1'
>
<div
class=
"hotelInfo"
>
<div
class=
"hotelInfo"
>
<div
class=
"txt-content"
>
<div
class=
"txt-content"
>
...
...
src/components/newTravelmanager/TravelGroupControl/travelFeature/index.vue
View file @
818ca76a
...
@@ -347,7 +347,6 @@
...
@@ -347,7 +347,6 @@
this
.
h
.
subTitle
=
this
.
data
.
Subtitle
?
this
.
data
.
Subtitle
:
""
;
this
.
h
.
subTitle
=
this
.
data
.
Subtitle
?
this
.
data
.
Subtitle
:
""
;
this
.
h
.
title
=
this
.
data
.
Title
?
(
this
.
data
.
Title
.
length
>
20
?
this
.
data
.
Title
.
substring
(
0
,
20
)
:
this
.
data
.
Title
)
:
this
.
h
.
title
=
this
.
data
.
Title
?
(
this
.
data
.
Title
.
length
>
20
?
this
.
data
.
Title
.
substring
(
0
,
20
)
:
this
.
data
.
Title
)
:
""
;
""
;
console
.
log
(
"this.h"
,
this
.
data
,
this
.
h
);
//初始化A4腰
//初始化A4腰
if
(
this
.
data
.
LineName
)
{
if
(
this
.
data
.
LineName
)
{
this
.
f
.
line
=
this
.
data
.
LineName
.
replace
(
/出境/ig
,
""
);
this
.
f
.
line
=
this
.
data
.
LineName
.
replace
(
/出境/ig
,
""
);
...
@@ -432,13 +431,6 @@
...
@@ -432,13 +431,6 @@
this
.
t
.
push
(
i
)
this
.
t
.
push
(
i
)
}
}
}
else
if
(
active
==
'change'
)
{
}
else
if
(
active
==
'change'
)
{
// if (chooseType == 1 || chooseType == 2) {
// } else {
// let tempObj = this.d[i]
// tempObj.img = path
// this.$set(this.d, i, tempObj)
// }
let
tempObj
=
this
.
d
[
i
];
let
tempObj
=
this
.
d
[
i
];
tempObj
.
img
.
list
[
tempObj
.
img
.
index
]
=
path
tempObj
.
img
.
list
[
tempObj
.
img
.
index
]
=
path
this
.
$set
(
this
.
d
,
i
,
tempObj
)
this
.
$set
(
this
.
d
,
i
,
tempObj
)
...
@@ -457,5 +449,4 @@
...
@@ -457,5 +449,4 @@
}
}
}
}
}
}
</
script
>
</
script
>
\ No newline at end of file
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