1
admin
2026-02-01 ce34773d58c50449fa5279e1f3430b8b020eb448
1
1 files modified
7 ■■■■ changed files
src/page/user/Warehouse/Stockdetail.vue 7 ●●●● patch | view | raw | blame | history
src/page/user/Warehouse/Stockdetail.vue
@@ -199,8 +199,8 @@
        Notify({ type: "success", message: res.msg });
        // this.$router.go(-1);
        this.$router.push({
        path: "/tradeNew",
      });
          path: "/tradeNew",
        });
      } else {
        Notify({ type: "danger", message: res.msg });
      }
@@ -217,6 +217,9 @@
      });
      if (res.status === 0) {
        Notify({ type: "success", message: res.msg });
        this.$router.push({
          path: "/tradeNew",
        });
      } else {
        Notify({ type: "danger", message: res.msg });
      }