Commit ffd318cf authored by Mac's avatar Mac

1

parent e717e1fd
......@@ -728,10 +728,10 @@
})
},
approvalOrder(num){
if(this.GetDetail.Is_AuditSelf==1){
this.Error("制单人跟审核人不能相同哟,请转交!");
return;
}
// if(this.GetDetail.Is_AuditSelf==1){
// this.Error("制单人跟审核人不能相同哟,请转交!");
// return;
// }
if(this.needSign){
if(this.addMsg.SignImage==""){
this.Error("请签名!");
......
......@@ -739,10 +739,10 @@ import {
})
},
approvalOrder(num){
if(this.GetDetail.Is_AuditSelf==1){
this.Error("制单人跟审核人不能相同哟,请转交!");
return;
}
// if(this.GetDetail.Is_AuditSelf==1){
// this.Error("制单人跟审核人不能相同哟,请转交!");
// return;
// }
if(this.needSign){
if(this.addMsg.SignImage==""){
this.Error("请签名!");
......
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