标准入库流程

This commit is contained in:
zyx.net
2023-02-24 11:26:06 +08:00
parent 42809d43dd
commit 801400f5b3
@@ -2156,7 +2156,7 @@
_this: this
}, res => {
if (!res.ok) {
this.$message.warning('标准号重复')
this.$message.warning(res.message)
return
}
})
@@ -3741,7 +3741,7 @@
}
})
} else {
this.$message.warning('标准号重复')
this.$message.warning(res.message)
return
}
})