Commit ffd318cf authored by Mac's avatar Mac

1

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