This commit is contained in:
parent
0cfd021035
commit
b1fb77864d
|
|
@ -653,7 +653,9 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (res?.isShanghai == 0) {
|
if (res?.isShanghai == 0) {
|
||||||
this.$modal.msgError('该人员当前入场的工程非上海工程!')
|
this.$modal.msgError(
|
||||||
|
'该人员当前所在公司不允许同时入场多个工程!',
|
||||||
|
)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.currentStep = 2
|
this.currentStep = 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue