Browse Source

2026-01-06

master
fengyuan_yang 9 months ago
parent
commit
3df09a59d7
  1. 2
      src/views/modules/yieldReport/com_switch_operator.vue

2
src/views/modules/yieldReport/com_switch_operator.vue

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

Loading…
Cancel
Save