|
@@ -278,19 +278,10 @@ export default {
|
|
},
|
|
},
|
|
// 重置
|
|
// 重置
|
|
resetSearchForm () {
|
|
resetSearchForm () {
|
|
- this.$refs.rangeDate.resetDate()
|
|
|
|
- this.time = []
|
|
|
|
- this.queryParam.beginDate = ''
|
|
|
|
- this.queryParam.endDate = ''
|
|
|
|
- this.$refs.outWareRangeDate.resetDate('')
|
|
|
|
- this.outWareTime = []
|
|
|
|
- this.queryParam.outWarehouseBeginDate = ''
|
|
|
|
- this.queryParam.outWarehouseEndDate = ''
|
|
|
|
this.$refs.creatDate.resetDate()
|
|
this.$refs.creatDate.resetDate()
|
|
this.creatTime = []
|
|
this.creatTime = []
|
|
this.queryParam.createBeginDate = ''
|
|
this.queryParam.createBeginDate = ''
|
|
this.queryParam.createEndDate = ''
|
|
this.queryParam.createEndDate = ''
|
|
-
|
|
|
|
this.queryParam.buyerNameCurrent = undefined
|
|
this.queryParam.buyerNameCurrent = undefined
|
|
this.queryParam.buyerSnCurrent = undefined
|
|
this.queryParam.buyerSnCurrent = undefined
|
|
this.queryParam.salesTargetType = undefined
|
|
this.queryParam.salesTargetType = undefined
|
|
@@ -305,6 +296,14 @@ export default {
|
|
this.$refs.ruleForm.resetFields()
|
|
this.$refs.ruleForm.resetFields()
|
|
this.totalData = null
|
|
this.totalData = null
|
|
if (this.advanced) {
|
|
if (this.advanced) {
|
|
|
|
+ this.$refs.rangeDate.resetDate()
|
|
|
|
+ this.time = []
|
|
|
|
+ this.queryParam.beginDate = ''
|
|
|
|
+ this.queryParam.endDate = ''
|
|
|
|
+ this.$refs.outWareRangeDate.resetDate('')
|
|
|
|
+ this.outWareTime = []
|
|
|
|
+ this.queryParam.outWarehouseBeginDate = ''
|
|
|
|
+ this.queryParam.outWarehouseEndDate = ''
|
|
this.$refs.custSatelliteList.resetForm()
|
|
this.$refs.custSatelliteList.resetForm()
|
|
this.$refs.areaList.clearData()
|
|
this.$refs.areaList.clearData()
|
|
}
|
|
}
|