Commit 89c9e65d authored by 李硕's avatar 李硕

按条件搜索中奖名单和导入物流信息,信息完善修改

parent c5a8ab02
...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment