Sfoglia il codice sorgente

task 13714 产权交易-供应项目表单改造

rongxin_dev
庞东旭 7 ore fa
parent
commit
563e02146d
1 ha cambiato i file con 6 aggiunte e 4 eliminazioni
  1. +6
    -4
      view/listingItems/itemsDetail.html

+ 6
- 4
view/listingItems/itemsDetail.html Vedi File

@@ -458,10 +458,12 @@
{{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 outProjectInformationDetail.rollout != '出售'}}
<tr>
<td colspan="10">拟转出期限</td>
<td colspan="17">{{outProjectInformationDetail.outStartTime}}至{{outProjectInformationDetail.outStopTime}}共{{outProjectInformationDetail.outYearNum}}{{outProjectInformationDetail.outYearUnit}}</td>
</tr>
{{/if}}
{{/if}}
<tr>
<td colspan="7">拟转出面积/数量</td>


Caricamento…
Annulla
Salva