|
|
@@ -191,13 +191,13 @@ export default {
|
|
|
type: Array,
|
|
|
default: () => [
|
|
|
{
|
|
|
- key: "totalOutRate",
|
|
|
- title: "出库扫码率",
|
|
|
+ key: "totalInRate",
|
|
|
+ title: "入库扫码率",
|
|
|
unit: "%",
|
|
|
},
|
|
|
{
|
|
|
- key: "totalInRate",
|
|
|
- title: "入库扫码率",
|
|
|
+ key: "totalOutRate",
|
|
|
+ title: "出库扫码率",
|
|
|
unit: "%",
|
|
|
},
|
|
|
{
|
|
|
@@ -280,7 +280,6 @@ export default {
|
|
|
"客户出库扫码量(与下游入库单中相同的追溯码)/下游企业入库扫码量",
|
|
|
unit: "%",
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
key: "selfExaminationRate",
|
|
|
title: "自验证率",
|