wangyi
2025-11-20 74a0a90f56d3960c90f87b013af4b851d8114c99
src/views/basic/gyWarehouse/gyWarehouse.vue
@@ -849,11 +849,11 @@
    },
    //双击行
    handleDblclick(row, column, cell, event) {
      if (this.checkIsIframe) {
        // IFrame 双击 返回当前双击的数据
        window.parent.iframeWareHouseCallBack(row);
        return;
      }
      // if (this.checkIsIframe) {
      //   // IFrame 双击 返回当前双击的数据
      //   window.parent.iframeWareHouseCallBack(row);
      //   return;
      // }
      this.OperationType = 3;
      if (this.openPage) {
        this.$emit('deptEmitDb', row, 2)
@@ -875,11 +875,13 @@
        this.ids = selection.map(item => item.HItemID)
        this.rowForm = selection[0]
      } else {
      this.ids = selection.map((item) => item.HItemID);
      this.single = selection.length != 1;
      this.multiple = !selection.length;
      if (!this.single) {
        this.rowForm = selection[0];
        //多选
        this.ids = selection.map((item) => item.HItemID);
        this.single = selection.length != 1;
        this.multiple = !selection.length;
        if (!this.single) {
          this.rowForm = selection[0];
        }
      }
      }
    },
@@ -1237,7 +1239,6 @@
        this.uploadData = this.getPage(this.uploadPage, this.alluploadList);
      }, 100);
    },
  },
};
</script>
<style>