From 9fdabb2261d496b9655533a669decf90bf083d4c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@prec-tech.com> Date: 星期一, 12 六月 2023 18:57:27 +0800 Subject: [PATCH] 附属品 屏幕流修改 --- force-app/main/default/lwc/lexAccessory_Select/lexAccessory_Select.js-meta.xml | 27 ++++++++++++++++++--------- force-app/main/default/lwc/lexAccessory_Add/lexAccessory_Add.js-meta.xml | 27 ++++++++++++++++++--------- 2 files changed, 36 insertions(+), 18 deletions(-) diff --git a/force-app/main/default/lwc/lexAccessory_Add/lexAccessory_Add.js-meta.xml b/force-app/main/default/lwc/lexAccessory_Add/lexAccessory_Add.js-meta.xml index 3392981..622f243 100644 --- a/force-app/main/default/lwc/lexAccessory_Add/lexAccessory_Add.js-meta.xml +++ b/force-app/main/default/lwc/lexAccessory_Add/lexAccessory_Add.js-meta.xml @@ -1,11 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> -<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> - <apiVersion>54.0</apiVersion> - <isExposed>true</isExposed> - <targets> - <target>lightning__RecordPage</target> - <target>lightning__AppPage</target> - <target>lightning__HomePage</target> - <target>lightning__RecordAction</target> - </targets> +<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="lexEquipmentRentalApply_FromSA"> + <apiVersion>56.0</apiVersion> + <isExposed>true</isExposed> + <targets> + <target>lightning__AppPage</target> + <target>lightning__RecordPage</target> + <target>lightning__HomePage</target> + <target>lightning__RecordAction</target> + <!-- 灞忓箷娴侀厤缃� --> + <target>lightning__FlowScreen</target> + </targets> + <!-- 瀹氫箟鍙橀噺 --> + <targetConfigs> + <targetConfig targets="lightning__FlowScreen"> + <!-- name js涓娇鐢ㄧ殑鍙橀噺锛屼粠灞忓箷娴佷腑鑾峰彇鍙傛暟 label 鍦ㄥ睆骞曟祦鐨勮LWC鐨勮缃腑鏄剧ず --> + <property name="recordId" type="String" label="recordId"/> + </targetConfig> + </targetConfigs> </LightningComponentBundle> \ No newline at end of file diff --git a/force-app/main/default/lwc/lexAccessory_Select/lexAccessory_Select.js-meta.xml b/force-app/main/default/lwc/lexAccessory_Select/lexAccessory_Select.js-meta.xml index 3392981..622f243 100644 --- a/force-app/main/default/lwc/lexAccessory_Select/lexAccessory_Select.js-meta.xml +++ b/force-app/main/default/lwc/lexAccessory_Select/lexAccessory_Select.js-meta.xml @@ -1,11 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> -<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> - <apiVersion>54.0</apiVersion> - <isExposed>true</isExposed> - <targets> - <target>lightning__RecordPage</target> - <target>lightning__AppPage</target> - <target>lightning__HomePage</target> - <target>lightning__RecordAction</target> - </targets> +<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="lexEquipmentRentalApply_FromSA"> + <apiVersion>56.0</apiVersion> + <isExposed>true</isExposed> + <targets> + <target>lightning__AppPage</target> + <target>lightning__RecordPage</target> + <target>lightning__HomePage</target> + <target>lightning__RecordAction</target> + <!-- 灞忓箷娴侀厤缃� --> + <target>lightning__FlowScreen</target> + </targets> + <!-- 瀹氫箟鍙橀噺 --> + <targetConfigs> + <targetConfig targets="lightning__FlowScreen"> + <!-- name js涓娇鐢ㄧ殑鍙橀噺锛屼粠灞忓箷娴佷腑鑾峰彇鍙傛暟 label 鍦ㄥ睆骞曟祦鐨勮LWC鐨勮缃腑鏄剧ず --> + <property name="recordId" type="String" label="recordId"/> + </targetConfig> + </targetConfigs> </LightningComponentBundle> \ No newline at end of file -- Gitblit v1.9.1