1
admin
2026-02-01 ce34773d58c50449fa5279e1f3430b8b020eb448
src/page/user/Warehouse/Stockdetail.vue
@@ -142,7 +142,7 @@
    return {
      pages: {},
      ordernum: "",
      actions: [{ text: '确定', key: '1' }, { text: '取消', key: '2' }],
      actions: [{ text: this.$t('确定'), key: '1' }, { text: this.$t('取消'), key: '2' }],
      showPopover: false,
    };
  },
@@ -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 });
      }