From 78fe874ec0204b32969246eceae3be34443ecf6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com>
Date: Fri, 14 Jul 2023 15:23:37 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E6=AC=A1=E5=87=BA=E5=BA=93bug?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/muti/ioOrderMutiEditDialog.vue | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/inout/muti/ioOrderMutiEditDialog.vue b/src/views/inout/muti/ioOrderMutiEditDialog.vue
index 95732523..99b8af44 100644
--- a/src/views/inout/muti/ioOrderMutiEditDialog.vue
+++ b/src/views/inout/muti/ioOrderMutiEditDialog.vue
@@ -10,7 +10,7 @@
+ :disabled="detailList.length>0 || this.formName==2" placeholder="请输入UDI" clearable>
@@ -220,6 +220,7 @@ export default {
this.pId = response.data;
filterMutiList({id: this.pId}).then((response) => {
if (response.code == 20000) {
+ this.showFlg=true;
this.inputQuery.cpmctymc = response.data.data.cpmctymc
this.inputQuery.ggxh = response.data.data.ggxh
this.inputQuery.totalCount = response.data.data.totalCount
@@ -257,7 +258,8 @@ export default {
this.inputQuery.useCount = response.data.data.useCount
this.$refs.fromCorpInputRef.focus();
this.checkType=null;
- this.showFlg=false;
+ this.showFlg=true;
+ this.formName=2
this.enterKeyup();
} else {
this.$refs.markInputRef.focus();
@@ -427,6 +429,7 @@ export default {
this.inputQuery.useCount = response.data.useCount
this.pId = response.data.id;
this.showFlg=true;
+ this.formName=2
this.$refs.fromCorpInputRef.focus();
this.selectMutiDetailList()
} else {