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/basicData/product/index.vue |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index 48d2011..62550ae 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -254,11 +254,6 @@
     minWidth: 150,
   },
   {
-    label: "宸ヨ壓璺嚎",
-    prop: "routeName",
-    minWidth: 150,
-  },
-  {
     label: "鍗曚綅",
     prop: "unit",
     minWidth: 100,
@@ -390,12 +385,7 @@
     modelForm.value = { ...data };
     modelForm.value.tempFileIds = data.tempFileIds || [];
     modelForm.value.salesLedgerFiles = data.salesLedgerFiles || [];
-    if (data.salesLedgerFiles && data.salesLedgerFiles.length > 0) {
-      drawingFileList.value = data.salesLedgerFiles.map(file => ({
-        name: file.name,
-        url: file.url
-      }));
-    } else if (data.drawingFile) {
+    if (data.drawingFile) {
       drawingFileList.value = [{
         name: data.drawingFile.split('/').pop(),
         url: data.drawingFile

--
Gitblit v1.9.3