| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>irresponsibleReason__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>不应标理由</label> | 
|     <required>false</required> | 
|     <trackHistory>false</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>预算过低</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> | 
|                 <isActive>false</isActive> | 
|                 <label>招标产品与我司不匹配</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>项目重复</fullName> | 
|                 <default>false</default> | 
|                 <isActive>false</isActive> | 
|                 <label>项目重复</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |