From dec96e2f8b84ea04d773c0c520c39b0822912ee3 Mon Sep 17 00:00:00 2001 From: D C <chenbangcai@prec-tech.com> Date: 星期五, 26 五月 2023 10:32:20 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- force-app/main/default/objects/Rental_Apply__c/webLinks/returnDeliverySlip.webLink-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Rental_Apply__c/webLinks/returnDeliverySlip.webLink-meta.xml b/force-app/main/default/objects/Rental_Apply__c/webLinks/returnDeliverySlip.webLink-meta.xml index d979cbc..4f9db61 100644 --- a/force-app/main/default/objects/Rental_Apply__c/webLinks/returnDeliverySlip.webLink-meta.xml +++ b/force-app/main/default/objects/Rental_Apply__c/webLinks/returnDeliverySlip.webLink-meta.xml @@ -10,7 +10,7 @@ <protected>false</protected> <url>{!REQUIRESCRIPT("/soap/ajax/51.0/connection.js")}; {!REQUIRESCRIPT("/soap/ajax/51.0/apex.js")}; -//2021-10-22 gwy 鐗堟湰鏇存敼涓�51.0 + var query = "Select Id,Name From Rental_Apply_Equipment_Set_Detail__c WHERE Received_Confirm_F__c='NG' and Cancel_Select__c = false and Rental_Apply__c ='{!Rental_Apply__c.Id}'"; var records = sforce.connection.query(query).getArray('records'); var check = records && records.length > 0; -- Gitblit v1.9.1