Commit 6730f165 authored by youjie's avatar youjie

no message

parent fb4bc900
......@@ -2854,7 +2854,6 @@
</el-button>
</el-popover>
</div>
<div v-if="childItem.ChangePriceId>0" style=" overflow:hidden;">
<span>改价申请: 申请金额【<span style="color:red;">{{childItem.ChangePriceMoney}}</span>元】{{childItem.ChangePriceReason}}</span>
<div style="text-align:right;" v-if="childItem.ChangePriceState==1">
......@@ -2863,10 +2862,10 @@
<div style="text-align:right;" v-if="childItem.ChangePriceState==2">
待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核
</div>
<div v-if="childItem.ApplyForState==4" style="text-align:right;">
<div v-if="childItem.ChangePriceState==4" style="text-align:right;">
已驳回
</div>
<div v-if="childItem.ApplyForState==3" style="text-align:right;">
<div v-if="childItem.ChangePriceState==3" style="text-align:right;">
已通过
</div>
</div>
......
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