| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>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>true</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> |