From fdef1f682351a5311fe96c5f0f1770a9623b985f Mon Sep 17 00:00:00 2001
From: zhangzhengmei <zhangzhengmei@prec-tech.com>
Date: 星期一, 17 四月 2023 16:42:16 +0800
Subject: [PATCH] 调拨申请->受理批量更新,取消,提交待审批 按钮修改

---
 force-app/main/default/classes/ControllerUtil.cls |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/ControllerUtil.cls b/force-app/main/default/classes/ControllerUtil.cls
index a70f2f2..e422a7a 100644
--- a/force-app/main/default/classes/ControllerUtil.cls
+++ b/force-app/main/default/classes/ControllerUtil.cls
@@ -2717,7 +2717,7 @@
         i++;
         i++;
     }
-    
+    @AuraEnabled
     WebService static String selectCommonSequence(String valueField, String formatField) {
         Boolean insertNew = false;
         //鍙栧緱鍏遍�氭帯鐣簭鍒�
@@ -4968,6 +4968,7 @@
     /**
     OCM-SI闇�姹傝〃鐢紝澶嶅埗鍔熻兘锛屼粎闄愬綋鍓嶆墍鏈塖I闇�姹傝〃澶辨晥鐨勬椂鍊欙紝鎵嶈兘浣跨敤
     */
+    @AuraEnabled
     WebService static String ISO_Copy_Func(id isoID){
         IS_Opportunity_Demand__c checkISO = [select Opportunity_ID__c from IS_Opportunity_Demand__c where id =:isoID];
         String opporID = checkISO.Opportunity_ID__c;

--
Gitblit v1.9.1