|
@@ -306,7 +306,8 @@ export default {
|
|
|
|
|
|
// 查询条件
|
|
|
queryParam: {
|
|
|
- pageNo: '' // 初始页
|
|
|
+ pageNo: '', // 初始页
|
|
|
+ status:'y'
|
|
|
},
|
|
|
pagination: {}
|
|
|
}
|
|
@@ -344,7 +345,9 @@ export default {
|
|
|
},
|
|
|
// 重置
|
|
|
searchReset() {
|
|
|
- this.queryParam = {}
|
|
|
+ this.queryParam = {
|
|
|
+ status:'y'
|
|
|
+ }
|
|
|
this.preDeliveryDate = []
|
|
|
this.getReferenceList()
|
|
|
// this.getShipmentList()
|
|
@@ -364,7 +367,9 @@ export default {
|
|
|
},
|
|
|
close() {
|
|
|
this.$emit('close')
|
|
|
- this.queryParam = {}
|
|
|
+ this.queryParam = {
|
|
|
+ status:'y'
|
|
|
+ }
|
|
|
this.preDeliveryDate = []
|
|
|
this.referShipDetailsModVis = false
|
|
|
},
|