| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Apply_Reason__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>理由</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <valueSetDefinition> | 
|             <sorted>false</sorted> | 
|             <value> | 
|                 <fullName>NMPA影响</fullName> | 
|                 <default>false</default> | 
|                 <label>NMPA影响</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> |