|
|
|
@ -75,7 +75,7 @@
|
|
|
|
|
<el-table-column label="单据扫码数量" prop="shouldCount"></el-table-column>
|
|
|
|
|
<el-table-column label="应扫码数量" prop="scanCount"></el-table-column>
|
|
|
|
|
<el-table-column label="扫码率" prop="scanRate"></el-table-column>
|
|
|
|
|
<el-table-column label="达标标志" prop="workplaceName">
|
|
|
|
|
<el-table-column label="达标标志" prop="storard">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="scope.row.storard == 1 ? 'success' : 'danger'">{{ storardMap[scope.row.storard] }}</el-tag>
|
|
|
|
|
</template>
|
|
|
|
@ -210,7 +210,7 @@ export default {
|
|
|
|
|
getList(){
|
|
|
|
|
orderStats(this.query).then(res => {
|
|
|
|
|
if (res.code == 20000){
|
|
|
|
|
this.orderList = res.data.records
|
|
|
|
|
this.orderList = res.data.list
|
|
|
|
|
this.total = res.data.total
|
|
|
|
|
}else {
|
|
|
|
|
return this.$message.error(res.message)
|
|
|
|
|