1、医保上传统计文字变化

20240912_adapter
qiuyt 11 months ago
parent 591f83310d
commit f2020e207b

@ -142,7 +142,7 @@
</div> </div>
<div class="height-full fr center mr20" @click="linkPage('/dept/use/prescribeDir/inout/split/tag/upload?status=2')"> <div class="height-full fr center mr20" @click="linkPage('/dept/use/prescribeDir/inout/split/tag/upload?status=2')">
<span class="header d-block"> <span class="header d-block">
已上传单据 已上传医保
</span> </span>
<span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}"> <span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}">
{{ stats.alreadyUploadingCount }} {{ stats.alreadyUploadingCount }}
@ -164,7 +164,7 @@
</div> </div>
<div class="height-full fr center mr20" @click="linkPage('/dept/use/prescribeDir/inout/split/tag/upload?status=1')"> <div class="height-full fr center mr20" @click="linkPage('/dept/use/prescribeDir/inout/split/tag/upload?status=1')">
<span class="header d-block"> <span class="header d-block">
未上传单据 未上传医保
</span> </span>
<span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}"> <span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}">
@ -186,7 +186,7 @@
</div> </div>
<div class="height-full fr center mr20" @click="linkPage('/dept/use/prescribeDir/inout/split/tag/upload?status=3')"> <div class="height-full fr center mr20" @click="linkPage('/dept/use/prescribeDir/inout/split/tag/upload?status=3')">
<span class="header d-block"> <span class="header d-block">
上传失败单据 上传失败医保
</span> </span>
<span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}"> <span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}">
{{ stats.uploadingFailCount }} {{ stats.uploadingFailCount }}
@ -213,7 +213,7 @@
</div> </div>
<div class="height-full fr center mr20" > <div class="height-full fr center mr20" >
<span class="header d-block"> <span class="header d-block">
总上传码数量 医保总上传码数量
</span> </span>
<span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}"> <span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}">
{{ stats.codeCount }} {{ stats.codeCount }}
@ -235,7 +235,7 @@
</div> </div>
<div class="height-full fr center mr20" > <div class="height-full fr center mr20" >
<span class="header d-block"> <span class="header d-block">
采购上传率 医保采购上传率
</span> </span>
<span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}"> <span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}">
@ -257,7 +257,7 @@
</div> </div>
<div class="height-full fr center mr20"> <div class="height-full fr center mr20">
<span class="header d-block"> <span class="header d-block">
销售上传率 医保销售上传率
</span> </span>
<span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}"> <span class="d-block mt10" :style="{'font-size': '32px','font-weight': 'bolder',color:'#394047'}">
{{ stats.salesCentage }}% {{ stats.salesCentage }}%

Loading…
Cancel
Save