diff --git a/mycomponents/qty/qty.vue b/mycomponents/qty/qty.vue
index b3a8f0cb..f2d55dcc 100644
--- a/mycomponents/qty/qty.vue
+++ b/mycomponents/qty/qty.vue
@@ -1,7 +1,6 @@
- {{dataContent.inventoryStatus}}
{{Number(dataContent.qty)}}
diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue
index f369ba2b..797dae48 100644
--- a/mycomponents/record/recordComDetailCard.vue
+++ b/mycomponents/record/recordComDetailCard.vue
@@ -43,7 +43,7 @@
import {
getDetailOption,
- getDetailEditRemoveOption,
+ getDetailRemoveOption,
getClearOption
} from '@/common/array.js';
export default {
@@ -113,7 +113,7 @@
mounted() {
this.detailOptions = getDetailOption();
- this.scanOptions = getDetailEditRemoveOption();
+ this.scanOptions = getDetailRemoveOption();
this.removeOptions = getClearOption();
},
diff --git a/mycomponents/scan/winScanContainer.vue b/mycomponents/scan/winScanContainer.vue
index 726caa1d..dae2d39b 100644
--- a/mycomponents/scan/winScanContainer.vue
+++ b/mycomponents/scan/winScanContainer.vue
@@ -23,9 +23,8 @@