Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
jz_Travel
Commits
d540c46d
Commit
d540c46d
authored
May 26, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c63ceb50
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1416 additions
and
144 deletions
+1416
-144
bookaCarList.vue
pages/guidecar/bookaCarList.vue
+805
-141
Calendar.vue
pages/guidecar/components/Calendar.vue
+607
-0
index.vue
pages/guidecar/index.vue
+4
-3
No files found.
pages/guidecar/bookaCarList.vue
View file @
d540c46d
This diff is collapsed.
Click to expand it.
pages/guidecar/components/Calendar.vue
0 → 100644
View file @
d540c46d
This diff is collapsed.
Click to expand it.
pages/guidecar/index.vue
View file @
d540c46d
...
@@ -280,10 +280,11 @@
...
@@ -280,10 +280,11 @@
}
}
}
}
let
carDate
=
new
Date
();
let
carDate
=
new
Date
();
this
.
carMsg
.
Q_Date
=
carDate
.
getFullYear
()
+
'-'
+
(
carDate
.
getMonth
()
+
1
)
+
'-'
+
carDate
.
getDate
();
let
carMonth
=
(
carDate
.
getMonth
()
+
1
)
<
10
?
'0'
+
(
carDate
.
getMonth
()
+
1
):(
carDate
.
getMonth
()
+
1
);
this
.
carMsg
.
Q_Date
=
carDate
.
getFullYear
()
+
'-'
+
carMonth
+
'-'
+
carDate
.
getDate
();
let
carday
=
carDate
.
getDay
();
let
carday
=
carDate
.
getDay
();
this
.
startDate
=
carDate
.
getFullYear
()
+
'-'
+
(
carDate
.
getMonth
()
+
1
)
+
'-'
+
carDate
.
getDate
();
//从啥时候开始
this
.
startDate
=
carDate
.
getFullYear
()
+
'-'
+
carMonth
+
'-'
+
carDate
.
getDate
();
//从啥时候开始
this
.
showcardate
=
(
carDate
.
getMonth
()
+
1
)
+
'-'
+
carDate
.
getDate
();
this
.
showcardate
=
carMonth
+
'-'
+
carDate
.
getDate
();
this
.
showweek
=
this
.
getweek
(
carday
)
//得到定制专车的周几
this
.
showweek
=
this
.
getweek
(
carday
)
//得到定制专车的周几
},
},
...
...
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