Commit 9258bc44 authored by 沈翠玲's avatar 沈翠玲

排班计划

parent d0e311be
......@@ -316,7 +316,7 @@ export default {
const list = []
this.breakTimeList.forEach(i => {
if(i.breakStartTime && i.breakEndTime) {
list.push({breakStartTime: i.breakStartTime, breakEndTime: i.breakEndTime, orderNum: i.orderNum, shiftId: i.shiftId, nextDay: 0})
list.push({breakStartTime: i.breakStartTime, breakEndTime: i.breakEndTime, orderNum: i.orderNum, shiftId: i.shiftId, nextDay: i.nextDay})
}
})
this.currentRow.breakTimeList = list
......
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