refactor(入库计划): rfid验证方法增加错误提示
This commit is contained in:
parent
49297c6870
commit
bdd3af76df
@ -280,6 +280,8 @@ export default {
|
||||
issueInTaskWcsDJ(param).then(res => {
|
||||
this.$modal.msgSuccess("下发成功");
|
||||
})
|
||||
} else {
|
||||
console.error("入库类型不匹配: " + task.planTypeCode)
|
||||
}
|
||||
},
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user