Sfoglia il codice sorgente

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

newProperty
庞东旭 1 anno fa
parent
commit
f525aaa104
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      view/listingItems/itemsDetail.html

+ 3
- 1
view/listingItems/itemsDetail.html Vedi File

@@ -431,7 +431,9 @@
<td colspan="10">拟转出方式</td> <td colspan="10">拟转出方式</td>
<td colspan="17">{{outProjectInformationDetail.rollout}}</td> <td colspan="17">{{outProjectInformationDetail.rollout}}</td>
</tr> </tr>
{{if outProjectInformationDetail.projectNumber != '集体经营性资产' && outProjectInformationDetail.rollout != '转让'}}
{{if outProjectInformationDetail.projectNumber == '集体经营性资产' && outProjectInformationDetail.projectType == '房屋建筑' && outProjectInformationDetail.rollout == '转让'}}

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


Caricamento…
Annulla
Salva