From 84ca59a200967b17ea771e8332e312183becc604 Mon Sep 17 00:00:00 2001 From: MrZhai Date: Wed, 16 Mar 2022 15:29:05 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BA=A7=E5=93=81=E4=BF=A1=E6=81=AF=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/thrsys/thrProducts.js | 8 + src/views/thrsys/ThrProducts.vue | 297 ++++++++++++++++++++++++++++++- 2 files changed, 297 insertions(+), 8 deletions(-) diff --git a/src/api/thrsys/thrProducts.js b/src/api/thrsys/thrProducts.js index 02d376b..0b70e04 100644 --- a/src/api/thrsys/thrProducts.js +++ b/src/api/thrsys/thrProducts.js @@ -31,6 +31,7 @@ export function downloadAll(query) { params: query }); } + export function productsDlAll(query) { return axios({ url: "/udiwms/thrsys/products/productsDlAll", @@ -39,3 +40,10 @@ export function productsDlAll(query) { }); } +export function saveNewProduct(data) { + return axios({ + url: '/udiwms/udiinfo/erp/products/saveProduct', + method: 'post', + data: data + }) +} diff --git a/src/views/thrsys/ThrProducts.vue b/src/views/thrsys/ThrProducts.vue index 1c2368a..5c88cde 100644 --- a/src/views/thrsys/ThrProducts.vue +++ b/src/views/thrsys/ThrProducts.vue @@ -5,31 +5,31 @@ @@ -49,6 +49,7 @@ 查询 + 新增 @@ -107,11 +108,258 @@ :data="thisData" > + + + + +
+ + +
+
+ 产品名称:  +
+ +
+
+ +
+
+ 产品标识:  +
+ +
+
+ + +
+ + +
+
+ 注册证号:  +
+ +
+
+ +
+
+ 生产厂家:  +
+ +
+
+ +
+ + +
+
+ 规格型号:  +
+ +
+
+ +
+
+ 计量单位:  +
+ +
+
+ + +
+ + +
+
+ 医疗器械注册人:  +
+ +
+
+ +
+
+ 注册人英文名称:  +
+ +
+
+ +
+ + +
+
+ 产品类别:  +
+ +
+
+ +
+
+ 分类编码:  +
+ +
+
+ +
+ + + +
+
+ 商品条码:  +
+ +
+
+ +
+
+ 医保编码:  +
+ +
+
+
+ + + +
+
+ 统一社会信用号:  +
+ +
+
+ +
+
+ 器械类别:  +
+ +
+
+
+ + + + +
+
+ 产品描述:  +
+ + +
+
+
+
+ +
+ 提交 + 取消 +
+
+
+