Browse Source

2026-01-06

过站采集里操作员切换【保存】时一定要有上岗人员
master
fengyuan_yang 6 days ago
parent
commit
fe3021f424
  1. 6
      src/views/modules/yieldReport/com_switch_operator.vue

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

@ -317,7 +317,7 @@ export default {
//
this.isAttendanceMode = isAttendanceMode;
// falsetrue
this.navigateOnClose = navigateOnClose;
@ -542,6 +542,10 @@ export default {
},
//
saveOperatorData() {
if (!this.operatorList || this.operatorList.length === 0) {
this.$message.warning('请上岗人员!')
return
}
//
this.batchUpdateOperatorTimeSync().then(() => {
//

Loading…
Cancel
Save