소스 검색

乳山产权交易:招标公告中标公告附件查询

newProperty
庞东旭 1 년 전
부모
커밋
72828abf2e
2개의 변경된 파일11개의 추가작업 그리고 6개의 파일을 삭제
  1. +2
    -1
      static/js/project/announcementList/inviteTendersDetail.js
  2. +9
    -5
      static/js/project/announcementList/winTheBiddingDetail.js

+ 2
- 1
static/js/project/announcementList/inviteTendersDetail.js 파일 보기

@@ -101,7 +101,8 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
let query = {
tableName: 't_transaction_tender',
bizPath: 'transaction',
tableId:content.id
tableId:content.id,
fileType:'2'
}
tools.doGet(attachmentQuery, query, module.attachmentQuery,true);
//竞价方式字典


+ 9
- 5
static/js/project/announcementList/winTheBiddingDetail.js 파일 보기

@@ -99,12 +99,16 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio
//console.log(data)
var content = data.data;
module.data.announcementInformationDetail = content;
let query = {
tableName: 't_transaction_tender_win',
bizPath: 'transaction',
tableId:content.id
if (content.dealType && content.dealType != '2'){
let query = {
tableName: 't_transaction_tender_win',
bizPath: 'transaction',
tableId:content.id,
fileType:content.dealType == '1'? '1' : content.dealType == '3'? '3' : '2'
}
tools.doGet(attachmentQuery, query, module.attachmentQuery,true);
}
tools.doGet(attachmentQuery, query, module.attachmentQuery,true);

tools.doGet(tenderDetail+'/'+content.tenderId, {}, module.tenderQuery,true);
}


불러오는 중...
취소
저장