| @@ -93,7 +93,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||||
| //成交价格字典 | //成交价格字典 | ||||
| tools.doGet(Dictionaries+'/price_unit', {}, module.unitDictionaries,true); | tools.doGet(Dictionaries+'/price_unit', {}, module.unitDictionaries,true); | ||||
| if (content.dealType && content.projectStatus == '3'){ | |||||
| if (content.dealType && content.projectStatus == '2'){ | |||||
| let query = { | let query = { | ||||
| tableName: 't_transaction_deal_publicity', | tableName: 't_transaction_deal_publicity', | ||||
| bizPath: 'transaction', | bizPath: 'transaction', | ||||
| @@ -159,7 +159,7 @@ | |||||
| <a href="announcementDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | <a href="announcementDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | ||||
| <p class="fr">{{# value.dealTime.substr(0,10)}}</p> | <p class="fr">{{# value.dealTime.substr(0,10)}}</p> | ||||
| <div class="clear"></div> | <div class="clear"></div> | ||||
| {{if value.projectStatus == '3'}} | |||||
| {{if value.projectStatus == '2'}} | |||||
| <p class="m-t-5" style="color: #c12e2a;">项目终止</p> | <p class="m-t-5" style="color: #c12e2a;">项目终止</p> | ||||
| {{else}} | {{else}} | ||||
| <p class="m-t-5">项目编号:{{# value.projectCode}}</p> | <p class="m-t-5">项目编号:{{# value.projectCode}}</p> | ||||
| @@ -150,7 +150,7 @@ | |||||
| <td>项目名称</td> | <td>项目名称</td> | ||||
| <td colspan="3">{{announcementInformationDetail.projectName}}</td> | <td colspan="3">{{announcementInformationDetail.projectName}}</td> | ||||
| </tr> | </tr> | ||||
| {{if announcementInformationDetail.projectStatus == '3'}} | |||||
| {{if announcementInformationDetail.projectStatus == '2'}} | |||||
| <tr> | <tr> | ||||
| <td>终止原因</td> | <td>终止原因</td> | ||||
| <td colspan="3">{{announcementInformationDetail.terminateReason}}</td> | <td colspan="3">{{announcementInformationDetail.terminateReason}}</td> | ||||