From 1312ba82d4c880bdb5357d28e0d4af5b285f610f Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期四, 10 三月 2022 15:54:39 +0800
Subject: [PATCH] 最近一月修改内容

---
 force-app/main/default/pages/InventoryResultRecordCopy.page |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/pages/InventoryResultRecordCopy.page b/force-app/main/default/pages/InventoryResultRecordCopy.page
index 9512749..91a1654 100644
--- a/force-app/main/default/pages/InventoryResultRecordCopy.page
+++ b/force-app/main/default/pages/InventoryResultRecordCopy.page
@@ -256,7 +256,9 @@
         // 妫�绱㈡寜閽�
         function searchBtnJs() {
             blockme();
-            searchBtnFunc();
+            alert('娌$敤鍒扮殑鍔熻兘锛屼笉瑕佺偣浜嗭紝鍝堝搱鍝�');
+            unblockUI();
+            // searchBtnFunc();
         }
         function hasChangeFunc() {
             hasChange = true;
@@ -336,7 +338,8 @@
             </apex:selectList>
             <br/>
             <br/>
-            <apex:commandButton action="{!save}" value="纭畾" reRender="allForm" onclick="blockme()" oncomplete="unblockUI();j$('#myModal3').hide();changeFullScreen(true);if(j$(escapeVfId('allPage:allForm:doneFlg')).val()=='true') alert('淇濆瓨瀹屼簡')"/>
+            <!-- action="{!save}" -->
+            <apex:commandButton value="纭畾" reRender="allForm" onclick="blockme()" oncomplete="unblockUI();j$('#myModal3').hide();changeFullScreen(true);if(j$(escapeVfId('allPage:allForm:doneFlg')).val()=='true') alert('淇濆瓨瀹屼簡')"/>
             <apex:commandButton style="margin-left: 60px;" value="鍙栨秷" onclick="j$('#myModal3').hide();return false;"/>
           </div>
 
@@ -344,7 +347,9 @@
         <apex:actionFunction name="startInventory" action="{!startInventory}" rerender="allForm" onComplete="unblockUI()" />
         <!-- update by rentx 20210827 start 鑰楁潗鐩樼偣鏂规 -->
         <!-- <apex:actionFunction name="searchBtnFunc" action="{!searchBtn}" rerender="allForm" onComplete="unblockUI();changeFullScreen(true);" /> -->
-        <apex:actionFunction name="searchBtnFunc" action="{!searchBtn}" rerender="allForm" onComplete="unblockUI();changeFullScreen(true);addHistory();" />
+        <!-- 20220228 ljh 113鐩樼偣start -->
+        <!-- <apex:actionFunction name="searchBtnFunc" action="{!searchBtn}" rerender="allForm" onComplete="unblockUI();changeFullScreen(true);addHistory();" /> -->
+        <!-- 20220228 ljh 113鐩樼偣end -->
         <!-- update by rentx 20210827 end 鑰楁潗鐩樼偣鏂规 -->
         <!-- <apex:actionFunction name="checkQRCode" action="{!checkQRCode}" rerender="qrType,qrError,qrId,repeat_panel" onComplete="checkQRDone()" >
             <apex:param name="qrcode" value="" />

--
Gitblit v1.9.1