From 2295643a7efeacbcaa0b909a0d4967b957f96241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8A=B2=E9=BE=99?= <2860996570@qq.com> Date: Thu, 2 Nov 2023 13:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/Myapi/frimCenter/index.js | 16 ++ .../components/descriptionsbianji/index.vue | 250 ++++++++++++++++++ .../drugInfo/drugBasicInfo/drugBasicInfo.vue | 10 +- 3 files changed, 273 insertions(+), 3 deletions(-) create mode 100644 src/views/firmContent/components/descriptionsbianji/index.vue diff --git a/src/api/Myapi/frimCenter/index.js b/src/api/Myapi/frimCenter/index.js index 1bb462f..af4041c 100644 --- a/src/api/Myapi/frimCenter/index.js +++ b/src/api/Myapi/frimCenter/index.js @@ -110,4 +110,20 @@ export default { method: "get", }); }, +//新增或者修改药品以及化妆品关联的消息 + productInto(data) { + return request({ + url: `/pharmaceuticals/productInto`, + method: "post", + data + }); + }, + //通过批准文号-备案号查询单条药品以及化妆品关联的消息 + findByApproveNo(params) { + return request({ + url: `/pharmaceuticals/productInto/findByApproveNo`, + method: "get", + params + }); + }, }; diff --git a/src/views/firmContent/components/descriptionsbianji/index.vue b/src/views/firmContent/components/descriptionsbianji/index.vue new file mode 100644 index 0000000..d226972 --- /dev/null +++ b/src/views/firmContent/components/descriptionsbianji/index.vue @@ -0,0 +1,250 @@ + + + diff --git a/src/views/firmContent/drugInfo/drugBasicInfo/drugBasicInfo.vue b/src/views/firmContent/drugInfo/drugBasicInfo/drugBasicInfo.vue index ec66378..36c6c11 100644 --- a/src/views/firmContent/drugInfo/drugBasicInfo/drugBasicInfo.vue +++ b/src/views/firmContent/drugInfo/drugBasicInfo/drugBasicInfo.vue @@ -200,7 +200,7 @@
- +
@@ -208,6 +208,7 @@