|  | @@ -128,7 +128,6 @@ let rptArchiveObj = {
 | 
	
		
			
				|  |  |              try {
 | 
	
		
			
				|  |  |                  if (can_netcasign) {
 | 
	
		
			
				|  |  |                      const msgSign = _.find(ARCHIVE_ENCRYPTION_LIST, {rpt_id: me.currentNode.ID});
 | 
	
		
			
				|  |  | -                    console.log(msgSign, me.currentArchiveUuid);
 | 
	
		
			
				|  |  |                      me.currentEncryptionList = msgSign;
 | 
	
		
			
				|  |  |                      const uSignLogList = _.filter(signLogList, { uuid: me.currentArchiveUuid });
 | 
	
		
			
				|  |  |                      let html = '';
 | 
	
	
		
			
				|  | @@ -163,7 +162,7 @@ let rptArchiveObj = {
 | 
	
		
			
				|  |  |                          $('#show-removesign-modal-btn').hide();
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                      postData('/tender/'+ TENDER_ID +'/signReport/post', {type: 'pdfIsExist', uuid: me.currentArchiveUuid}, function (result) {
 | 
	
		
			
				|  |  | -                        me.currentArchivePdfPath = result ? oss_path + '/sign/'+ me.currentArchiveUuid +'.PDF' + (uSignLogList.length !== 0 ? '?' + uSignLogList.length : '') : oss_path + '/'+ me.currentArchiveUuid +'.PDF';
 | 
	
		
			
				|  |  | +                        me.currentArchivePdfPath = result ? oss_path + '/sign/'+ me.currentArchiveUuid +'.PDF' + (uSignLogList.length !== 0 ? '?' + uSignLogList[uSignLogList.length-1].versionid : '') : oss_path + '/'+ me.currentArchiveUuid +'.PDF';
 | 
	
		
			
				|  |  |                          $('#iframe_made').html('<iframe src="/archive/pdf/show?file=' + me.currentArchivePdfPath + '" height="750px" width="100%" style="border: none;"></iframe>');
 | 
	
		
			
				|  |  |                      }, function () {
 | 
	
		
			
				|  |  |                          me.currentArchivePdfPath = oss_path + '/'+ me.currentArchiveUuid +'.PDF';
 | 
	
	
		
			
				|  | @@ -191,7 +190,7 @@ let rptArchiveObj = {
 | 
	
		
			
				|  |  |          if(can_netcasign) {
 | 
	
		
			
				|  |  |              postData('/tender/'+ TENDER_ID +'/signReport/post', {type: 'pdfIsExist', uuid: me.currentArchiveUuid}, function (result) {
 | 
	
		
			
				|  |  |                  const uSignLogList = _.filter(signLogList, { uuid: me.currentArchiveUuid });
 | 
	
		
			
				|  |  | -                me.currentArchivePdfPath = result ? oss_path + '/sign/'+ me.currentArchiveUuid +'.PDF' + (uSignLogList.length !== 0 ? '?' + uSignLogList.length : '') : oss_path + '/'+ me.currentArchiveUuid +'.PDF';
 | 
	
		
			
				|  |  | +                me.currentArchivePdfPath = result ? oss_path + '/sign/'+ me.currentArchiveUuid +'.PDF' + (uSignLogList.length !== 0 ? '?' + uSignLogList[uSignLogList.length-1].versionid : '') : oss_path + '/'+ me.currentArchiveUuid +'.PDF';
 | 
	
		
			
				|  |  |                  $('#iframe_made').html('<iframe src="/archive/pdf/show?file=' + me.currentArchivePdfPath + '" height="750px" width="100%" style="border: none;"></iframe>');
 | 
	
		
			
				|  |  |                  me._buildeArchiveDateSelect();
 | 
	
		
			
				|  |  |              }, function () {
 | 
	
	
		
			
				|  | @@ -250,7 +249,7 @@ let rptArchiveObj = {
 | 
	
		
			
				|  |  |          $('#page-list').html(pagetr);
 | 
	
		
			
				|  |  |          if (needFrame) {
 | 
	
		
			
				|  |  |              me.currentArchivePdfPath = uSignLogList.length > 0 ? oss_path + '/sign/'+ me.currentArchiveUuid +'.PDF' : oss_path + '/'+ me.currentArchiveUuid +'.PDF';
 | 
	
		
			
				|  |  | -            $('#iframe_made').html('<iframe src="/archive/pdf/show?file=' + me.currentArchivePdfPath + (uSignLogList.length !== 0 ? '?' + uSignLogList.length : '') + '" height="750px" width="100%" style="border: none;"></iframe>');
 | 
	
		
			
				|  |  | +            $('#iframe_made').html('<iframe src="/archive/pdf/show?file=' + me.currentArchivePdfPath + (uSignLogList.length !== 0 ? '?' + uSignLogList[uSignLogList.length-1].versionid : '') + '" height="750px" width="100%" style="border: none;"></iframe>');
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          $('#sign_num').text(uSignLogList.length);
 | 
	
		
			
				|  |  |          const uHadSign = _.filter(uSignLogList, { uid: USER_ID});
 |