Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
fd4662a4
Commit
fd4662a4
authored
Jun 11, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
33dcd21e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
editOrder-form.vue
src/components/sale/editOrder-form.vue
+0
-1
japaneseTrain.vue
src/pages/sale/japaneseTrain.vue
+1
-1
No files found.
src/components/sale/editOrder-form.vue
View file @
fd4662a4
...
@@ -193,7 +193,6 @@
...
@@ -193,7 +193,6 @@
//选择课程切换价格
//选择课程切换价格
changePrice
()
{
changePrice
()
{
let
temp
=
this
.
CourseList
.
find
(
x
=>
x
.
CourseId
==
this
.
OrderMsg
.
CourseId
);
let
temp
=
this
.
CourseList
.
find
(
x
=>
x
.
CourseId
==
this
.
OrderMsg
.
CourseId
);
console
.
log
(
"temp"
,
temp
);
if
(
temp
)
{
if
(
temp
)
{
this
.
OrderMsg
.
Unit_Price
=
temp
.
SellPrice
;
this
.
OrderMsg
.
Unit_Price
=
temp
.
SellPrice
;
this
.
UnitPrice
=
temp
.
SellPrice
;
this
.
UnitPrice
=
temp
.
SellPrice
;
...
...
src/pages/sale/japaneseTrain.vue
View file @
fd4662a4
...
@@ -346,7 +346,7 @@
...
@@ -346,7 +346,7 @@
var
month
=
nowDay
.
getMonth
()
+
1
;
//月
var
month
=
nowDay
.
getMonth
()
+
1
;
//月
var
day
=
nowDay
.
getDate
();
//日
var
day
=
nowDay
.
getDate
();
//日
var
currentDay
=
year
+
'-'
+
month
+
'-'
+
day
;
var
currentDay
=
year
+
'-'
+
month
+
'-'
+
day
;
//
this.msg.StartTime = currentDay
this
.
msg
.
StartTime
=
currentDay
},
},
mounted
()
{
mounted
()
{
this
.
getList
();
this
.
getList
();
...
...
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