Преглед изворни кода

产权交易公告问题修改

RongCheng
庞东旭 пре 1 година
родитељ
комит
9f1b81d9dc
2 измењених фајлова са 11 додато и 2 уклоњено
  1. +1
    -1
      static/js/project/announcementList/inviteTendersDetail.js
  2. +10
    -1
      static/js/project/announcementList/winTheBiddingDetail.js

+ 1
- 1
static/js/project/announcementList/inviteTendersDetail.js Прегледај датотеку

@@ -105,7 +105,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
} }
tools.doGet(attachmentQuery, query, module.attachmentQuery,true); tools.doGet(attachmentQuery, query, module.attachmentQuery,true);
//竞价方式字典 //竞价方式字典
tools.doGet(Dictionaries+'/bidding_type', {}, module.biddingTypeDictionaries,true);
tools.doGet(Dictionaries+'/tenderbid_type', {}, module.biddingTypeDictionaries,true);
} }
} }




+ 10
- 1
static/js/project/announcementList/winTheBiddingDetail.js Прегледај датотеку

@@ -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);
} }
} }




Loading…
Откажи
Сачувај