Commit 90c24383 by linjinhong

添加没有生产单提示

parent 76651678
......@@ -417,6 +417,9 @@ export default {
this.$refs.searchRef.focus();
} catch (err) {
console.log(err);
if (!err.data) {
this.$message.error("该生产单号不存在");
}
this.productionNo = "";
this.$refs.searchRef.focus();
} finally {
......
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