1
admin
2026-02-01 ce34773d58c50449fa5279e1f3430b8b020eb448
src/page/user/Warehouse/Stockdetail.vue
@@ -197,7 +197,10 @@
      if (res.status === 0) {
        this.finished = false;
        Notify({ type: "success", message: res.msg });
        this.$router.go(-1);
        // this.$router.go(-1);
        this.$router.push({
          path: "/tradeNew",
        });
      } else {
        Notify({ type: "danger", message: res.msg });
      }
@@ -214,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 });
      }