<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>delayReasonSelect__c</fullName> 
 | 
    <description>营业的选项列表</description> 
 | 
    <externalId>false</externalId> 
 | 
    <label>延期理由(选项)</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>true</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Picklist</type> 
 | 
    <valueSet> 
 | 
        <restricted>true</restricted> 
 | 
        <valueSetDefinition> 
 | 
            <sorted>false</sorted> 
 | 
            <value> 
 | 
                <fullName>客户时间变更或冲突</fullName> 
 | 
                <default>false</default> 
 | 
                <label>客户时间变更或冲突</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>与其他突发事件冲突</fullName> 
 | 
                <default>false</default> 
 | 
                <label>与其他突发事件冲突</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>备品未到</fullName> 
 | 
                <default>false</default> 
 | 
                <label>备品未到</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>无合适病例(适合病例流失)OPD延期</fullName> 
 | 
                <default>false</default> 
 | 
                <label>无合适病例(适合病例流失)OPD延期</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>与客户安排冲突</fullName> 
 | 
                <default>false</default> 
 | 
                <label>与客户安排冲突</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>突发事件延期</fullName> 
 | 
                <default>false</default> 
 | 
                <label>突发事件延期</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>上月已跟进</fullName> 
 | 
                <default>false</default> 
 | 
                <label>上月已跟进</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>项目暂停</fullName> 
 | 
                <default>false</default> 
 | 
                <label>项目暂停</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>订货推迟</fullName> 
 | 
                <default>false</default> 
 | 
                <label>订货推迟</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>日期填写错误</fullName> 
 | 
                <default>false</default> 
 | 
                <label>日期填写错误</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>医院设备不到位</fullName> 
 | 
                <default>false</default> 
 | 
                <label>医院设备不到位</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>项目暂停/推迟</fullName> 
 | 
                <default>false</default> 
 | 
                <label>项目暂停/推迟</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>其他</fullName> 
 | 
                <default>false</default> 
 | 
                <label>其他</label> 
 | 
            </value> 
 | 
        </valueSetDefinition> 
 | 
    </valueSet> 
 | 
</CustomField> 
 |