From c6cbf5a0261a1a14e08c111cf1e3cbcec0f28dff Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 18 Oct 2024 10:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=AB=E6=8F=8F=E5=8F=AB?= =?UTF-8?q?=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/common/comBlankView.vue | 1 + src/mycomponents/qty/numbeIntegerrBox.vue | 219 +++++++++++++++++++ src/pages/issue/request/issueScanRequest.vue | 53 +++-- 3 files changed, 255 insertions(+), 18 deletions(-) create mode 100644 src/mycomponents/qty/numbeIntegerrBox.vue diff --git a/src/mycomponents/common/comBlankView.vue b/src/mycomponents/common/comBlankView.vue index fab084fe..96ded207 100644 --- a/src/mycomponents/common/comBlankView.vue +++ b/src/mycomponents/common/comBlankView.vue @@ -27,6 +27,7 @@ }, methods: { goScan(content) { + console.log("点击") this.$emit("goScan", ''); } } diff --git a/src/mycomponents/qty/numbeIntegerrBox.vue b/src/mycomponents/qty/numbeIntegerrBox.vue new file mode 100644 index 00000000..4705aa9b --- /dev/null +++ b/src/mycomponents/qty/numbeIntegerrBox.vue @@ -0,0 +1,219 @@ + + + + diff --git a/src/pages/issue/request/issueScanRequest.vue b/src/pages/issue/request/issueScanRequest.vue index badd9a84..710e652e 100644 --- a/src/pages/issue/request/issueScanRequest.vue +++ b/src/pages/issue/request/issueScanRequest.vue @@ -1,11 +1,12 @@