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
711cc903
Commit
711cc903
authored
Mar 14, 2019
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
82bbe4f9
6df32693
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
134 additions
and
126 deletions
+134
-126
package-lock.json
package-lock.json
+129
-124
package.json
package.json
+1
-0
individualTicket.vue
src/components/Ticketing/individualTicket.vue
+2
-1
GroupAdvertising.vue
src/components/TravelManager/TravelList/GroupAdvertising.vue
+2
-1
confirmationOrderDownLoad - 副本.vue
src/components/confirmationOrderDownLoad - 副本.vue
+0
-0
No files found.
package-lock.json
View file @
711cc903
This diff is collapsed.
Click to expand it.
package.json
View file @
711cc903
...
...
@@ -27,6 +27,7 @@
"
js-md5
"
:
"^0.7.3"
,
"
jspdf
"
:
"^1.4.1"
,
"
lrz
"
:
"^4.9.40"
,
"
moment
"
:
"^2.24.0"
,
"
node-sass
"
:
"^4.11.0"
,
"
pdfjs-dist
"
:
"^2.0.489"
,
"
pinyin
"
:
"^2.8.3"
,
...
...
src/components/Ticketing/individualTicket.vue
View file @
711cc903
...
...
@@ -25,7 +25,8 @@
.individualTicket
._ol_color
li
{
float
:
left
;
padding
:
0
15px
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
}
...
...
src/components/TravelManager/TravelList/GroupAdvertising.vue
View file @
711cc903
...
...
@@ -160,11 +160,12 @@ export default {
var
imgUrl
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
obj
.
Path
=
x
.
data
.
FilePath
;
obj
.
ShowPath
=
imgUrl
;
imgArr
.
push
(
obj
.
Show
Path
);
imgArr
.
push
(
obj
.
Path
);
let
msg
=
{
TCID
:
this
.
msg
.
TCID
,
AdvertisingPicUrlList
:
imgArr
}
this
.
apipost
(
"travel_post_AddPriceLocalAdvert"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
Success
(
res
.
data
.
message
);
...
...
src/components/confirmationOrderDownLoad - 副本.vue
deleted
100644 → 0
View file @
82bbe4f9
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