Browse Source

完善厂家采购--提交时采购系统增加必填项限制

master
yunuo970428 2 years ago
parent
commit
29f3616f40
  1. 4
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue

4
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue

@ -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

Loading…
Cancel
Save