入库发起

This commit is contained in:
shenyanpei
2022-01-14 15:07:29 +08:00
parent eebf138041
commit 92e37419b7
2 changed files with 13 additions and 0 deletions
@@ -1721,12 +1721,23 @@ export default {
if(this.form.standInData === '1') {
this.rules.standYear[0].required = false;
this.rules.standName[0].required = false
this.rules.standNature[0].required = false
} else {
this.rules.standYear[0].required = true;
this.rules.standName[0].required = true
this.rules.standNature[0].required = true
}
}
},
/* 'form.signFlag' : {
handler: function () {
if (this.form.signFlag === '1') {
this.roleRules.jlUserName[0].required = true
} else {
this.roleRules.jlUserName[0].required = false
}
}
},*/
/*'form.standInData': {
handler: function (val) {
this.verifySarStandard = false
@@ -2666,9 +2666,11 @@ export default {
if(this.form.standInData === '1') {
this.rules.standYear[0].required = false;
this.rules.standName[0].required = false
this.rules.standNature[0].required = false
} else {
this.rules.standYear[0].required = true;
this.rules.standName[0].required = true
this.rules.standNature[0].required = true
}
}
},