parent
0b6c61b5b3
commit
623aca3bcc
|
@ -911,7 +911,7 @@ export default {
|
||||||
fnSubmit() {
|
fnSubmit() {
|
||||||
this.$refs.form.validate().then(async () => {
|
this.$refs.form.validate().then(async () => {
|
||||||
//校验社保和工伤保险必须有一个选是
|
//校验社保和工伤保险必须有一个选是
|
||||||
if (this.form.IS_INJURIES_PAY === '0' && this.form.IS_SOCIAL === '0') {
|
if (this.form.IS_BF === '0' && this.form.IS_SOCIAL === '0') {
|
||||||
uni.$u.toast('工商或社保全无人员,不可进入本系统相关方人员管理!');
|
uni.$u.toast('工商或社保全无人员,不可进入本系统相关方人员管理!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue