1
admin
2026-02-01 ce34773d58c50449fa5279e1f3430b8b020eb448
1
1 files modified
3 ■■■■■ changed files
src/page/user/Warehouse/Stockdetail.vue 3 ●●●●● patch | view | raw | blame | history
src/page/user/Warehouse/Stockdetail.vue
@@ -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 });
      }