From 25fe8aee615600838eb97f4c9104ee6a34bc4412 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期五, 27 十月 2023 14:31:43 +0800
Subject: [PATCH] 	modified:   src/views/technology/document/document-form.vue

---
 src/views/technology/document/document-form.vue |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue
index 81ffb96..06d1f17 100644
--- a/src/views/technology/document/document-form.vue
+++ b/src/views/technology/document/document-form.vue
@@ -61,7 +61,7 @@
                 ></el-input>
               </el-form-item>
             </el-col>
-            <el-col :span="3">
+            <!-- <el-col :span="3">
               <el-form-item prop="sheathColor" label="鎶ゅ棰滆壊">
                 <el-input
                   v-model="dataForm.sheathColor"
@@ -76,7 +76,7 @@
                   placeholder="缁濈紭棰滆壊"
                 ></el-input>
               </el-form-item>
-            </el-col>
+            </el-col> -->
             <!-- <el-col :span="4">
               <el-form-item label="椤圭洰鍙�" prop="projectNo">
                 <el-input
@@ -633,7 +633,7 @@
                 <img width="100%" :src="dialogStructureImageUrl" alt="" />
               </el-dialog>
             </el-card>
-            <el-card class="document-flow">
+            <!-- <el-card class="document-flow">
               <div slot="header">
                 <span>娴佺▼鍥�</span>
               </div>
@@ -666,7 +666,7 @@
                 </el-select>
                 <div id="demo" style="margin:5px auto;"></div>
               </div>
-              <!--<el-upload
+              <el-upload
                               class="upload-demo"
                               action="/mes/document/uploadLct"
                               :headers="headers"
@@ -686,11 +686,11 @@
                               <div slot="tip" class="el-upload__tip">
                                 鍙兘涓婁紶jpg鍥剧墖锛屼笖涓嶈秴杩�2MB
                               </div>
-                            </el-upload>-->
+                            </el-upload>
               <el-dialog :visible.sync="dialogFlowVisible">
                 <img width="100%" :src="dialogFlowImageUrl" alt="" />
               </el-dialog>
-            </el-card>
+            </el-card> -->
           </el-tab-pane>
         </el-tabs>
       </div>
@@ -1383,7 +1383,7 @@
             var aa = {
               id: resData.jgtList[i].id,
               name: '棰勮澶у浘',
-              url: '/mes/document/file/' + resData.jgtList[i].fileName
+              url: 'http://127.0.0.1:6061/Image/' + resData.jgtList[i].fileName.replace("D:/file","")
             }
             this.fileStructureList.push(aa)
           }
@@ -1393,7 +1393,7 @@
         if (resData.lct != null) {
           this.fileFlowList.push({
             name: '棰勮澶у浘',
-            url: '/mes/document/file/' + resData.lct
+            url: 'http://127.0.0.1:6061/Image/img' + resData.lct
           })
         }
         // 鎸傛祦绋嬪浘
@@ -2053,6 +2053,9 @@
   padding: 10px 20px;
   box-sizing: border-box;
 }
+.el-card.is-always-shadow{
+    width: 100%;
+  }
 
 .document-flow {
   background-color: #fff;

--
Gitblit v1.9.3