diff --git a/src/views/basic/locUdi/UdiInfoDb.vue b/src/views/basic/locUdi/UdiInfoDb.vue
index 88d445c0..ad52561c 100644
--- a/src/views/basic/locUdi/UdiInfoDb.vue
+++ b/src/views/basic/locUdi/UdiInfoDb.vue
@@ -97,7 +97,7 @@
-
导入器械信息
-
+ -->
显示/隐藏搜索栏
重置
查询
+ 选入产品
锁定
退回
@@ -145,7 +146,20 @@
-
+
+
+
{
});
},
-
+ selectProduct() {
+ if (this.$isBlank(this.filterQuery.unitFk)) {
+ this.$message.error("请先选择供应商!");
+ return;
+ }
+ this.selectProductVisible = true;
+ },
intentDetail() {
this.isImportUdi = false;
this.selectUdiDialogVisible = true;
@@ -550,6 +571,7 @@ export default {
this.selectErpDialogVisible = false;
this.selectLocalVisible = false;
this.selectVersionVisible = false;
+ this.selectProductVisible = false;
},
onAddSubmit() {
if (this.checked == true) {
@@ -643,6 +665,7 @@ export default {
selectUdi,
selectErp,
selectLocalUdi,
+ selectProduct,
selectDetail
}
,
diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue
index bdb9f073..77a44cab 100644
--- a/src/views/system/dept/invWarehouse.vue
+++ b/src/views/system/dept/invWarehouse.vue
@@ -9,14 +9,7 @@
placeholder="仓库名称"
>
-
-
+
@@ -33,6 +26,7 @@