|
|
@ -779,6 +779,10 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因其中订金不为0,订金账户不能为空' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.formobj.isSaleOrgApproval === '1' && this.formobj.approvalName === '') { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因是否销售部审批选择是,则销售经理不能为空' }) |
|
|
|
return |
|
|
|
} |
|
|
|
// 提交的代码 |
|
|
|
this.formobj.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
this.formobj.orgSid = this.$store.getters.orgSid |
|
|
|