This commit is contained in:
parent
588f026e5f
commit
8a17d4a7d3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue