Commit d2c3064e authored by youjie's avatar youjie

no message

parent c0bb6f18
...@@ -315,30 +315,32 @@ ...@@ -315,30 +315,32 @@
<span style="color: red;">待主管 {{item.ManagerExamineName}} 审核</span> <span style="color: red;">待主管 {{item.ManagerExamineName}} 审核</span>
</span> </span>
<span style="margin-left: 20px;" v-if="item.ApplyForState==2"> <span style="margin-left: 20px;" v-if="item.ApplyForState==2">
<span style="color: red;">总经理 {{item.ManagerExamineName}} 审核</span> <span style="color: red;">徐总审核</span>
</span> </span>
<span v-if="pagesTitle=='审核'" style="margin-left: 20px;"> <template v-if="pagesTitle=='审核'">
改价状态:<span style="color: red;" <span style="margin-left: 20px;">
> 改价状态:<span style="color: red;"
<template v-if="item.ApplyForState==1"> >
待主管审核 <template v-if="item.ApplyForState==1">
</template> 待主管审核
<template v-else-if="item.ApplyForState==2"> </template>
主管审核通过 <template v-else-if="item.ApplyForState==2">
</template> 主管审核通过
<template v-else-if="item.ApplyForState==3"> </template>
审核通过 <template v-else-if="item.ApplyForState==3">
</template> 审核通过
<template v-else-if="item.ApplyForState==4"> </template>
驳回 <template v-else-if="item.ApplyForState==4">
驳回
</template>
</span>
</span>
<span v-if="userInfo.EmployeeId==1&&item.ManagerExamineName" style="margin-left: 20px;">
审核人:
<span v-if="item.ManagerExamineName" style="color: red;">{{item.ManagerExamineName }}</span>
<span v-if="item.ManagerExamineTimeStr">/ {{item.ManagerExamineTimeStr}}</span>
</span>
</template> </template>
</span>
</span>
<span v-if="pagesTitle == '审核'&&userInfo.EmployeeId==1&&item.ManagerExamineName" style="margin-left: 20px;">
审核人:
<span v-if="item.ManagerExamineName" style="color: red;">{{item.ManagerExamineName }}</span>
<span v-if="item.ManagerExamineTimeStr">/ {{item.ManagerExamineTimeStr}}</span>
</span>
</div> </div>
</div> </div>
</template> </template>
...@@ -400,7 +402,7 @@ ...@@ -400,7 +402,7 @@
> >
{{ scope.row.TCNUM }} {{ scope.row.TCNUM }}
</p> </p>
<p>出发日期:{{ scope.row.StartDate }}</p> <p v-if="scope.row.OrderType == 2">出发日期:{{ scope.row.StartDate }}</p>
<p v-if="scope.row.OrderType == 2 && scope.row.Status >= 0"> <p v-if="scope.row.OrderType == 2 && scope.row.Status >= 0">
{{ {{
scope.row.Status == 1 scope.row.Status == 1
......
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