Commit feedb23d authored by liudong1993's avatar liudong1993

1

parent 3bcce6b5
...@@ -1485,7 +1485,7 @@ ...@@ -1485,7 +1485,7 @@
} }
} }
this.updateMsg.SigningType = this.updateMsg.SigningType ? 1 : 0 this.updateMsg.SigningType = this.updateMsg.SigningType ? 1 : 0
if (this.currentUserInfo&&this.currentUserInfo.RB_Group_id==2&& this.currentUserInfo.RB_Branch_id !=1252&& this.currentUserInfo.RB_Branch_id !=1257&&(this.updateMsg.Province == ''||this.updateMsg.City == ''||this.updateMsg.District == ''||!this.updateMsg.District)) { if (this.currentUserInfo&&this.currentUserInfo.RB_Group_id==2&& this.currentUserInfo.RB_Branch_id !=1252&& this.currentUserInfo.RB_Branch_id !=1257 && !this.showTravelAICustomer&&(this.updateMsg.Province == ''||this.updateMsg.City == ''||this.updateMsg.District == ''||!this.updateMsg.District)) {
this.$message.error(this.$t('objFill.v101.LeaveGroupDownload.qingxzssq')) this.$message.error(this.$t('objFill.v101.LeaveGroupDownload.qingxzssq'))
return return
} }
......
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