From e0e0c804f24557f6c1c7eed6a02dde5cf4b155d1 Mon Sep 17 00:00:00 2001
From: dytyqx <1342948614@qq.com>
Date: 星期二, 31 三月 2026 22:41:03 +0800
Subject: [PATCH] 1
---
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