|
@@ -378,7 +378,9 @@ export default {
|
|
|
var lastM = [y, m, '01'].join("-")
|
|
|
console.log([y, m, '01'].join("-"))
|
|
|
this.shippingOrderDate[0]= lastM
|
|
|
+ this.shippingOrderDate[1]= moment(new Date()).format('YYYY-MM-DD')
|
|
|
this.queryParam.shippingOrderDateB = (lastM!==''&&lastM)?(moment( lastM).format('YYYY-MM-DD')):''
|
|
|
+ this.queryParam.shippingOrderDateE = moment(new Date()).format('YYYY-MM-DD')
|
|
|
// return [y, m, '01'].join("-");
|
|
|
},
|
|
|
// 查询按钮
|