From cc33f0cd0c0690452017e5f36bed5b8341e15cf3 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期三, 08 四月 2026 20:18:27 +0800
Subject: [PATCH] 直接调拨单修复
---
src/views/component/CurrencyDialog/index.vue | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/views/component/CurrencyDialog/index.vue b/src/views/component/CurrencyDialog/index.vue
index 68e2363..611c758 100644
--- a/src/views/component/CurrencyDialog/index.vue
+++ b/src/views/component/CurrencyDialog/index.vue
@@ -598,7 +598,14 @@
handleDblclick(row, column, cell, event) {
this.OperationType = 3
if (this.openPage) {
- this.$emit('deptEmitDb', row, 2)
+ if(this.openPage == 'Kf_StockOutRequestBill'){
+ this.$emit('deptEmitDb', row, 10)
+ this.closeDialog();
+ }
+ else{
+ this.$emit('deptEmitDb', row, 2)
+ this.closeDialog();
+ }
} else {
this.handleEdit();
}
--
Gitblit v1.9.1