From f0f6118207533ea61a63444a3c09f47bb1886f60 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期四, 16 四月 2026 14:52:50 +0800
Subject: [PATCH] 修复BOM 保存返回跳转页面
---
src/views/productionManagement/productStructure/Detail/index.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/views/productionManagement/productStructure/Detail/index.vue b/src/views/productionManagement/productStructure/Detail/index.vue
index ec4a849..9df514d 100644
--- a/src/views/productionManagement/productStructure/Detail/index.vue
+++ b/src/views/productionManagement/productStructure/Detail/index.vue
@@ -40,7 +40,7 @@
<el-table-column prop="productName"
label="浜у搧" />
<el-table-column prop="model"
- label="鍥剧焊缂栧彿">
+ label="瑙勬牸鍨嬪彿">
<template #default="{ row, $index }">
<el-form-item v-if="dataValue.isEdit"
:rules="[{ required: true, message: '璇烽�夋嫨瑙勬牸', trigger: ['blur','change'] }]"
@@ -149,7 +149,7 @@
prop="bomNo" />
<el-table-column label="浜у搧鍚嶇О"
prop="productName" />
- <el-table-column label="鍥剧焊缂栧彿"
+ <el-table-column label="瑙勬牸鍨嬪彿"
prop="model" />
</el-table>
<product-select-dialog v-if="dataValue.showProductDialog"
@@ -424,7 +424,6 @@
// 鍏堣繘琛岃〃鍗曟牎楠�
const valid = validateAll();
- console.log(dataValue.dataList, "dataValue.dataList");
if (valid) {
add({
bomId: routeId.value,
@@ -432,7 +431,7 @@
})
.then(res => {
router.push({
- path: "/productionManagement/productionManagement/productStructure/index",
+ path: "/salesManagement/productionManagement/productStructure/index",
});
ElMessage.success("淇濆瓨鎴愬姛");
dataValue.loading = false;
--
Gitblit v1.9.3