From aac76f64bb882834b867617d2342e00c9e2a930f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期日, 04 一月 2026 15:48:31 +0800
Subject: [PATCH] 海川开心: 1.弹框可以拖拽 2.入库管理的材料入库不要数量字段 3.质量管理一些字段赋默认值 4.材料入库删除接口传参修改
---
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