Commit b8b01bbd authored by 罗超's avatar 罗超

1

parent 6fcf4488
...@@ -389,6 +389,14 @@ ...@@ -389,6 +389,14 @@
}) })
return; return;
} }
if (this.saveObj.PropertyNumber>0&&this.objOption.LeaveStatus===4) {
this.$q.notify({
type: 'negative',
position: "top",
message: `有正在使用的资产,不能设置离职`
})
return;
}
this.saveLoading = true; this.saveLoading = true;
saveManager(this.objOption).then(res => { saveManager(this.objOption).then(res => {
this.saveLoading = false this.saveLoading = false
......
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