qushaowei
2025-06-06 4f551d4c40d7c37a8e4f62b9deb43b3991c88a42
src/views/tms/WarehouseList.vue
@@ -267,6 +267,12 @@
      this.$bus.$off('getCurrSelected', this.handleGetCurrSelected);
    },
    methods: {
      handleAdd: function () {
        const nextSeq = Number(this.dataSource[this.dataSource.length - 1].seq) + 1
        this.$refs.modalForm.add(nextSeq);
        this.$refs.modalForm.title = "新增";
        this.$refs.modalForm.disableSubmit = false;
      },
      handleStatus(record) {
        getAction(this.url.list, { parentId: record.id }).then((res) => {
          if (res.success) {