@@ -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器械信息
+
+
+
+
+
+
+
+
+ 编辑
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+ 提交
+
+ 取消
+
+
+