Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobao-mini-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
qinhaitao
taobao-mini-template
Commits
89c9e65d
Commit
89c9e65d
authored
Sep 01, 2020
by
李硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按条件搜索中奖名单和导入物流信息,信息完善修改
parent
c5a8ab02
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
rank-dialog.js
client/components/dialog/rank-dialog/rank-dialog.js
+5
-8
No files found.
client/components/dialog/rank-dialog/rank-dialog.js
View file @
89c9e65d
...
@@ -58,11 +58,6 @@ Component({
...
@@ -58,11 +58,6 @@ Component({
{
title
:
'物流公司'
,
prop
:
'shipCompany'
},
{
title
:
'物流公司'
,
prop
:
'shipCompany'
},
{
title
:
'物流单号'
,
prop
:
'shipNum'
}
{
title
:
'物流单号'
,
prop
:
'shipNum'
}
],
],
// pageInfo: {
// pageNo: 1,
// pageSize: 100,
// total: 0
// },
//《条件搜索》start显示中奖名单搜索条件
//《条件搜索》start显示中奖名单搜索条件
list
:
[],
list
:
[],
prizeId
:
""
,
prizeId
:
""
,
...
@@ -77,13 +72,11 @@ Component({
...
@@ -77,13 +72,11 @@ Component({
pageNo
:
1
,
pageNo
:
1
,
pageSize
:
1
,
pageSize
:
1
,
total
:
0
,
total
:
0
,
type
:
""
//end
//end
},
},
props
:
{
props
:
{
onClose
:
()
=>
{
},
onClose
:
()
=>
{
},
list
:
[],
selectedItem
:
{},
selectedItem
:
{},
},
},
didMount
()
{
},
didMount
()
{
},
...
@@ -100,11 +93,15 @@ Component({
...
@@ -100,11 +93,15 @@ Component({
endT
:
""
,
endT
:
""
,
timeRange
:
[],
timeRange
:
[],
shipStatus
:
""
,
shipStatus
:
""
,
prizeType
:
""
prizeType
:
""
,
pageNo
:
1
,
pageSize
:
1
,
total
:
0
,
})
})
},
},
//end
//end
onCloseDialog
()
{
onCloseDialog
()
{
this
.
initData
();
this
.
props
.
onClose
&&
this
.
props
.
onClose
();
this
.
props
.
onClose
&&
this
.
props
.
onClose
();
},
},
async
getWinnerList
()
{
async
getWinnerList
()
{
...
...
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