From 600d741431308365cfe4387ae5305d945bcd9eca Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 24 四月 2026 13:30:32 +0800
Subject: [PATCH] fix: 库存管理厚度字段回显
---
src/views/productionManagement/processRoute/processRouteItem/index.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/processRoute/processRouteItem/index.vue b/src/views/productionManagement/processRoute/processRouteItem/index.vue
index 0eb639d..c1c490c 100644
--- a/src/views/productionManagement/processRoute/processRouteItem/index.vue
+++ b/src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -202,8 +202,8 @@
</el-form>
<template #footer>
- <el-button @click="closeDialog">鍙栨秷</el-button>
<el-button type="primary" @click="handleSubmit" :loading="submitLoading">纭畾</el-button>
+ <el-button @click="closeDialog">鍙栨秷</el-button>
</template>
</el-dialog>
@@ -342,7 +342,6 @@
// 缂栬緫
const handleEdit = (row) => {
- console.log(1111, row.isQuality);
operationType.value = 'edit';
form.value = {
id: row.id,
--
Gitblit v1.9.3