This commit is contained in:
BianLzhaoMin 2025-09-29 17:38:18 +08:00
parent 588f026e5f
commit 8a17d4a7d3
1 changed files with 5 additions and 0 deletions

View File

@ -388,6 +388,11 @@ export default {
idNumber: this.idNumberForm.idNumber, idNumber: this.idNumberForm.idNumber,
}) })
if (!res) {
this.$modal.msgError('当前人员不存在,请先新增人员!')
return
}
if (res?.isShanghai == 0) { if (res?.isShanghai == 0) {
this.$modal.msgError('该人员当前入场的工程非上海工程!') this.$modal.msgError('该人员当前入场的工程非上海工程!')
return return