|
|
@ -530,6 +530,10 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
submitVehicleApply() { |
|
|
|
if (this.formobj.orgDeptName === '') { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择采购系统' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.formobj.schedulingType === '储备' && this.formobj.userNames === '') { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择销售经理' }) |
|
|
|
return |
|
|
|