From 79fb20a2102f2d6a050b83f20477aa13b221f096 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 26 三月 2026 09:16:29 +0800
Subject: [PATCH] 军泰伟业 1.bom添加可以按bom添加物料清单功能,并不用绑定工序
---
src/views/productionManagement/productStructure/index.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index 1ae3f77..93f9112 100644
--- a/src/views/productionManagement/productStructure/index.vue
+++ b/src/views/productionManagement/productStructure/index.vue
@@ -1,11 +1,11 @@
<template>
<div class="app-container">
<div style="text-align: right; margin-bottom: 10px;">
+ <el-button type="primary" @click="handleAdd">鏂板</el-button>
<el-button type="info" plain icon="Upload" @click="handleImport"
v-hasPermi="['product:bom:import']">瀵煎叆</el-button>
<el-button type="warning" plain icon="Download" @click="handleExport" :disabled="selectedRows.length !== 1"
v-hasPermi="['product:bom:export']">瀵煎嚭</el-button>
- <el-button type="primary" @click="handleAdd">鏂板</el-button>
<el-button type="danger" plain @click="handleBatchDelete" :disabled="selectedRows.length === 0">鍒犻櫎</el-button>
</div>
<PIMTable rowKey="id" :column="tableColumn" :tableData="tableData" :page="page" :isSelection="true"
@@ -77,11 +77,11 @@
minWidth: 160
},
- {
- label: "瑙勬牸鍨嬪彿",
- prop: "productModelName",
- minWidth: 140
- },
+ {
+ label: "鍥剧焊缂栧彿",
+ prop: "productModelName",
+ minWidth: 140
+ },
{
label: "鐗堟湰鍙�",
prop: "version",
@@ -420,6 +420,7 @@
path: '/productionManagement/productStructureDetail',
query: {
id: row.id,
+ drawingNumber: row.drawingNumber || "",
bomNo: row.bomNo || '',
productName: row.productName || '',
productModelName: row.productModelName || ''
--
Gitblit v1.9.3