Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6570df4c
authored
Aug 20, 2021
by
peii
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
时间选择bug 修复
parent
de12d9e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
app/containers/quickOrder/QuickOrderPage.js
app/containers/selfOrder/SelfOrderPage.js
app/containers/quickOrder/QuickOrderPage.js
View file @
6570df4c
...
...
@@ -148,7 +148,7 @@ class EquipConsuPage extends Component {
let
date
=
moment
(
new
Date
()).
add
(
1
,
'd'
)
date
.
set
(
'hour'
,
10
)
date
.
set
(
'minute'
,
0
)
return
date
return
date
.
toDate
()
})(),
showDatePicker
:
true
},
...
...
@@ -1338,7 +1338,7 @@ class EquipConsuPage extends Component {
let
date
=
curData
.
value
if
(
date
)
{
listOptionData
.
map
(
function
(
item
)
{
if
(
item
.
title
===
curData
.
title
)
{
if
(
item
.
title
===
curData
.
title
&&
isNotBlank
(
date
)
)
{
item
.
dateValue
=
formatStrForDate
(
date
)
}
})
...
...
app/containers/selfOrder/SelfOrderPage.js
View file @
6570df4c
...
...
@@ -88,7 +88,7 @@ class SelfOrderPage extends Component {
let
date
=
moment
(
new
Date
()).
add
(
1
,
'd'
)
date
.
set
(
'hour'
,
10
)
date
.
set
(
'minute'
,
0
)
return
date
return
date
.
toDate
()
})(),
showDatePicker
:
true
},
...
...
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