From b9f97457e9d8e8a0f784c25b103697fca8fea2e4 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 20 二月 2024 18:00:20 +0800
Subject: [PATCH] 再次修改

---
 ruoyi-ui/src/views/economy/economyInfo.vue |   39 ++++++++++++++++++++++++++++-----------
 1 files changed, 28 insertions(+), 11 deletions(-)

diff --git a/ruoyi-ui/src/views/economy/economyInfo.vue b/ruoyi-ui/src/views/economy/economyInfo.vue
index f8f6d3f..0026e3d 100644
--- a/ruoyi-ui/src/views/economy/economyInfo.vue
+++ b/ruoyi-ui/src/views/economy/economyInfo.vue
@@ -43,12 +43,12 @@
       <el-form-item label="澶囨敞" prop="remark">
         <el-input v-model="formData.remark" placeholder="璇疯緭鍏ュ娉�" clearable :style="{width: '100%'}" :disabled="dsb"></el-input>
       </el-form-item>
-      <el-form-item label="鏄惁鏄湰瀹跺涵璁板綍" prop="ownData">
-        <el-input  v-model="formData.ownData=== 1 ? '鏄�':'鍚�'" placeholder=" " clearable :style="{width: '100%'}" :disabled=true></el-input>
-      </el-form-item>
+   <!--   <el-form-item label="鏄惁鏄湰瀹跺涵璁板綍" prop="ownData">
+        <el-input  v-model="formData.ownData === 1 ? '鏄�':'鍚�'" placeholder=" " clearable :style="{width: '100%'}" :disabled="true"></el-input>
+      </el-form-item> -->
 
 
-      <h4 class="form-header">鐩稿叧鍥剧墖 </h4>
+      <h4 class="form-header">鐩稿叧鍥剧墖</h4>
       <el-upload
         action="#"
         list-type="picture-card"
@@ -183,7 +183,10 @@
     return {
       cdi:"璧勪骇璇︾粏淇℃伅",
       udi:"璧勪骇淇℃伅淇敼",
-      fot:[".jpg",".jif"],
+      // 鏁版嵁鑼冨洿閫夐」
+      fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
+        '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
+
       fileList:[
       ],
       fileListOther:[
@@ -260,15 +263,13 @@
     let jd;
     if(this.$route.query.detail!=undefined)
     {
-      jd =  this.$route.query.detail
-      this.btn= jd
-      this.dsb = !jd
-      this.isShow=true
-      document.title = "淇敼瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅";
+      jd =  this.$route.query.detail;
+      this.btn= jd;
+      this.dsb = !jd;
+      this.isShow=true;
       this.$route.meta.title = "淇敼瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
     }
     else{
-      document.title = "瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅";
       this.$route.meta.title = "瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
       this.isShow=false;
       this.btn = false;
@@ -279,6 +280,8 @@
       this.loading = true;
       getEconomyInfo(id).then((response) => {
         this.formData = response.data;
+       // console.log(this.formData)
+        //alert(this.formData.ownData)
         let paths = response.data.url.split(",");
         for(let i = 0; i < paths.length; i++)
         {
@@ -425,6 +428,20 @@
           _this.fileListOther.push({name:response.data.fileName, url:response.data.url})
 
         }
+        let ul = _this.fileList.map(function (elem){
+            return elem.url.replace(process.env.VUE_APP_BASE_TRUE_API,"")
+          }).join(",")
+          let uls = _this.fileListOther.map(function (elem){
+            return elem.url.replace(process.env.VUE_APP_BASE_TRUE_API,"")
+          }).join(",")
+          _this.formData.url = ul+","+uls
+          console.log(_this.formData.url)
+        //  alert(87)
+          updateEconomy(_this.formData).then(response => {
+            this.$modal.msgSuccess("鍥剧墖涓婁紶鎴愬姛");
+            // this.open = false;
+
+          });
       })
 
     },

--
Gitblit v1.9.1