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 |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index e5de928..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"
@@ -82,11 +82,6 @@
 		prop: "productModelName",
 		minWidth: 140
 	},
-  {
-    label: "瑙勬牸鍨嬪彿",
-    prop: "drawingNumber",
-    minWidth: 160
-  },
   {
     label: "鐗堟湰鍙�",
     prop: "version",

--
Gitblit v1.9.3