|
@@ -303,7 +303,7 @@
|
|
this.storeId = []
|
|
this.storeId = []
|
|
this.searchForm.storeIdList = []
|
|
this.searchForm.storeIdList = []
|
|
this.searchForm.orderNo = ''
|
|
this.searchForm.orderNo = ''
|
|
- this.searchForm.itemId = ''
|
|
|
|
|
|
+ this.searchForm.itemId = undefined
|
|
this.searchForm.customerMobile = ''
|
|
this.searchForm.customerMobile = ''
|
|
this.searchForm.orderStatus = ''
|
|
this.searchForm.orderStatus = ''
|
|
// this.$refs.searchForm.resetFields()
|
|
// this.$refs.searchForm.resetFields()
|
|
@@ -322,13 +322,14 @@
|
|
</script>
|
|
</script>
|
|
<style lang="less">
|
|
<style lang="less">
|
|
.orderCenter-searchForm {
|
|
.orderCenter-searchForm {
|
|
-
|
|
|
|
// 搜索框的下间距
|
|
// 搜索框的下间距
|
|
.ant-form-item {
|
|
.ant-form-item {
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ // div.ant-select-selection__placeholder{
|
|
|
|
+ // display: block;
|
|
|
|
+ // }
|
|
// 合计
|
|
// 合计
|
|
.total {
|
|
.total {
|
|
margin: 15px 0 25px;
|
|
margin: 15px 0 25px;
|