<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Consum_Status__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>耗材备品状态(路径用)</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <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> 
 | 
        </valueSetDefinition> 
 | 
    </valueSet> 
 | 
</CustomField> 
 |