Commit 9f562325 authored by 黄奎's avatar 黄奎
parents f483a814 39081619
......@@ -1128,7 +1128,7 @@
} else {
this.msg.ClientType = 0;
}
if (this.msg.RB_Branch_Id == '' || this.msg.RB_Branch_Id == 0) return this.$message.error('请选择校区');
if (this.msg.RB_Branch_Id === '') return this.$message.error('请选择校区');
// IsPublic 2 现金 IsLeader 0 临时领队
if (this.msg.IsPublic < 2 && this.IsLeader === 1) {
......
......@@ -1287,7 +1287,7 @@
return this.$message.error(this.$t('rule.qxzjylshuihao'));
}
}
if (this.msg.RB_Branch_Id == '' || this.msg.RB_Branch_Id == 0) return this.$message.error('请选择校区');
if (this.msg.RB_Branch_Id === ''){ return this.$message.error('请选择校区')};
if (this.msg.BankId == '') return this.$message.error(this.$t('rule.qxzskzhanghao'));
if (!this.msg.RB_Depart_Id) return this.$message.error(this.$t('rule.qxzzdbumen'));
if (!this.$route.query.edit) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment