From 6829c9b4d3f6cd0573d83523ac82d0a72e86a195 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期四, 16 四月 2026 15:36:42 +0800
Subject: [PATCH] fix(production): 修正生产报表审核人字段映射
---
src/views/productionManagement/productStructure/Detail/index.vue | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/views/productionManagement/productStructure/Detail/index.vue b/src/views/productionManagement/productStructure/Detail/index.vue
index ec4a849..e437a44 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,16 +424,13 @@
// 鍏堣繘琛岃〃鍗曟牎楠�
const valid = validateAll();
- console.log(dataValue.dataList, "dataValue.dataList");
if (valid) {
add({
bomId: routeId.value,
children: dataValue.dataList || [],
})
.then(res => {
- router.push({
- path: "/productionManagement/productionManagement/productStructure/index",
- });
+ router.go(-1);
ElMessage.success("淇濆瓨鎴愬姛");
dataValue.loading = false;
})
--
Gitblit v1.9.3