From 8d9fdd2c68656e04ea4115e994f20051b2358c90 Mon Sep 17 00:00:00 2001
From: liangxiaozhen <liangxiaozhen>
Date: 星期日, 06 八月 2023 19:09:12 +0800
Subject: [PATCH] 潜在客户lwc组件
---
force-app/main/default/pages/Inventory.page | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/pages/Inventory.page b/force-app/main/default/pages/Inventory.page
index 7f05f37..3470c3d 100644
--- a/force-app/main/default/pages/Inventory.page
+++ b/force-app/main/default/pages/Inventory.page
@@ -5,6 +5,7 @@
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}" />
<script>
+ console.log('ConsumableorderdetailsRecordsview = ' + '{!ConsumableorderdetailsRecordsview}')
function checkAll() {
var productCount = j$(escapeVfId('allPage:allForm:allBlock:ConsumableorderdetailsSection:ConsumableorderdetailsCnt')).value();
if (j$(escapeVfId('checker')).attr('checked') == 'checked') {
--
Gitblit v1.9.1