Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
sph
上药订单生命周期升级
Commits
477cbcdf
Commit
477cbcdf
authored
May 27, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加2天时间筛选
parent
797beb9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
src/views/myOrder/components/HighSearchNewDelete.vue
src/views/myOrder/components/HighSearchNewDelete.vue
+15
-1
src/views/scanQRCode/index.vue
src/views/scanQRCode/index.vue
+2
-2
No files found.
src/views/myOrder/components/HighSearchNewDelete.vue
View file @
477cbcdf
...
...
@@ -158,9 +158,13 @@ export default {
active
:
true
},
{
name
:
'
7
天
'
,
name
:
'
2
天
'
,
active
:
false
},
// {
// name: '7天',
// active: false
// },
{
name
:
'
30天
'
,
active
:
false
...
...
@@ -492,6 +496,10 @@ export default {
_this
.
showCustomizeDate
=
false
_this
.
getCurrentWeek
()
break
case
'
2天
'
:
_this
.
showCustomizeDate
=
false
_this
.
getTwoDate
()
break
case
'
今天
'
:
_this
.
showCustomizeDate
=
false
_this
.
getCurrentDate
()
...
...
@@ -561,6 +569,12 @@ export default {
// return startStop
},
// 获得当前星期的开始与结束日期
getTwoDate
()
{
var
sunday
=
new
Date
()
this
.
moreSearchInfo
.
time
.
start
=
this
.
getDay
(
getFormateDate
(
sunday
,
'
yyyy-MM-dd
'
),
-
1
)
this
.
moreSearchInfo
.
time
.
end
=
getFormateDate
(
sunday
,
'
yyyy-MM-dd
'
)
},
// 获得当前星期的开始与结束日期
getCurrentWeek
()
{
var
sunday
=
new
Date
()
this
.
moreSearchInfo
.
time
.
start
=
this
.
getDay
(
getFormateDate
(
sunday
,
'
yyyy-MM-dd
'
),
-
6
)
...
...
src/views/scanQRCode/index.vue
View file @
477cbcdf
...
...
@@ -162,8 +162,8 @@ export default {
},
// 弹框提示
showDialogAction
()
{
D
ialog
.
alert
({
title
:
'
标题
'
,
this
.
$d
ialog
.
alert
({
confirmButtonColor
:
'
#1989fa
'
,
message
:
'
请点击右上角按钮,使用默认浏览器打开本页面!
'
,
}).
then
(()
=>
{
// on close
...
...
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