Commit fb93d892 authored by youjie's avatar youjie

no message

parent b4b1682f
...@@ -421,8 +421,7 @@ ...@@ -421,8 +421,7 @@
}, },
}, },
mounted() { mounted() {
this.msg.StartTime = this.getBeforeDate(31, new Date())
this.msg.EndTime = this.formatDate(new Date(), "YYYY-MM-dd", 0)
if (this.title != 'OP') { if (this.title != 'OP') {
this.msg.IsMyOrder = 1 this.msg.IsMyOrder = 1
} else { } else {
...@@ -434,6 +433,9 @@ ...@@ -434,6 +433,9 @@
if (this.$route.query.erpOrderObj) { if (this.$route.query.erpOrderObj) {
let data = JSON.parse(this.$route.query.erpOrderObj); let data = JSON.parse(this.$route.query.erpOrderObj);
this.msg.OrderId = data.OrderId; this.msg.OrderId = data.OrderId;
}else{
this.msg.StartTime = this.getBeforeDate(31, new Date())
this.msg.EndTime = this.formatDate(new Date(), "YYYY-MM-dd", 0)
} }
this.getLineList(); //线路 this.getLineList(); //线路
this.Employee(); //业务员 this.Employee(); //业务员
......
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