From 2f4492ee18f90274582fcc2bb06f5e9bf64136e8 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 13 五月 2022 17:32:14 +0800 Subject: [PATCH] ProdBackup0513 --- force-app/main/default/pages/NewDiagnosisPart.page | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/force-app/main/default/pages/NewDiagnosisPart.page b/force-app/main/default/pages/NewDiagnosisPart.page index 066a540..f943879 100644 --- a/force-app/main/default/pages/NewDiagnosisPart.page +++ b/force-app/main/default/pages/NewDiagnosisPart.page @@ -80,21 +80,6 @@ <apex:inputField value="{!diagnosisPart.Product__c}" id="ITEM" required="true"/> </apex:pageBlockSectionItem> - <apex:pageBlockSectionItem > - <apex:outputLabel value="{!$ObjectType.Diagnosis_Part__c.fields.PRODUCT_CODE__c.label}" for="PRODUCT_CODE"/> - <apex:inputField value="{!diagnosisPart.PRODUCT_CODE__c}" id="PRODUCT_CODE" required="true"/> - </apex:pageBlockSectionItem> - - <apex:pageBlockSectionItem > - <apex:outputLabel value="{!$ObjectType.Diagnosis_Part__c.fields.PRODUCT_PART_NUMBER__c.label}" for="PRODUCT_PART_NUMBER"/> - <apex:inputField value="{!diagnosisPart.PRODUCT_PART_NUMBER__c}" id="PRODUCT_PART_NUMBER" required="true"/> - </apex:pageBlockSectionItem> - - <apex:pageBlockSectionItem > - <apex:outputLabel value="{!$ObjectType.Diagnosis_Part__c.fields.PRODUCT_DESCRIPTION__c.label}" for="PRODUCT_DESCRIPTION"/> - <apex:inputField value="{!diagnosisPart.PRODUCT_DESCRIPTION__c}" id="PRODUCT_DESCRIPTION" required="true"/> - </apex:pageBlockSectionItem> - <apex:pageBlockSectionItem > <apex:outputLabel value="{!$ObjectType.Diagnosis_Part__c.fields.QUANTITY__c.label}" for="QUANTITY"/> <apex:inputField value="{!diagnosisPart.QUANTITY__c}" id="QUANTITY" required="true"/> -- Gitblit v1.9.1