Commit cf869119 authored by youjie's avatar youjie

no message

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