refactor(入库计划): rfid验证方法增加错误提示

This commit is contained in:
Kelvin 2024-11-29 09:36:04 +08:00
parent 49297c6870
commit bdd3af76df

View File

@ -280,6 +280,8 @@ export default {
issueInTaskWcsDJ(param).then(res => {
this.$modal.msgSuccess("下发成功");
})
} else {
console.error("入库类型不匹配: " + task.planTypeCode)
}
},
/**