Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
4b3fec7e
Commit
4b3fec7e
authored
Jun 20, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 云日报记录查询条件
parent
61fa3b84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
dailyRecord.vue
src/views/apps/cloudDaily/dailyRecord.vue
+6
-2
No files found.
src/views/apps/cloudDaily/dailyRecord.vue
View file @
4b3fec7e
...
...
@@ -377,12 +377,16 @@ export default {
search
:
that
.
conditionObj
.
searchInput
||
''
,
// 搜索字段
storeGroupIds
:
storeGroups
.
join
(
','
)
||
''
,
// 门店分组,分组
storeType
:
that
.
conditionObj
.
storeType
||
''
,
//门店类型
startDate
:
that
.
conditionObj
.
dateRange
[
0
]
||
''
,
endDate
:
that
.
conditionObj
.
dateRange
[
1
]
||
''
,
//
startDate: that.conditionObj.dateRange[0] || '',
//
endDate: that.conditionObj.dateRange[1] || '',
currentPage
:
that
.
currentPage
,
// 当前页
pageSize
:
that
.
pageSize
,
// 一页显示个数
enterpriseId
:
that
.
activeBrand
};
if
(
Array
(
this
.
conditionObj
.
dateRange
)
&&
this
.
conditionObj
.
dateRange
.
length
>
0
)
{
para
.
startDate
=
`
${
this
.
conditionObj
.
dateRange
[
0
]}
00:00:00`
;
para
.
endDate
=
`
${
this
.
conditionObj
.
dateRange
[
1
]}
23:59:59`
;
}
getRequest
(
'/haoban-app-daily-three-web/daily/page-brand-task'
,
para
)
.
then
(
res
=>
{
let
resData
=
res
.
data
;
...
...
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