From 9b510d18aa43fdac858237b38676854734875067 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 16 Jan 2023 17:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=97=E6=9D=90=E5=AD=97=E5=85=B8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E9=80=89=E5=85=A5=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basic/product/udiRelevance.js | 9 + ...lectErpUdi.vue => UdiInfoSelectErpUdi.vue} | 534 +++++++-------- .../basic/product/UdiInfoSelectLocalUdi.vue | 632 ++++++++---------- ...InfoRelevance.vue => UdiInfoSelectRel.vue} | 444 ++++++------ src/views/basic/product/product.vue | 93 ++- src/views/basic/product/productEdit.vue | 42 +- src/views/basic/product/productSingleEdit.vue | 64 ++ 7 files changed, 947 insertions(+), 871 deletions(-) rename src/views/basic/product/{UdiInfoselectErpUdi.vue => UdiInfoSelectErpUdi.vue} (51%) rename src/views/basic/product/{UdiInfoRelevance.vue => UdiInfoSelectRel.vue} (56%) create mode 100644 src/views/basic/product/productSingleEdit.vue diff --git a/src/api/basic/product/udiRelevance.js b/src/api/basic/product/udiRelevance.js index d564b3ae..e74c7e3c 100644 --- a/src/api/basic/product/udiRelevance.js +++ b/src/api/basic/product/udiRelevance.js @@ -51,6 +51,15 @@ export function updatetUdiInfos(query) { } +export function updatetSingleUdiInfo(query) { + return axios({ + url: "/udi/udirel/update/di", + method: "post", + data: query + }); +} + + export function checkExitUdi(query) { return axios({ url: "/udi/udirel/check/udi", diff --git a/src/views/basic/product/UdiInfoselectErpUdi.vue b/src/views/basic/product/UdiInfoSelectErpUdi.vue similarity index 51% rename from src/views/basic/product/UdiInfoselectErpUdi.vue rename to src/views/basic/product/UdiInfoSelectErpUdi.vue index 996d8d99..ded05d9e 100644 --- a/src/views/basic/product/UdiInfoselectErpUdi.vue +++ b/src/views/basic/product/UdiInfoSelectErpUdi.vue @@ -2,88 +2,102 @@
- + - - - - - - - - - - - - - - - - - - - - - - - {{ item.thirdName }} - {{ item.thirdId }} - - - - - - - - - 查询 - 选入 - - 结果全部选入 - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.thirdName }} + {{ item.thirdId }} + + + + + +
+ + 显示/隐藏搜索栏 + 重置 + 查询 + 选入 + + 结果全部选入 + + +
+ + + @@ -93,213 +107,170 @@ width="55" > - - - - - - - + + + + + + + - + :page.sync="erpQuery.page" + :limit.sync="erpQuery.limit" + @pagination="getErpList" + />
-
- - -
-
- 产品名称:  -
- -
-
- -
-
- 产品标识:  -
- -
-
- - -
- - -
-
- 规格型号:  -
- -
-
- -
-
- 医疗器械注册人:  -
- -
-
- -
- - - -
-
- 注册人英文名称:  -
- -
-
- -
-
- 器械类别:  -
- -
-
-
- - -
-
- 产品类别:  -
- -
-
- -
-
- 分类编码:  -
- -
-
- -
- - - -
-
- 商品条码:  -
- -
-
- -
-
- 医保编码:  -
- -
-
-
- - - -
-
- 统一社会信用号:  -
- -
-
- -
-
- 注册证/备案号:  -
- -
-
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -394,6 +365,7 @@ export default { multipleUdiSelection: [], thirdSys: [], thirdSysFk: null, + showSearch: true, }; }, methods: { @@ -434,7 +406,9 @@ export default { this.erpQuery.page = val; this.getErpList(); }, - + hideSearch() { + this.showSearch = !this.showSearch; + }, searchErpList() { this.erpQuery.page = 1; this.getErpList(); @@ -680,4 +654,12 @@ div /deep/ .el-table .warning-row { div /deep/ .el-table .success-row { background: #ffffff; } + + +.query-form-item { + display: block !important; + margin-right: 10px; + margin-bottom: 5px; +} + diff --git a/src/views/basic/product/UdiInfoSelectLocalUdi.vue b/src/views/basic/product/UdiInfoSelectLocalUdi.vue index 6e941d72..32a6b31c 100644 --- a/src/views/basic/product/UdiInfoSelectLocalUdi.vue +++ b/src/views/basic/product/UdiInfoSelectLocalUdi.vue @@ -2,7 +2,7 @@
- + @@ -17,30 +17,30 @@ {{ item.ylqxzcrbarmc }} @@ -50,112 +50,99 @@ - - - - - - - - - 查询 - - 选入 - - - - - - - - +
+ + 显示/隐藏搜索栏 + 重置 + 查询 + 选入 + + +
+ +