Commit 992794ff authored by youjie's avatar youjie

no message

parent c842fd2f
...@@ -295,12 +295,17 @@ ...@@ -295,12 +295,17 @@
</div> </div>
<div style="margin-top: 10px;"> <div style="margin-top: 10px;">
<template v-if="pagesTitle == '审核'||pagesTitle == '申请'"> <template v-if="pagesTitle == '审核'||pagesTitle == '申请'">
<template v-if="item.ApplyForState">
<span> <span>
申请改价金额:<span style="color: red;">{{item.ApplyForMoney}}</span> 申请改价金额:<span style="color: red;">{{item.ApplyForMoney}}</span>
</span> </span>
<span style="margin-left: 20px;"> <span style="margin-left: 20px;">
申请理由:<span style="color: red;">{{item.ApplyForReason}}</span> 申请理由:<span style="color: red;">{{item.ApplyForReason}}</span>
</span> </span>
</template>
<span style="margin-left: 20px;" v-if="item.ApplyForState==1">
<span style="color: red;">待主管 {{item.ManagerExamineName}} 审核</span>
</span>
<span v-if="pagesTitle=='审核'" style="margin-left: 20px;"> <span v-if="pagesTitle=='审核'" style="margin-left: 20px;">
改价状态:<span style="color: red;" 改价状态:<span style="color: red;"
> >
......
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