From f6811caf6c66d4e2a55393f3b6dc169efd28d863 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 25 四月 2024 14:45:02 +0800
Subject: [PATCH] 修改工艺文件

---
 src/views/technology/document/document-form.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue
index 739b013..29a5b03 100644
--- a/src/views/technology/document/document-form.vue
+++ b/src/views/technology/document/document-form.vue
@@ -130,10 +130,10 @@
               </el-col>
               <el-col :span="6">
                 <el-form-item label="BOM" prop="bomId">
-                  <el-select 
-                    :disabled="dataForm.id != null" 
-                    v-model="dataForm.bomId" 
-                    placeholder="" 
+                  <el-select
+                    :disabled="dataForm.id != null"
+                    v-model="dataForm.bomId"
+                    placeholder=""
                     style="width: 100%;"
                     filterable>
                     <el-option
@@ -147,10 +147,10 @@
               </el-col>
               <el-col :span="6">
                 <el-form-item label="宸ヨ壓璺嚎缂栧彿" prop="routingList">
-                  <el-select 
-                    :disabled="dataForm.id != null" 
-                    v-model="dataForm.routingId" 
-                    placeholder="" 
+                  <el-select
+                    :disabled="dataForm.id != null"
+                    v-model="dataForm.routingId"
+                    placeholder=""
                     style="width: 100%;"
                     filterable>
                     <el-option
@@ -170,7 +170,7 @@
                   style="width:100%"
                 ></el-input>
               </el-form-item>
-            </el-col> 
+            </el-col>
               <el-col :span="6">
                 <el-form-item label="澶囨敞" prop="remark">
                   <el-input
@@ -433,7 +433,7 @@
                       宸ュ簭鍙傛暟
                     </div>
                   </div>
- 
+
                  <!-- <div class="document-bom-div" v-show="item.showBom">
                     <el-tooltip
                       class="item"

--
Gitblit v1.9.3