| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Cancel_Reason__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>取消理由(筛选)(部分失单)</label> | 
|     <required>false</required> | 
|     <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>医院人事变动</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> |