From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新

---
 force-app/main/default/objects/Report__c/webLinks/VOCFinish.webLink-meta.xml |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/force-app/main/default/objects/Report__c/webLinks/VOCFinish.webLink-meta.xml b/force-app/main/default/objects/Report__c/webLinks/VOCFinish.webLink-meta.xml
index f1b5faa..ffed4f6 100644
--- a/force-app/main/default/objects/Report__c/webLinks/VOCFinish.webLink-meta.xml
+++ b/force-app/main/default/objects/Report__c/webLinks/VOCFinish.webLink-meta.xml
@@ -9,7 +9,7 @@
     <protected>false</protected>
     <url>{!RequireScript(&quot;/soap/ajax/51.0/connection.js&quot;)}
 {!RequireScript(&quot;/resource/CommonUtilJs&quot;)} 
-//2021-10-22 gwy 鐗堟湰鏇存敼涓�51.0
+
 var foo = function() {
     if (&quot;{!$User.Id}&quot; != &quot;00510000000gWAE&quot; &amp;&amp; &quot;{!$User.Id}&quot; != &quot;00510000004reg2&quot; &amp;&amp; &quot;{!$Profile.Id}&quot; != &quot;00e10000000Y3o5&quot;) {
         alert(&quot;浣犳病鏈夊畬姣昖OC鐨勬潈闄�&quot;);
@@ -17,10 +17,6 @@
     }
     if (&quot;{!Report__c.Status__c}&quot; != &quot;缁撴灉纭瀹屾瘯&quot;) {
         alert(&quot;涓嶆槸缁撴灉纭瀹屾瘯涓嶈兘鐐瑰嚮&quot;);
-        return;
-    }
-    if ({!Report__c.JudgmentResult__c} == true) {
-        alert(&quot;鍒ゅ畾杩樻病缁撴潫,涓嶈兘鍏抽棴VOC锛�&quot;);
         return;
     }
     var rac = new sforce.SObject(&quot;Report__c&quot;);

--
Gitblit v1.9.1