Commit 94ad57bc authored by youjie's avatar youjie

no message

parent c6929db2
......@@ -541,6 +541,12 @@ export default {
if (this.$route.query.erpOrderObj) {
let data = JSON.parse(this.$route.query.erpOrderObj);
this.msg.OrderId = data.OrderId;
if(data.PeriodsId){//erp跳转的当月利润
this.msg.EnterID = data.EmpId
var MonthDayNum = new Date(data.PeriodsId.slice(0,4), data.PeriodsId.slice(4,7), 0).getDate(); //计算当月的天数
this.msg.StartTime = data.PeriodsId + '-01'
this.msg.EndTime = data.PeriodsId + '-' + MonthDayNum
}
}
this.Employee(); //业务员
this.GetTicketStatusEnumList(); //出票枚举
......
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