Commit 5a4e032a authored by 李驰骋's avatar 李驰骋

工单合并提示信息调整

parent 6c8af292
...@@ -1236,7 +1236,7 @@ export default { ...@@ -1236,7 +1236,7 @@ export default {
console.log("00000", ids); console.log("00000", ids);
return addProtaskList(ids); return addProtaskList(ids);
} else { } else {
this.$modal.msgWarning("存在未设置编码单的任务单,请确认后再试!"); this.$modal.msgWarning("存在未编排工单,请编排后再试!");
return Promise.reject(); // 或者返回一个已解决的Promise以停止链式调用 return Promise.reject(); // 或者返回一个已解决的Promise以停止链式调用
} }
}) })
......
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