|
|
|
@ -59,7 +59,11 @@
|
|
|
|
|
<el-table-column label="去重追溯码医保采集数量" prop="busTypeName" width="220"></el-table-column>
|
|
|
|
|
<el-table-column label="出库销售追溯码采集数" prop="shouldCount" width="240"></el-table-column>
|
|
|
|
|
<el-table-column label="应扫码结算药品总数" prop="scanCount" width="240"></el-table-column>
|
|
|
|
|
<el-table-column label="无码类型" prop="scanRate" width="120"></el-table-column>
|
|
|
|
|
<el-table-column label="无码类型" prop="notCodeType" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="scope.row.notCodeType == 1 ? 'success' : 'info'">{{ notCodeTypeMap[scope.row.notCodeType] }}</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="上传率" prop="scanRate" width="120"></el-table-column>
|
|
|
|
|
<el-table-column label="结算开始时间" prop="scanRate" width="220"></el-table-column>
|
|
|
|
|
<el-table-column label="结算结束时间" prop="scanRate" width="220"></el-table-column>
|
|
|
|
@ -125,9 +129,11 @@ export default {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
total:0,
|
|
|
|
|
storardMap:{
|
|
|
|
|
1 : "是",
|
|
|
|
|
0 : "否"
|
|
|
|
|
notCodeTypeMap:{
|
|
|
|
|
0 : "有码",
|
|
|
|
|
2 : "部分早期未赋予追溯码",
|
|
|
|
|
3 : "最小包装无追溯码",
|
|
|
|
|
4 : "无追溯码",
|
|
|
|
|
},
|
|
|
|
|
actDateRange: [],
|
|
|
|
|
pickerOptions: {
|
|
|
|
|