<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Specific_Reasons__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>具体原因</label> 
 | 
    <required>false</required> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Picklist</type> 
 | 
    <valueSet> 
 | 
        <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>宣传力度</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> 
 | 
            <value> 
 | 
                <fullName>新品附带合同到期医院无预算</fullName> 
 | 
                <default>false</default> 
 | 
                <label>新品附带合同到期医院无预算</label> 
 | 
            </value> 
 | 
        </valueSetDefinition> 
 | 
    </valueSet> 
 | 
</CustomField> 
 |