Commit 21e7e7e5 authored by dragondean@qq.com's avatar dragondean@qq.com

优化出货仓库页面提示

parent 019d4da1
......@@ -881,7 +881,7 @@ export default {
.then((r) => {
this.submitting = false
if (r.data) {
this.$message.success(r.msg || "入仓修改发起成功")
this.$message.success(this.$t("入仓修改发起成功"))
this.handleClose()
} else {
this.$message.success(r.msg || "入仓修改发起失败")
......@@ -914,7 +914,7 @@ export default {
.then((r) => {
this.submitting = false
if (r.data) {
this.$message.success("入仓成功")
this.$message.success(this.isShipment ? this.$t('入仓追加已提交审批') : this.$t("入仓成功"))
this.handleClose()
} else {
this.$message.success("入仓失败")
......
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