|
|
@ -543,7 +543,7 @@ export default { |
|
|
// 保存并进入机台工作台(或批量更新考勤时间) |
|
|
// 保存并进入机台工作台(或批量更新考勤时间) |
|
|
saveOperatorData() { |
|
|
saveOperatorData() { |
|
|
if (!this.operatorList || this.operatorList.length === 0) { |
|
|
if (!this.operatorList || this.operatorList.length === 0) { |
|
|
this.$message.warning('请上岗人员!') |
|
|
|
|
|
|
|
|
this.$message.warning('请先上岗!') |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
// 先批量更新所有行的上下岗时间 |
|
|
// 先批量更新所有行的上下岗时间 |
|
|
|