Commit 4fe89855 authored by 高宇's avatar 高宇

Merge remote-tracking branch 'origin/template_pda_vue' into template_pda_vue

parents c7209277 a9f80a27
......@@ -285,6 +285,17 @@ export default {
if (this.responsePn && this.responsePn !== '') {
if (this.form.pn !== this.responsePn) {
this.$message.error('您输入的pn与返回pn的不一样')
} else {
addIncomeWmsBox(this.form).then(res => {
if (res.code === 200) {
this.$message.success('保存成功')
this.resetForm()
this.getOrderCode()
this.$nextTick().then(() => {
this.$refs.input1.focus()
})
}
})
}
} else {
addIncomeWmsBox(this.form).then(res => {
......
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