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

空运出货到仓优化

parent a7b6cdcd
......@@ -221,7 +221,7 @@ export default {
if ([186].includes(unStatus)) {
this.currentComponent = `reviewWidget`;
this.$set(this.dialogConfig, "width", "700px");
this.$set(this.dialogConfig, "title", this.$t("卸柜反审"));
this.$set(this.dialogConfig, "title", this.$t("到仓反审"));
}
break;
}
......
......@@ -192,7 +192,7 @@ export default {
if ([186].includes(unStatus)) {
this.currentComponent = `reviewWidget`;
this.$set(this.dialogConfig, "width", "700px");
this.$set(this.dialogConfig, "title", this.$t("到仓反审"));
this.$set(this.dialogConfig, "title", this.$t("卸柜反审"));
}
break;
}
......
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