Commit f9b9fb17 authored by 高宇's avatar 高宇

1.入库进入页面时XX选中

parent 4fe89855
...@@ -210,7 +210,12 @@ export default { ...@@ -210,7 +210,12 @@ export default {
that.$refs['input' + index].focus() that.$refs['input' + index].focus()
}) })
} else { } else {
this.$message.error('数据库中无对应值,请重新输入') this.$message.error('location不匹配,请重新输入')
this.responsePn = null
this.form.location = null
this.form.labelId = null
this.form.pn = null
this.form.qty = null
} }
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment