|
@@ -448,6 +448,9 @@ export default {
|
|
|
this.queryParam.beginDate = moment(this.queryParam.beginDate).format("YYYY-MM-DD")
|
|
|
this.queryParam.endDate = moment(this.queryParam.endDate).format("YYYY-MM-DD")
|
|
|
},
|
|
|
+ shipDateChange(){
|
|
|
+ this.queryParam.deliveryDate = moment(this.queryParam.deliveryDate).format("YYYY-MM-DD")
|
|
|
+ },
|
|
|
|
|
|
// 选中行
|
|
|
// onSelectChange(keys, rows) {
|