<?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>true</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Picklist</type>
|
<valueSet>
|
<restricted>true</restricted>
|
<valueSetDefinition>
|
<sorted>false</sorted>
|
<value>
|
<fullName>草案中</fullName>
|
<color>#0B6FCE</color>
|
<default>true</default>
|
<label>1.草案中</label>
|
</value>
|
<value>
|
<fullName>提交</fullName>
|
<color>#78C953</color>
|
<default>false</default>
|
<label>提交</label>
|
</value>
|
<value>
|
<fullName>审批中</fullName>
|
<color>#E27001</color>
|
<default>false</default>
|
<label>2.申请中</label>
|
</value>
|
<value>
|
<fullName>计划中</fullName>
|
<color>#A845DC</color>
|
<default>false</default>
|
<label>3.计划中</label>
|
</value>
|
<value>
|
<fullName>取消</fullName>
|
<color>#990000</color>
|
<default>false</default>
|
<label>4.取消</label>
|
</value>
|
<value>
|
<fullName>执行中</fullName>
|
<default>false</default>
|
<label>执行中</label>
|
</value>
|
<value>
|
<fullName>完毕未报告</fullName>
|
<color>#F3D904</color>
|
<default>false</default>
|
<label>5.备品已出库</label>
|
</value>
|
<value>
|
<fullName>待提交报告</fullName>
|
<color>#009900</color>
|
<default>false</default>
|
<label>6.待提交报告</label>
|
</value>
|
<value>
|
<fullName>完毕</fullName>
|
<color>#66E9BD</color>
|
<default>false</default>
|
<label>7.完毕</label>
|
</value>
|
</valueSetDefinition>
|
</valueSet>
|
</CustomField>
|