| | |
| | | <Row class="operation"> |
| | | <Date-picker clearable @on-change="time1" format="yyyy-MM-dd" type="date" placement="bottom-end" placeholder="请选择订货日期" style="width: 240px;margin-left: 20px"> |
| | | </Date-picker> |
| | | <Button @click="init2" icon="md-refresh">查询</Button> |
| | | <Button @click="jiexi" icon="md-redo" :loading="loading2">解析订单</Button> |
| | | <!-- <Button @click="init2" icon="md-refresh">查询</Button>--> |
| | | <Button @click="jiexi" icon="md-redo" :loading="loading2">解析订单</Button> |
| | | </Row> |
| | | <Table |
| | | :loading="loading" |
| | |
| | | } |
| | | this.loading2 = true |
| | | jiexiOrder({sendTime:this.searchForm.sendDate}).then((res) => { |
| | | this.loading2 = false; |
| | | if (res.success) { |
| | | this.loading2 = false; |
| | | this.init() |
| | | } |
| | | }); |
| | | }, |
| | | time1(e){ |
| | | this.searchForm.sendDate = e; |
| | | this.searchForm2.sendDate = e; |
| | | this.getDataList(); |
| | | }, |
| | | changePage(v) { |