From 9b0ee652e8ac293d3a35539ed95af753df5bbc96 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 23 三月 2026 13:52:09 +0800
Subject: [PATCH] 新疆海川开心 1.开票登记、来票登记传id值错误问题
---
src/views/basicData/product/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index 85aefc2..350a704 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -97,7 +97,7 @@
@pagination="pagination"
></PIMTable>
</div>
- <el-dialog v-model="productDia" title="浜у搧" width="400px" @keydown.enter.prevent>
+ <el-dialog v-model="productDia" title="浜у搧" width="400px" @keydown.enter.prevent draggable>
<el-form
:model="form"
label-width="140px"
@@ -128,6 +128,7 @@
<el-dialog
v-model="modelDia"
title="瑙勬牸鍨嬪彿"
+ draggable
width="400px"
@close="closeModelDia"
@keydown.enter.prevent
--
Gitblit v1.9.3