Commit c0bb6f18 authored by youjie's avatar youjie

no message

parent a749d06b
......@@ -298,6 +298,7 @@
</div>
<div style="margin-top: 10px;" v-if="item.ApplyForState
||(item.ApplyForState==1&&item.ManagerExamineName)
||(item.ApplyForState==2&&item.ManagerExamineName)
||(userInfo.EmployeeId==1&&item.ManagerExamineName)">
<template v-if="item.ApplyForState">
<span>
......@@ -313,6 +314,9 @@
<span style="margin-left: 20px;" v-if="item.ApplyForState==1&&item.ManagerExamineName">
<span style="color: red;">待主管 {{item.ManagerExamineName}} 审核</span>
</span>
<span style="margin-left: 20px;" v-if="item.ApplyForState==2">
<span style="color: red;">待总经理 {{item.ManagerExamineName}} 审核</span>
</span>
<span v-if="pagesTitle=='审核'" style="margin-left: 20px;">
改价状态:<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