Commit ecb92de0 authored by 黄媛媛's avatar 黄媛媛

111

parent a58782df
...@@ -621,8 +621,12 @@ ...@@ -621,8 +621,12 @@
this.fwdateArr.forEach(item => { this.fwdateArr.forEach(item => {
this.signInDates.push({ this.signInDates.push({
'Date': item, 'Date': item,
'DepartmentName':this.newSignIn.DepartmentName,
'RB_Department_Id':this.newSignIn.RB_Department_Id,
'EmployeeId':this.newSignIn.EmployeeId,
'BeOnDutyTime': this.newSignIn.BeOnDutyTime, 'BeOnDutyTime': this.newSignIn.BeOnDutyTime,
'OffDutyTime': this.newSignIn.OffDutyTime 'OffDutyTime': this.newSignIn.OffDutyTime,
'EmployeeName': this.newSignIn.EmployeeName,
}) })
this.getSpecialDates() this.getSpecialDates()
this.outerVisible = false; this.outerVisible = false;
...@@ -631,7 +635,6 @@ ...@@ -631,7 +635,6 @@
this.fwEndTime = '' this.fwEndTime = ''
}) })
} }
} }
}, },
addSignOut() { addSignOut() {
......
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