Browse Source

经营性资产-房屋建筑-转让判断

RongCheng
庞东旭 1 year ago
parent
commit
47494e4b9e
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      view/listingItems/itemsDetail.html

+ 7
- 5
view/listingItems/itemsDetail.html View File

@@ -358,11 +358,13 @@
<td colspan="10">拟转出方式</td>
<td colspan="17">{{outProjectInformationDetail.rollout}}</td>
</tr>
{{if outProjectInformationDetail.projectNumber != '集体经营性资产' && outProjectInformationDetail.rollout != '转让'}}
<tr>
<td colspan="10">拟转出期限</td>
<td colspan="17">{{outProjectInformationDetail.outStartTime}}至{{outProjectInformationDetail.outStopTime}}共{{outProjectInformationDetail.outYearNum}}{{outProjectInformationDetail.outYearUnit}}</td>
</tr>
{{if outProjectInformationDetail.projectNumber == '集体经营性资产' && outProjectInformationDetail.projectType == '房屋建筑' && outProjectInformationDetail.rollout == '转让'}}

{{else}}
<tr>
<td colspan="10">拟转出期限</td>
<td colspan="17">{{outProjectInformationDetail.outStartTime}}至{{outProjectInformationDetail.outStopTime}}共{{outProjectInformationDetail.outYearNum}}{{outProjectInformationDetail.outYearUnit}}</td>
</tr>
{{/if}}
<tr>
<td colspan="7">拟转出面积/数量</td>


Loading…
Cancel
Save