mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化物品放行bug
This commit is contained in:
parent
c5547abfc4
commit
24e7939492
@ -153,7 +153,7 @@
|
||||
return _amount;
|
||||
},
|
||||
submitItemRelease: function(e) {
|
||||
if(this.audit.assignee || this.audit.assignee == '-2'){
|
||||
if(!this.audit.assignee || this.audit.assignee == '-2'){
|
||||
uni.showToast({
|
||||
icon:'none',
|
||||
title:'审批流程设置错误,手机端提交,第一个审核人必须指定相应的员工'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user