Commit cf869119 authored by youjie's avatar youjie

no message

parent bafe2935
...@@ -296,8 +296,9 @@ ...@@ -296,8 +296,9 @@
}}</span> }}</span>
</p> </p>
</div> </div>
<div style="margin-top: 10px;"> <div style="margin-top: 10px;" v-if="item.ApplyForState
<template v-if="pagesTitle == '审核'||pagesTitle == '申请'"> ||(item.ApplyForState==1&&item.ManagerExamineName)
||(userInfo.EmployeeId==1&&item.ManagerExamineName)">
<template v-if="item.ApplyForState"> <template v-if="item.ApplyForState">
<span> <span>
申请改价金额:<span style="color: red;">{{item.ApplyForMoney}}</span> 申请改价金额:<span style="color: red;">{{item.ApplyForMoney}}</span>
...@@ -331,7 +332,6 @@ ...@@ -331,7 +332,6 @@
<span v-if="item.ManagerExamineName" style="color: red;">{{item.ManagerExamineName }}</span> <span v-if="item.ManagerExamineName" style="color: red;">{{item.ManagerExamineName }}</span>
<span v-if="item.ManagerExamineTimeStr">/ {{item.ManagerExamineTimeStr}}</span> <span v-if="item.ManagerExamineTimeStr">/ {{item.ManagerExamineTimeStr}}</span>
</span> </span>
</template>
</div> </div>
</div> </div>
</template> </template>
......
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