From 7c7cb195462c2ded7bfe4105959ea36d1dd68ded Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 11 十月 2023 19:26:36 +0800
Subject: [PATCH] 近期修改

---
 force-app/main/default/lwc/tEnquiry/tEnquiry.js |   60 +++++++++++++-----------------------------------------------
 1 files changed, 13 insertions(+), 47 deletions(-)

diff --git a/force-app/main/default/lwc/tEnquiry/tEnquiry.js b/force-app/main/default/lwc/tEnquiry/tEnquiry.js
index 768845f..7aa4631 100644
--- a/force-app/main/default/lwc/tEnquiry/tEnquiry.js
+++ b/force-app/main/default/lwc/tEnquiry/tEnquiry.js
@@ -34,33 +34,7 @@
     IsLeftStyle = "" //鎻愮ず妗嗙殑鏍峰紡
     BgColorStyle = "" 
     toastTime = null;
-    isSuccess = false;
-    message;
-    visible;
-    closeAction(){
-        this.visible = false;
-    }
-    showToast(msg,type) {
-        try {
-            if(type == 'success'){
-                this.isSuccess = true;
-            }else{
-                this.isSuccess = false;
-            }
-            this.message = msg;
-            this.visible = true;
-            let delay = 5000;
-            console.log(this.message);
-            console.log('1');
-            // setTimeout(() => {
-            //     this.visible = false;
-            // }, delay ); 
-        } catch (error) {
-            console.log(error);
-        }
-
-        
-    }
+    IsLeftStyle = "width: 100%;top: 14%;display: flex;justify-content: center;"
     Alert(content,error = false,left = false){
         this.Tongzhishow = false
         clearTimeout(this.toastTime)
@@ -69,17 +43,16 @@
         
         if (error) {
             this.TongzhiIcon = "utility:error";
-            this.BgColorStyle = "background-color:#ba0517 !important;padding: 9px 9px 9px 18px;";
+            this.BgColorStyle = "background-color:#ba0517 !important;padding:0.65rem 0.75rem 0.65rem 1.25rem;";
         }else{
             this.TongzhiIcon = "utility:success";
-            this.BgColorStyle = "background-color:rgb(46, 132, 74)!important;padding: 9px 9px 9px 18px;";
-            toastTime = setTimeout(() => {
-               this.Tongzhishow = false
-            },3000)
+            this.BgColorStyle = "background-color:rgb(46, 132, 74)!important;padding:0.65rem 0.75rem 0.65rem 1.25rem;";
+            // this.toastTime = setTimeout(() => {
+            //    this.Tongzhishow = false
+            // },3000)
         }
         // if (left) {
         //     // this.IsLeftStyle = "left: 0.25rem;"
-            this.IsLeftStyle = "width: 100%;top: 14%;display: flex;justify-content: center;"
         // }else{
         //     this.IsLeftStyle = "color:#fff"
         // }
@@ -181,8 +154,7 @@
                 if (isloading == 2) {
                     this.OnLoading(false);
                     if (flag) {
-                        // this.Alert("淇濆瓨鎴愬姛",false);
-                        this.showToast('淇濆瓨鎴愬姛','success');
+                        this.Alert("淇濆瓨鎴愬姛",false);
                     }
                 }
             })
@@ -202,8 +174,7 @@
                 if (isloading == 2) {
                     this.OnLoading(false);
                     if (flag) {
-                        // this.Alert("淇濆瓨鎴愬姛",false);
-                        this.showToast('淇濆瓨鎴愬姛','success');
+                        this.Alert("淇濆瓨鎴愬姛",false);
                     }
                 }
                
@@ -343,8 +314,7 @@
             isloading ++;
             if (isloading == 2) {
                 this.OnLoading(false);
-                // this.Alert("淇濆瓨鎴愬姛",false);
-                this.showToast('淇濆瓨鎴愬姛','success');
+                this.Alert("淇濆瓨鎴愬姛",false);
             }
         })
         
@@ -356,8 +326,7 @@
             isloading ++;
             if (isloading == 2) {
                 this.OnLoading(false);
-                // this.Alert("淇濆瓨鎴愬姛",false);
-                this.showToast('淇濆瓨鎴愬姛','success');
+                this.Alert("淇濆瓨鎴愬姛",false);
             }
         })
     }
@@ -371,8 +340,7 @@
         var flag =  this.compareSelected();
         if (flag == false) {
             this.OnLoading(false);
-            // this.Alert("鍖婚櫌涓嶅尮閰嶏紝淇濆瓨澶辫触锛�",true);
-            this.showToast('鍖婚櫌涓嶅尮閰嶏紝淇濆瓨澶辫触锛�','error');
+            this.Alert("鍖婚櫌涓嶅尮閰嶏紝淇濆瓨澶辫触锛�",true);
             return;
         }
         debugger;
@@ -389,12 +357,10 @@
                 this.UpdateDatas(this.notselected);
                 window.location.hash = "Refresh"+"=="+this.ParamIdStr;
                 this.OnLoading(false);
-                // this.Alert('淇濆瓨鎴愬姛',false);
-                this.showToast('淇濆瓨鎴愬姛','success');
+                this.Alert('淇濆瓨鎴愬姛',false);
             }else{
                 this.OnLoading(false);
-                // this.Alert(response,true);
-                this.showToast(response,'error');
+                this.Alert(response,true);
             }
      
         });

--
Gitblit v1.9.1