From b88e8479ef1cbb05f73f80395d55349621b91f46 Mon Sep 17 00:00:00 2001 From: my_ong <429426262@qq.com> Date: Tue, 10 Dec 2024 11:34:00 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20=E4=BF=AE=E6=94=B9eslint=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E7=9A=84=E4=BB=A3=E7=A0=81=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stock/component/atocktaking.vue | 27 - src/views/stock/component/scan-form.vue | 365 +++++------ src/views/stock/component/stock-taking.vue | 32 + .../stock/stocktaking/stocktaking-page.vue | 578 +++++++++--------- 4 files changed, 516 insertions(+), 486 deletions(-) delete mode 100644 src/views/stock/component/atocktaking.vue create mode 100644 src/views/stock/component/stock-taking.vue diff --git a/src/views/stock/component/atocktaking.vue b/src/views/stock/component/atocktaking.vue deleted file mode 100644 index 0c8b3f2..0000000 --- a/src/views/stock/component/atocktaking.vue +++ /dev/null @@ -1,27 +0,0 @@ - - diff --git a/src/views/stock/component/scan-form.vue b/src/views/stock/component/scan-form.vue index d90c777..3e1dbfd 100644 --- a/src/views/stock/component/scan-form.vue +++ b/src/views/stock/component/scan-form.vue @@ -1,202 +1,207 @@ diff --git a/src/views/stock/component/stock-taking.vue b/src/views/stock/component/stock-taking.vue new file mode 100644 index 0000000..4faecd9 --- /dev/null +++ b/src/views/stock/component/stock-taking.vue @@ -0,0 +1,32 @@ + + diff --git a/src/views/stock/stocktaking/stocktaking-page.vue b/src/views/stock/stocktaking/stocktaking-page.vue index a3f2f10..46ddc51 100644 --- a/src/views/stock/stocktaking/stocktaking-page.vue +++ b/src/views/stock/stocktaking/stocktaking-page.vue @@ -1,303 +1,323 @@