From c9086dd79b5f0e7dfe49582c9b9c91180bee22b5 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期三, 01 四月 2026 01:10:56 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/component/CurrencyDialog/index.vue |   30 +++++++++---------------------
 1 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/src/views/component/CurrencyDialog/index.vue b/src/views/component/CurrencyDialog/index.vue
index 3918d0a..611c758 100644
--- a/src/views/component/CurrencyDialog/index.vue
+++ b/src/views/component/CurrencyDialog/index.vue
@@ -596,32 +596,20 @@
     },
     //鍙屽嚮琛�
     handleDblclick(row, column, cell, event) {
-      if (this.checkIsIframe()) {
-        window.parent.iframeCurrencyCallBack(row);
-        return;
-      }
-      this.OperationType = 3;
+      this.OperationType = 3
       if (this.openPage) {
-        this.$emit('deptEmitDb', row, 2)
-        this.closeDialog();
+        if(this.openPage == 'Kf_StockOutRequestBill'){
+          this.$emit('deptEmitDb', row, 10)
+          this.closeDialog();
+        }
+        else{
+          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