Commit 1c20158d authored by youjie's avatar youjie

no message

parent 250caf8f
......@@ -683,6 +683,8 @@
var monthLast = new Date(nextMonthFirstDay - oneDay).getDate()
this.msg.DepartSTime = [year,month,1].join('-');
this.msg.DepartETime = [year,month,monthLast].join('-');
// this.msg.DepartSTime = this.getBeforeDate(200, new Date())
// this.msg.DepartETime = this.getBeforeDate(0, new Date())
this.DatelistBM = [this.msg.DepartSTime,this.msg.DepartETime]
this.msg.Q_IsCollect = '2'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment