<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>irresponsibleReason__c</fullName> 
 | 
    <description>待营业部确认</description> 
 | 
    <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>1 项目重复</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>招标产品与我司不匹配</fullName> 
 | 
                <default>false</default> 
 | 
                <label>2 无产品应标</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>预算过低</fullName> 
 | 
                <default>false</default> 
 | 
                <label>3 预算过低</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>限制进口产品</fullName> 
 | 
                <default>false</default> 
 | 
                <label>4 限制进口产品</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>时间太紧来不及应标</fullName> 
 | 
                <default>false</default> 
 | 
                <label>5 时间紧来不及应标</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>竞品参数</fullName> 
 | 
                <default>false</default> 
 | 
                <label>6 竞品参数</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>7 单一来源</fullName> 
 | 
                <default>false</default> 
 | 
                <label>7 单一来源</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>其他(可手动填写)</fullName> 
 | 
                <default>false</default> 
 | 
                <label>8 其他(手写)</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>1 项目重复</fullName> 
 | 
                <default>false</default> 
 | 
                <isActive>false</isActive> 
 | 
                <label>1 项目重复</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>没有匹配的产品</fullName> 
 | 
                <default>false</default> 
 | 
                <isActive>false</isActive> 
 | 
                <label>2 没有匹配的产品</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>3 预算过低</fullName> 
 | 
                <default>false</default> 
 | 
                <isActive>false</isActive> 
 | 
                <label>3 预算过低</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>4 限制进口产品</fullName> 
 | 
                <default>false</default> 
 | 
                <isActive>false</isActive> 
 | 
                <label>4 限制进口产品</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>6 竞品参数</fullName> 
 | 
                <default>false</default> 
 | 
                <isActive>false</isActive> 
 | 
                <label>6 竞品参数</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> 
 |