From e1aa0ecffbabd618c71e4ad94370fb8dffe6ee1c Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期日, 21 一月 2024 20:54:49 +0800
Subject: [PATCH] 优化

---
 src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/evidence/index.vue |   81 +++++++++++++++++++++-------------------
 1 files changed, 42 insertions(+), 39 deletions(-)

diff --git a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/evidence/index.vue b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/evidence/index.vue
index c105120..f5ccbdb 100644
--- a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/evidence/index.vue
+++ b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/evidence/index.vue
@@ -52,7 +52,7 @@
             <div class="user-form-content">
                 <el-form ref="userForm" label-width="120px" :model="user" :rules="userRules" autoComplete="on">
                     <!-- 绫诲瀷 -->
-                    <el-form-item label="绫诲瀷:" prop="illegalType">
+                    <el-form-item label="绫诲瀷:" prop="illegalType" :disabled="true">
                         <el-input v-model="user.illegalType"></el-input>
                     </el-form-item>
                     <!-- 濮撳悕銆佹墜鏈哄彿 -->
@@ -134,6 +134,7 @@
 import { deepClone, getTypeList } from '@/utils/helper'
 import { validateName, validatePhone, validateCardId } from '@/utils/validate'
 import MyUpload from "@/components/myUpload"
+import { FILE_ORIGINAL_URL } from "@/utils";
 export default {
     components: {
         MyUpload
@@ -271,20 +272,20 @@
         }
     },
     async created() {
-        await this.getCardTypeList();
-        await this.getSchoolList();
-        await this.getNationList();
-        if (this.evidenceData) {
+      await this.getCardTypeList();
+      await this.getSchoolList();
+      await this.getNationList();
+      this.$set(this.user, 'illegalType', this.illegalType);
+      if (this.evidenceData) {
           this.evidence = deepClone(this.evidenceData);
           this.evidence.pic = this.evidenceData.pic.split(',');
           this.user = this.evidence.partyInfo;
           this.evidence.userInfo = this.evidence.partyInfo.name;
-          this.user.illegalType = JSON.parse(JSON.stringify(this.mytype));
         }
     },
     methods: {
         handleSuccess2(res, file, filelist) {
-            const baseUrl = 'http://140.143.152.226:8410/';
+            const baseUrl = '';
             if (this.evidence.pic.length < 4) {
                 this.evidence.pic.push(baseUrl + res.data.url1)
             }
@@ -300,15 +301,17 @@
         openDialog(e) {
             this.userFlag = true;
             this.userInfo = true;
+            this.$set(this.user, 'illegalType', this.illegalType);
         },
         // 妫�楠寀ser
         checkUser() {
             this.$refs.userForm.validate((valid) => {
                 if (valid) {
-                    this.userFlag = false;
+                  this.evidence.userInfo = this.user.name + '...';
+                  this.userFlag = false;
                 } else {
-                    this.evidence.userInfo = false;
-                    return false;
+                    this.evidence.userInfo = null;
+                    this.$message.warning('璇锋鏌ュ繀濉」');
                 }
             })
         },
@@ -339,18 +342,18 @@
         },
          // 璁剧疆涓婁紶鎴愬姛涔嬪悗鐨勫浘鐗囧湴鍧�
          setPicUrl({ url }) {
-            const baseUrl = 'http://140.143.152.226:8410/';
+            const baseUrl = '';
             if (this.evidence.pic.length < 4) {
-                this.evidence.pic.push(baseUrl + url);
+                this.evidence.pic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`)
             }
         },
         //鍒犻櫎鍥剧墖
         delPicUrl({url}){
-            const baseUrl = 'http://140.143.152.226:8410/';
+            const baseUrl = '';
             this.evidence.pic.splice(this.evidence.pic.indexOf(baseUrl + url),1);
         }
     },
-    props:['mytype','mycode', 'evidenceData']
+    props:['evidenceData', 'illegalType']
 }
 </script>
 <style lang="scss" scoped>
@@ -419,7 +422,7 @@
     position: absolute;
     top: 0;
     z-index: 3000;
-    background-color: #06122c;
+    background-color: #fff;
 
     .user-form-header {
         background-color: #fff;
@@ -457,23 +460,23 @@
         }
     }
 
-    ::v-deep .el-textarea__inner {
-        background-color: #09152f;
-        border: 1px solid #17324c;
-    }
+    // ::v-deep .el-textarea__inner {
+    //     // background-color: #09152f;
+    //     border: 1px solid #17324c;
+    // }
 
-    ::v-deep .el-input__count {
-        background-color: #09152f;
-    }
+    // ::v-deep .el-input__count {
+    //     // background-color: #09152f;
+    // }
 
-    ::v-deep .el-form-item__label {
-        color: #4b9bb7;
-    }
+    // ::v-deep .el-form-item__label {
+    //     color: #4b9bb7;
+    // }
 
-    ::v-deep .el-input__inner {
-        background-color: #09152f;
-        border: 1px solid #17324c;
-    }
+    // ::v-deep .el-input__inner {
+    //     background-color: #09152f;
+    //     border: 1px solid #17324c;
+    // }
 }
 
 .user-form-footer {
@@ -481,18 +484,18 @@
     justify-content: flex-end;
 }
 
-::v-deep .el-textarea__inner {
-    background-color: #09152f;
-    border: 1px solid #17324c;
-}
+// ::v-deep .el-textarea__inner {
+//     // background-color: #09152f;
+//     border: 1px solid #17324c;
+// }
 
-::v-deep .el-input__count {
-    background-color: #09152f;
-}
+// ::v-deep .el-input__count {
+//     // background-color: #09152f;
+// }
 
-::v-deep .el-form-item__label {
-    color: #4b9bb7;
-}
+// ::v-deep .el-form-item__label {
+//     color: #4b9bb7;
+// }
 
 ::v-deep .el-dialog__header,
 ::v-deep .el-dialog__body {

--
Gitblit v1.8.0