|
@@ -105,8 +105,17 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio |
|
|
tableId:content.id |
|
|
tableId:content.id |
|
|
} |
|
|
} |
|
|
tools.doGet(attachmentQuery, query, module.attachmentQuery,true); |
|
|
tools.doGet(attachmentQuery, query, module.attachmentQuery,true); |
|
|
|
|
|
|
|
|
|
|
|
tools.doGet(tenderDetail+'/'+content.tenderId, {}, module.tenderQuery,true); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
module.tenderQuery = function (data) { |
|
|
|
|
|
if (data.code == 200) { |
|
|
|
|
|
var content = data.data; |
|
|
|
|
|
module.data.announcementInformationDetail.biddingType = content.biddingType; |
|
|
//竞价方式字典 |
|
|
//竞价方式字典 |
|
|
tools.doGet(Dictionaries+'/bidding_type', {}, module.biddingTypeDictionaries,true); |
|
|
|
|
|
|
|
|
tools.doGet(Dictionaries+'/tenderbid_type', {}, module.biddingTypeDictionaries,true); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|