From a30b3f8e6d0735fdd240de585ae596abefe62317 Mon Sep 17 00:00:00 2001
From: dytyqx <1342948614@qq.com>
Date: 星期二, 31 三月 2026 20:21:56 +0800
Subject: [PATCH] 1

---
 src/views/component/CurrencyDialog/index.vue |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/src/views/component/CurrencyDialog/index.vue b/src/views/component/CurrencyDialog/index.vue
index 7a6a636..3918d0a 100644
--- a/src/views/component/CurrencyDialog/index.vue
+++ b/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 = {}

--
Gitblit v1.9.1