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 {