diff --git a/src/views/basic/product/UdiInfoSelectLocalUdi.vue b/src/views/basic/product/UdiInfoSelectLocalUdi.vue index 906175ba..aee35ab9 100644 --- a/src/views/basic/product/UdiInfoSelectLocalUdi.vue +++ b/src/views/basic/product/UdiInfoSelectLocalUdi.vue @@ -540,7 +540,7 @@ export default { }, checkCombine() { - if (isBlank(this.relId)) { + if(isBlank(this.relId)) { this.checkedUdi(); } else { this.$confirm("是否确定关联DI产品名称:" + this.cpmctymc1 + ":与第三方产品名称" + this.data.cpmctymc, "提示", { @@ -558,6 +558,7 @@ export default { let selectData = this.multipleUdiSelection; let selected = null; if (this.multipleUdiSelection.length == 0) { + this.$message.warning('请选入产品!'); if (this.relId != null) { this.combineQuery.relId = this.relId; this.combineQuery.keys.push(this.currentRow.uuid); diff --git a/src/views/basic/product/udiInfoManageSp.vue b/src/views/basic/product/udiInfoManageSp.vue index 5fd6ce7a..b54a9cab 100644 --- a/src/views/basic/product/udiInfoManageSp.vue +++ b/src/views/basic/product/udiInfoManageSp.vue @@ -572,6 +572,7 @@ export default { this.selectLocalVisible = false; this.selectVersionVisible = false; this.selectProductVisible = false; + this.getList(); }, onAddSubmit() { if (this.checked == true) { diff --git a/src/views/inout/IoAuditedOrder.vue b/src/views/inout/IoAuditedOrder.vue index a8af54f9..0cdc26ab 100644 --- a/src/views/inout/IoAuditedOrder.vue +++ b/src/views/inout/IoAuditedOrder.vue @@ -188,10 +188,10 @@ 单据 {{ currentRow.billNo }}-单据详情 - + @@ -274,7 +274,7 @@ 单据 {{ currentRow.billNo }}-扫码明细 - + 单据 {{ currentRow.billNo }}-业务详情 - + @@ -163,10 +163,10 @@ 单据 {{ currentRow.billNo }}-扫码详情 - + @@ -192,7 +192,7 @@ > @@ -251,7 +251,7 @@ 单据 {{ currentRow.billNo }}-扫码明细 - + - +