Commit fb93d892 authored by youjie's avatar youjie

no message

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