|
@@ -3,35 +3,35 @@
|
|
|
<div class="up">
|
|
|
<div class="bg-color-black item">
|
|
|
<p class="ml-3 fw-b fs-xl cec"><span style="color:#ffbc25;">(竞价单)</span> 招标单数</p>
|
|
|
- <div class="ml-3 cex">{{datatotalzixunpurchease.zixun_total | getNum}}</div>
|
|
|
+ <div class="ml-3 cex">{{datatotalzixunpurchease.zixun_total}}</div>
|
|
|
</div>
|
|
|
<div class="bg-color-black item">
|
|
|
<p class="ml-3 fw-b fs-xl cec"><span style="color:#ffbc25;">(竞价单)</span> 未竞标单数</p>
|
|
|
- <div class="ml-3 cex">{{datatotalzixunpurchease.not_feedback | getNum}}</div>
|
|
|
+ <div class="ml-3 cex">{{datatotalzixunpurchease.not_feedback}}</div>
|
|
|
</div>
|
|
|
<div class="bg-color-black item">
|
|
|
<p class="ml-3 fw-b fs-xl cec"><span style="color:#ffbc25;">(采购单)</span> 采购单数</p>
|
|
|
- <div class="ml-3 cex">{{datatotalzixunpurchease.purchease_total | getNum}}</div>
|
|
|
+ <div class="ml-3 cex">{{datatotalzixunpurchease.purchease_total}}</div>
|
|
|
</div>
|
|
|
<div class="bg-color-black item">
|
|
|
<p class="ml-3 fw-b fs-xl cec"><span style="color:#ffbc25;">(采购单)</span> 未下单数</p>
|
|
|
- <div class="ml-3 cex">{{datatotalzixunpurchease.purchease_wait_confirm | getNum}}</div>
|
|
|
+ <div class="ml-3 cex">{{datatotalzixunpurchease.purchease_wait_confirm}}</div>
|
|
|
</div>
|
|
|
<!-- <div class="bg-color-black item">
|
|
|
<p class="ml-3 fw-b fs-xl cec"><span style="color:#ffbc25;">(采购单)</span> 采购下单数</p>
|
|
|
- <div class="ml-3 cex">{{datatotalzixunpurchease.zixun_total | getNum}}</div>
|
|
|
+ <div class="ml-3 cex">{{datatotalzixunpurchease.zixun_total}}</div>
|
|
|
</div>
|
|
|
<div class="bg-color-black item">
|
|
|
<p class="ml-3 fw-b fs-xl cec"><span style="color:#ffbc25;">(采购单)</span> 未生产单数</p>
|
|
|
- <div class="ml-3 cex">{{datatotalzixunpurchease.zixun_total | getNum}}</div>
|
|
|
+ <div class="ml-3 cex">{{datatotalzixunpurchease.zixun_total}}</div>
|
|
|
</div> -->
|
|
|
<div class="bg-color-black item" style="margin-bottom:0;">
|
|
|
<p class="ml-3 fw-b fs-xl cec"><span style="color:#ffbc25;">(未发货)</span> 单数</p>
|
|
|
- <div class="ml-3 cex">{{datawaitsendtotal.order_num | getNum}}</div>
|
|
|
+ <div class="ml-3 cex">{{datawaitsendtotal.order_num}}</div>
|
|
|
</div>
|
|
|
<div class="bg-color-black item" style="margin-bottom:0;">
|
|
|
<p class="ml-3 fw-b fs-xl cec"><span style="color:#ffbc25;">(未发货)</span> 商品数</p>
|
|
|
- <div class="ml-3 cex">{{datawaitsendtotal.wsend_num | getNum}}</div>
|
|
|
+ <div class="ml-3 cex">{{datawaitsendtotal.wsend_num}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|