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

报名清单申请改价显示

parent 84869cfa
...@@ -2532,6 +2532,21 @@ ...@@ -2532,6 +2532,21 @@
<span>OP备注:</span> <span>OP备注:</span>
<p>{{ item.oP_Remarks ? item.oP_Remarks : "无" }}</p> <p>{{ item.oP_Remarks ? item.oP_Remarks : "无" }}</p>
</div> </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> </div>
</td> </td>
<td colspan="4" class="groupTourOrder_SpecialAPP" stysle="height: 40px;"> <td colspan="4" class="groupTourOrder_SpecialAPP" stysle="height: 40px;">
......
...@@ -2858,12 +2858,12 @@ ...@@ -2858,12 +2858,12 @@
<div style="text-align:right;" v-if="childItem.ChangePriceState==2"> <div style="text-align:right;" v-if="childItem.ChangePriceState==2">
待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核 待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核
</div> </div>
<span v-if="childItem.ApplyForState==4" style="text-align:right;"> <div v-if="childItem.ApplyForState==4" style="text-align:right;">
已驳回 已驳回
</span> </div>
<span v-if="childItem.ApplyForState==3" style="text-align:right;"> <div v-if="childItem.ApplyForState==3" style="text-align:right;">
已通过 已通过
</span> </div>
</div> </div>
</div> </div>
</td> </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