From ce2df660b06ea96efb0c491dfaa5349ddaa779e1 Mon Sep 17 00:00:00 2001
From: niexiting <85552560@qq.com>
Date: Wed, 20 Dec 2023 17:24:34 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=99=A8=E5=85=B7=E7=BB=91?=
=?UTF-8?q?=E5=AE=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mycomponents/qty/qty.vue | 1 -
mycomponents/record/recordComDetailCard.vue | 4 +-
mycomponents/scan/winScanContainer.vue | 19 +--
mycomponents/scan/winScanPackAndLocation.vue | 76 ++++++-----
pages.json | 4 +-
pages/pallet/record/bindPalletRecord.vue | 128 +++++++++++++++----
static/config.json | 3 +-
7 files changed, 168 insertions(+), 67 deletions(-)
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 @@