Commit 985633d6 authored by 黄奎's avatar 黄奎

购物报账页面修改

parent e1a52928
...@@ -359,8 +359,8 @@ ...@@ -359,8 +359,8 @@
"-" + "-" +
myDate.getDate(); myDate.getDate();
this.msg.StartDate = nowDate; this.msg.StartDate = nowDate;
this.msg.StartDate = '2019-01-01'; // this.msg.StartDate = '2019-01-01';
this.msg.EndDate = '2019-02-01' // this.msg.EndDate = '2019-02-01'
this.getLineList(); this.getLineList();
this.getList(); this.getList();
}, },
......
...@@ -342,8 +342,6 @@ ...@@ -342,8 +342,6 @@
"-" + "-" +
myDate.getDate(); myDate.getDate();
this.msg.StartDate = nowDate; this.msg.StartDate = nowDate;
// this.msg.StartDate = '';
// this.msg.EndDate = ''
this.getLineList(); this.getLineList();
this.getList(); this.getList();
}, },
......
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