Commit e42de992 authored by zhoutong's avatar zhoutong

后台理货,批量理货-提交,提示未修改货位,无法理货,理货不一定会修改储位

parent b5a9563c
......@@ -85,7 +85,9 @@ export default {
});
if (orderLocationList.length === 0) {
this.$message.error(this.$t("没有需要修改储位的订单"));
serviceMsg({code: 0}, this).then(() => {
this.$emit("closeDialog", "query");
});
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