From 0e8d97225cd3bd884ff75de6a09eb05659028ee9 Mon Sep 17 00:00:00 2001 From: 13507605001 Date: Fri, 9 Dec 2022 11:23:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=8B=E5=8A=A8=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A8=A1=E6=9D=BF=E5=8A=A8=E6=80=81=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8A=9F=E8=83=BD;=20=E4=BF=AE=E5=A4=8D=E5=B7=B2=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E5=90=8E=E9=A1=B5=E9=9D=A2=E6=95=B0=E6=8D=AE=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E9=97=AE=E9=A2=98=20=E4=BF=AE=E5=A4=8D=E6=9F=9C?= =?UTF-8?q?=E4=BD=93=E7=A6=81=E6=AD=A2=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E9=97=AE=E9=A2=98;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 2 +- src/api/reagent/warehousing.js | 9 ++++ src/components/ReagentForm/index.vue | 55 ++++++++++++++++++++++++- src/views/reagent/client/index.vue | 8 ++-- src/views/reagent/warehousing/index.vue | 34 +++++++++++---- 5 files changed, 93 insertions(+), 15 deletions(-) diff --git a/.eslintignore b/.eslintignore index e6529fc..d4a8624 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ build/*.js -src/assets +src/* public dist diff --git a/src/api/reagent/warehousing.js b/src/api/reagent/warehousing.js index 1a46324..cff08c6 100644 --- a/src/api/reagent/warehousing.js +++ b/src/api/reagent/warehousing.js @@ -69,3 +69,12 @@ export function pring_bar_code(data) { data }) } + +// /api/drug_tmplate/pring_bar_code +export function get_drug_group_list(data) { + return request({ + url: '/api/drug_tmplate/get_drug_group_list', + method: 'post', + data + }) +} diff --git a/src/components/ReagentForm/index.vue b/src/components/ReagentForm/index.vue index 7e3508e..52fe145 100644 --- a/src/components/ReagentForm/index.vue +++ b/src/components/ReagentForm/index.vue @@ -4,7 +4,16 @@ - + + @@ -125,6 +134,8 @@