Commit 65de7a4f authored by 吴春's avatar 吴春

报名清单申请改价显示

parent 84869cfa
......@@ -2532,6 +2532,21 @@
<span>OP备注:</span>
<p>{{ item.oP_Remarks ? item.oP_Remarks : "无" }}</p>
</div>
<div v-if="item.changePriceId>0&&(item.isOwn == 1 || IsSupperOrderEdit ||IsLookOrder || isUpdateOrder)" style=" overflow:hidden;">
<span style="color:red;">改价申请:</span> <span> 申请金额【<span style="color:red;">{{item.changePriceMoney}}</span>元】{{item.changePriceReason}}</span>
<div style="text-align:right;" v-if="item.changePriceState==1">
待{{item.ChangePriceType=="2"?"OP":"主管"}}{{item.managerExamineName}}审核
</div>
<div style="text-align:right;" v-if="item.changePriceState==2">
待{{item.ChangePriceType=="2"?"会计":"总经理"}}{{item.examineByName}}审核
</div>
<div v-if="item.changePriceState==4" style="text-align:right;">
已驳回
</div>
<div v-if="item.changePriceState==3" style="text-align:right;">
已通过
</div>
</div>
</div>
</td>
<td colspan="4" class="groupTourOrder_SpecialAPP" stysle="height: 40px;">
......
......@@ -2852,18 +2852,18 @@
<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">
待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核
</div>
<div style="text-align:right;" v-if="childItem.ChangePriceState==2">
待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核
</div>
<span v-if="childItem.ApplyForState==4" style="text-align:right;">
已驳回
</span>
<span v-if="childItem.ApplyForState==3" style="text-align:right;">
已通过
</span>
<div style="text-align:right;" v-if="childItem.ChangePriceState==1">
待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核
</div>
<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>
<div v-if="childItem.ApplyForState==3" style="text-align:right;">
已通过
</div>
</div>
</div>
</td>
......
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