项目成果验收信息保存
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>项目成果验收信息保存</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip:port/api/project/saveCheckAcceptInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;id&quot;: &quot;&quot;, // 成果验收id,有则修改,无则新增
&quot;applyId&quot;: &quot;1704465665848524801&quot;, // 申报id
&quot;projectId&quot;: &quot;1704465498189611010&quot;, // 项目id,必填
&quot;year&quot;: &quot;2023&quot;, // 预算年度
&quot;approvalArea&quot;: 2, // 文件批复面积
&quot;checkArea&quot;: 1, // 核实面积
&quot;noCheckArea&quot;: 1, // 不核实面积
&quot;qualifiedArea&quot;: 1, // 合格面积
&quot;noQualifiedArea&quot;: 1, // 不合格面积
&quot;lossArea&quot;: 1, // 损失面积
&quot;reportArea&quot;: 1, // 上报面积
&quot;checkRatio&quot;: 50, // 面积核实率
&quot;reportQualifiedRatio&quot;: 50, // 上报合格率
&quot;checkQualifiedRatio&quot;: 50, // 核实合格率
&quot;selfScore&quot;: &quot;100&quot;, // 自评得分
&quot;projectScore&quot;: &quot;90&quot;, // 项目评分
&quot;survivalRatio&quot;: 98, // 成活率
&quot;strongSproutRatio&quot;: 88, // 良种壮苗率
&quot;saveRatio&quot;: 90, // 保存率
&quot;isStrongSprout&quot;: 1, // 是否良种壮苗(0-否,1-是)
&quot;isDesignWork&quot;: 1, // 是否按作业设计施工(0-否,1-是)
&quot;isDocumentCompleted&quot;: 1, // 三证一签一说明是否齐全(0-否,1-是)
&quot;isArchivesCompleted&quot;: 1, // 档案是否是否齐全(0-否,1-是)
&quot;situation&quot;: &quot;qwer&quot;, // 管护情况
&quot;description&quot;: &quot;asdf&quot;, // 核查验收说明
&quot;saveStatus&quot;: 0, // 保存状态(0-保存,1-提交),必填
&quot;userId&quot;: &quot;&quot;, // 用户id,提交时必填
&quot;districtCode&quot;: &quot;430181&quot;, // 行政区代码,必填
&quot;fileList&quot;: [ // 附件列表,必填
{
&quot;fCreateTime&quot;: &quot;2023-09-21 18:50:42&quot;,
&quot;fFieldName&quot;: &quot;&quot;,
&quot;fFileType&quot;: &quot;.png&quot;,
&quot;fName&quot;: &quot;btn_jiankongjiance_n.png&quot;,
&quot;fSize&quot;: 1.21,
&quot;fSrc&quot;: &quot;/2023/09/21/btn_jiankongjiance_n-57d205fd-a035-4ee5-ae69-47e1742aa75c.png&quot;,
&quot;fSrcName&quot;: &quot;btn_jiankongjiance_n-57d205fd-a035-4ee5-ae69-47e1742aa75c.png&quot;,
&quot;fTypeName&quot;: &quot;&quot;
}
]
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: &quot;保存成功&quot;,
&quot;decryptFlag&quot;: false,
&quot;message&quot;: &quot;success&quot;,
&quot;status&quot;: 200
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>