Commit d2c3064e authored by youjie's avatar youjie

no message

parent c0bb6f18
......@@ -315,30 +315,32 @@
<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 style="color: red;">徐总审核</span>
</span>
<span v-if="pagesTitle=='审核'" style="margin-left: 20px;">
改价状态:<span style="color: red;"
>
<template v-if="item.ApplyForState==1">
待主管审核
</template>
<template v-else-if="item.ApplyForState==2">
主管审核通过
</template>
<template v-else-if="item.ApplyForState==3">
审核通过
</template>
<template v-else-if="item.ApplyForState==4">
驳回
<template v-if="pagesTitle=='审核'">
<span style="margin-left: 20px;">
改价状态:<span style="color: red;"
>
<template v-if="item.ApplyForState==1">
待主管审核
</template>
<template v-else-if="item.ApplyForState==2">
主管审核通过
</template>
<template v-else-if="item.ApplyForState==3">
审核通过
</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>
</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>
</template>
......@@ -400,7 +402,7 @@
>
{{ scope.row.TCNUM }}
</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">
{{
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