Commit fea7e719 authored by 我在何方's avatar 我在何方

空运到仓优化

parent 21f7b76c
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,7 @@ export default {
const { keyName } = this.$attrs.currNode; const { keyName } = this.$attrs.currNode;
const ulStatus = this.$attrs.shipmentObj[keyName]; const ulStatus = this.$attrs.shipmentObj[keyName];
if (ulStatus !== 185) { if (ulStatus !== 185) {
this.$message.error(this.$t("请先通过卸柜审批")); this.$message.error(this.$t("请先通过完成到仓审核"));
return; return;
} }
} }
......
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