diff --git a/src/views/basic/product/udiInfoManageSp.vue b/src/views/basic/product/udiInfoManageSp.vue
index 935734ea..5fd6ce7a 100644
--- a/src/views/basic/product/udiInfoManageSp.vue
+++ b/src/views/basic/product/udiInfoManageSp.vue
@@ -91,6 +91,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
}
,