Commit 66163a6e authored by 吴春's avatar 吴春

提交代码

parent 879f76ad
...@@ -578,10 +578,10 @@ ...@@ -578,10 +578,10 @@
</div> </div>
<div style="padding:0 0 10px 0;" v-if="changePriceObj.ApplyForState==4"> <div style="padding:0 0 10px 0;" v-if="changePriceObj.ApplyForState==4">
<span v-if="changePriceObj.ManagerRefuseReason" style="margin-right: 20px;"> <span v-if="changePriceObj.ManagerRefuseReason" style="margin-right: 20px;">
{{item.ApplyType=="2"?"OP":"主管"}}审核意见:<span style="color: red;">{{changePriceObj.ManagerRefuseReason}}</span> {{changePriceObj.ApplyType=="2"?"OP":"主管"}}审核意见:<span style="color: red;">{{changePriceObj.ManagerRefuseReason}}</span>
</span> </span>
<span v-if="changePriceObj.RefuseReason"> <span v-if="changePriceObj.RefuseReason">
{{item.ApplyType=="2"?"会计":"总经理"}}审核意见:<span style="color: red;">{{changePriceObj.RefuseReason}}</span> {{changePriceObj.ApplyType=="2"?"会计":"总经理"}}审核意见:<span style="color: red;">{{changePriceObj.RefuseReason}}</span>
</span> </span>
</div> </div>
<div slot="footer" class="dialog-footer" <div slot="footer" class="dialog-footer"
...@@ -1036,6 +1036,8 @@ export default { ...@@ -1036,6 +1036,8 @@ export default {
this.changePriceMsg.ID = type ? item.OrderChangePriceId : 0; this.changePriceMsg.ID = type ? item.OrderChangePriceId : 0;
this.changePriceMsg.OrderId = item.OrderId; this.changePriceMsg.OrderId = item.OrderId;
this.changePriceMsg.OrderType = item.OrderType; this.changePriceMsg.OrderType = item.OrderType;
console.log("item",item);
console.log("item.ApplyType",item.ApplyType);
if(this.changePriceMsg.ID>0){ if(this.changePriceMsg.ID>0){
this.changePriceMsg.ApplyType= String(item.ApplyType); this.changePriceMsg.ApplyType= String(item.ApplyType);
}else{ }else{
......
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