From 84bc1af19f5dded03d1bbdf89be546b35bf115b9 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 21 一月 2026 15:13:55 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/basic/gyCartypelist/gyCartypelist.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/basic/gyCartypelist/gyCartypelist.vue b/src/views/basic/gyCartypelist/gyCartypelist.vue
index e05f100..0c9388c 100644
--- a/src/views/basic/gyCartypelist/gyCartypelist.vue
+++ b/src/views/basic/gyCartypelist/gyCartypelist.vue
@@ -175,6 +175,7 @@
   components: { RowSettings, Edit },
   props: {
     openPage: { type: String, },
+    volume:{},
   },
   data() {
     return {
@@ -434,7 +435,7 @@
       this.$refs.tableData.toggleRowSelection(row);
       if (this.openPage) {
         //this.$emit('carTypeEmit', row, 1)
-        this.$emit('deptEmitDb', row, 7)
+        this.$emit('deptEmit', row, 13)
       }
     },
     
@@ -457,7 +458,7 @@
       this.OperationType = 3
       if (this.openPage) {
         //this.$emit('carTypeEmitDb', row, 1)
-        this.$emit('deptEmitDb', row, 7)
+        this.$emit('deptEmitDb', row, 13)
       } else {
         this.handleEdit();
       }

--
Gitblit v1.9.1