Commit c643d94b authored by youjie's avatar youjie

no message

parent 3b43fc06
...@@ -289,12 +289,12 @@ ...@@ -289,12 +289,12 @@
</p> </p>
</div> </div>
<div style="margin-top: 10px;" v-if="item.ApplyForState==4"> <div style="margin-top: 10px;" v-if="item.ApplyForState==4">
<p v-if="item.ManagerRefuseReason"> <span v-if="item.ManagerRefuseReason" style="margin-right: 20px;">
主管驳回理由<span style="color: red;">{{item.ManagerRefuseReason}}</span> 主管审核意见<span style="color: red;">{{item.ManagerRefuseReason}}</span>
</p> </span>
<p v-if="item.RefuseReason"> <span v-if="item.RefuseReason">
总经理驳回理由<span style="color: red;">{{item.RefuseReason}}</span> 总经理审核意见<span style="color: red;">{{item.RefuseReason}}</span>
</p> </span>
</div> </div>
<div style="margin-top: 10px;" v-if="item.ApplyForState <div style="margin-top: 10px;" v-if="item.ApplyForState
||(item.ApplyForState==1&&item.ManagerExamineName) ||(item.ApplyForState==1&&item.ManagerExamineName)
...@@ -629,13 +629,13 @@ ...@@ -629,13 +629,13 @@
方可帐平</span> 方可帐平</span>
</span> </span>
</div> </div>
<div style="padding: 10px 0;" v-if="changePriceObj.ApplyForState==4"> <div style="padding:0 0 10px 0;" v-if="changePriceObj.ApplyForState==4">
<p v-if="changePriceObj.ManagerRefuseReason"> <span v-if="changePriceObj.ManagerRefuseReason" style="margin-right: 20px;">
主管驳回理由<span style="color: red;">{{changePriceObj.ManagerRefuseReason}}</span> 主管审核意见<span style="color: red;">{{changePriceObj.ManagerRefuseReason}}</span>
</p> </span>
<p v-if="changePriceObj.RefuseReason"> <span v-if="changePriceObj.RefuseReason">
总经理驳回理由<span style="color: red;">{{changePriceObj.RefuseReason}}</span> 总经理审核意见<span style="color: red;">{{changePriceObj.RefuseReason}}</span>
</p> </span>
</div> </div>
<div slot="footer" class="dialog-footer" <div slot="footer" class="dialog-footer"
style="float: right;margin-right: 5%;position: relative; z-index: 1;"> style="float: right;margin-right: 5%;position: relative; z-index: 1;">
......
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