|
@@ -7,33 +7,33 @@
|
|
|
<div class="gutter-box">
|
|
|
<a-row type="flex" justify="space-between" style="flex:1; font-size:22px;font-weight: 500;color: #373737;">
|
|
|
<a-col>待入库总数</a-col>
|
|
|
- <a-col><a href="/in/store/myform?status=1" target="_block">{{ topData.inTotalNum }}</a></a-col>
|
|
|
+ <a-col><a style="color:#E4007F;" href="/in/store/myform?status=1" target="_block">{{ topData.inTotalNum }}</a></a-col>
|
|
|
</a-row>
|
|
|
<a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
|
|
|
- <a-col >
|
|
|
+ <a-col style="width:130px;">
|
|
|
<a-badge color="#E4007F"/>
|
|
|
<a href="/in/store/myform?type=1&status=1" target="_block"><span style="color:#E4007F;">采购入库 {{ topData.purchaseApplyNum }}</span></a>
|
|
|
</a-col>
|
|
|
- <a-col >
|
|
|
- <a-badge color="#5864FF"/>
|
|
|
+ <a-col style="width:130px;">
|
|
|
+ <a-badge color="#E4007F"/>
|
|
|
<a href="/in/store/myform?type=2&status=1" target="_block">
|
|
|
- <span style="color:#5864FF;">闲置入库 {{ topData.spareBackApplyNum }}</span>
|
|
|
+ <span style="color:#E4007F;">闲置入库 {{ topData.spareBackApplyNum }}</span>
|
|
|
</a>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
<a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
|
|
|
- <a-col >
|
|
|
- <a-badge color="#F19149"/>
|
|
|
+ <a-col style="width:130px;">
|
|
|
+ <a-badge color="#E4007F"/>
|
|
|
<a href="/in/store/myform?type=3&status=1" target="_block">
|
|
|
- <span style="color:#F19149;">调拨入库 {{ topData.applyDBNum }}</span>
|
|
|
+ <span style="color:#E4007F;">调拨入库 {{ topData.applyDBNum }}</span>
|
|
|
|
|
|
</a>
|
|
|
</a-col>
|
|
|
- <a-col>
|
|
|
- <a-badge color="#009944"/>
|
|
|
+ <a-col style="width:130px;">
|
|
|
+ <a-badge color="#E4007F"/>
|
|
|
<a href="/in/store/myform?type=6&status=1" target="_block">
|
|
|
|
|
|
- <span style="color:#009944;">其他入库 {{ topData.otherNum }}</span>
|
|
|
+ <span style="color:#E4007F;">其他入库 {{ topData.otherNum }}</span>
|
|
|
|
|
|
</a>
|
|
|
|
|
@@ -45,36 +45,36 @@
|
|
|
<div class="gutter-box">
|
|
|
<a-row type="flex" justify="space-between" style="flex:1; font-size:22px;font-weight: 500;color: #373737;">
|
|
|
<a-col>待出库总数</a-col>
|
|
|
- <a href="/out/store/myform?status=1" target="_block">
|
|
|
+ <a style="color:#E4007F;" href="/out/store/myform?status=1" target="_block">
|
|
|
<a-col>{{ topData.outTotalNum }}</a-col>
|
|
|
</a>
|
|
|
</a-row>
|
|
|
<a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
|
|
|
- <a-col >
|
|
|
+ <a-col style="width:130px;">
|
|
|
<a-badge color="#E4007F"/>
|
|
|
<a href="/out/store/myform?type=2&status=1" target="_block">
|
|
|
<span style="color:#E4007F;">调拨出库 {{ topData.outDBNum }}</span>
|
|
|
</a>
|
|
|
</a-col>
|
|
|
- <a-col >
|
|
|
- <a-badge color="#5864FF"/>
|
|
|
+ <a-col style="width:130px;">
|
|
|
+ <a-badge color="#E4007F"/>
|
|
|
<a href="/out/store/myform?type=1&status=1" target="_block">
|
|
|
- <span style="color:#5864FF;">领用出库 {{ topData.lyNum }}</span>
|
|
|
+ <span style="color:#E4007F;">领用出库 {{ topData.lyNum }}</span>
|
|
|
</a>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
<a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
|
|
|
- <a-col >
|
|
|
- <a-badge color="#F19149"/>
|
|
|
+ <a-col style="width:130px;">
|
|
|
+ <a-badge color="#E4007F"/>
|
|
|
<a href="/out/store/myform?type=3&status=1" target="_block">
|
|
|
- <span style="color:#F19149;">报废出库 {{ topData.bfNum }}</span>
|
|
|
+ <span style="color:#E4007F;">报废出库 {{ topData.bfNum }}</span>
|
|
|
</a>
|
|
|
</a-col>
|
|
|
- <a-col>
|
|
|
- <a-badge color="#009944"/>
|
|
|
+ <a-col style="width:130px;">
|
|
|
+ <a-badge color="#E4007F"/>
|
|
|
<a href="/out/store/myform?type=6&status=1" target="_block">
|
|
|
|
|
|
- <span style="color:#009944;">其他出库 {{ topData.otherOutNum }}</span>
|
|
|
+ <span style="color:#E4007F;">其他出库 {{ topData.otherOutNum }}</span>
|
|
|
</a>
|
|
|
|
|
|
</a-col>
|
|
@@ -83,16 +83,16 @@
|
|
|
</a-col>
|
|
|
<a-col class="gutter-row" :span="8">
|
|
|
<div style="display:flex;text-align:center;background:#fff;height: 170px;">
|
|
|
- <div style="width:48%;margin:auto;font-size:30px; line-height: 60px;">
|
|
|
+ <div style="width:48%;margin:auto;font-size:26px; line-height: 60px;">
|
|
|
<div>仓库总数</div>
|
|
|
- <a href="/storeJituan" target="_block">
|
|
|
+ <a style="color:#E4007F;" href="/storeJituan" target="_block">
|
|
|
<div style="font-size:24px;">{{ topData.storeNums }}</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div style="width: 1px;height: 70px;background: #999999;margin:auto;"></div>
|
|
|
- <div style="width:48%;margin:auto; font-size:30px;line-height: 60px;">
|
|
|
+ <div style="width:48%;margin:auto; font-size:26px;line-height: 60px;">
|
|
|
<div>备件总价值</div>
|
|
|
- <a href="/spare/part/info" target="_block">
|
|
|
+ <a style="color:#E4007F;" href="/spare/part/info" target="_block">
|
|
|
|
|
|
<div style="font-size:24px;">{{ topData.totalPrice }}</div>
|
|
|
</a>
|