Commit e36fb4b9 authored by Mac's avatar Mac

新增出纳显示

parent d35700ca
...@@ -179,6 +179,10 @@ ...@@ -179,6 +179,10 @@
<div class="fkbox_item" style="background: #00ffff"></div> <div class="fkbox_item" style="background: #00ffff"></div>
<span>暂存</span> <span>暂存</span>
</div> </div>
<div class="fkbox">
<div class="fkbox_item" style="background: #E6A23C"></div>
<span>出纳暂存</span>
</div>
<div class="fkbox"> <div class="fkbox">
<div class="fkbox_item" style="background: #0080ff"></div> <div class="fkbox_item" style="background: #0080ff"></div>
<span>审核中</span> <span>审核中</span>
...@@ -692,6 +696,12 @@ ...@@ -692,6 +696,12 @@
:style="{ color: '#800080' }" :style="{ color: '#800080' }"
>{{ item.FrID }}</span >{{ item.FrID }}</span
> >
<span
class="billtext"
v-if="item.Status == 5"
:style="{ color: '#E6A23C' }"
>{{ item.FrID }}</span
>
</span> </span>
</div> </div>
<div class="billStyle_item"> <div class="billStyle_item">
...@@ -734,6 +744,13 @@ ...@@ -734,6 +744,13 @@
:style="{ color: '#800080' }" :style="{ color: '#800080' }"
>{{ item.FrID }}</span >{{ item.FrID }}</span
> >
<span
class="billtext"
v-if="item.Status == 5"
:style="{ color: '#E6A23C' }"
>{{ item.FrID }}</span
>
</span> </span>
</div> </div>
</div> </div>
......
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