From 09d43ab66266568d235340f84358a7f791dc67bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Thu, 9 Mar 2023 14:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=97=E6=9D=90=E5=AD=97=E5=85=B8=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/product/product.vue | 102 ++---- src/views/basic/product/productEdit.vue | 269 +++++++++++++- .../basic/product/udiInfoselectErpUdi.vue | 341 ++++++------------ 3 files changed, 394 insertions(+), 318 deletions(-) diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue index f344f400..f49e310c 100644 --- a/src/views/basic/product/product.vue +++ b/src/views/basic/product/product.vue @@ -180,40 +180,12 @@ - - - + + + - - - - @@ -223,49 +195,12 @@ margin-bottom: 8px"> 产品标识: -
- 解绑DI器械信息 - -
- - - - - - - - - + + + + + +
@@ -1038,7 +973,13 @@ >
@@ -1646,7 +1587,6 @@ export default { }); }, closeUdi(val) { - debugger this.selectUdiDialogVisible = false; this.selectErpDialogVisible = false; this.selectLocalVisible = false; @@ -1682,6 +1622,18 @@ export default { this.editSingleDiDialogVisible = true; }, diEdit(row) { + this.uuid = row.uuid; + this.relId = row.id; + this.isImport = false; + this.thisData = row; + this.pId = row.id; + this.relevanceEdit = { + id: row.id, + isUseDy: row.isUseDy, + isDisable: row.isDisable, + isLock: row.isLock, + isAdavence: row.isAdavence, + }; this.editFormat = JSON.parse(JSON.stringify(row)); this.editDiDialogVisible = true; }, diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue index e9b79919..60736e1f 100644 --- a/src/views/basic/product/productEdit.vue +++ b/src/views/basic/product/productEdit.vue @@ -7,10 +7,50 @@ border label-width="120px" > - + + + + + + + + + + + + + + + +
+ 产品标识: +
+
+ 解绑DI器械信息 +
+ + + + + + + + + +
-
- + + + + + + + + +
+ 提交 + + 取消 + +
+