1
dytyqx
17 小时以前 a30b3f8e6d0735fdd240de585ae596abefe62317
src/views/component/CurrencyDialog/index.vue
@@ -596,18 +596,32 @@
    },
    //双击行
    handleDblclick(row, column, cell, event) {
      this.OperationType = 3
      if (this.openPage) {
        if(this.openPage='Kf_StockOutRequestBill')
      {
        this.$emit('deptEmitDb', row, 10)
      if (this.checkIsIframe()) {
        window.parent.iframeCurrencyCallBack(row);
        return;
      }
      else
      this.OperationType = 3;
      if (this.openPage) {
        this.$emit('deptEmitDb', row, 2)
        this.closeDialog();
      } else {
        this.handleEdit();
      }
    },
    // handleDblclick(row, column, cell, event) {
    //   this.OperationType = 3
    //   if (this.openPage) {
    //     if(this.openPage='Kf_StockOutRequestBill')
    //   {
    //     this.$emit('deptEmitDb', row, 10)
    //   }
    //   else{
    //     this.$emit('deptEmitDb', row, 2)
    //   }
    //   } else {
    //     this.handleEdit();
    //   }
    // },
    // 多选框选中数据
    handleSelectionChange(selection) {
      // this.rowForm = {}