|
@@ -231,10 +231,12 @@ let rptArchiveObj = {
|
|
|
});
|
|
|
// me._updateSignHtmlAndFrame();
|
|
|
me._requestArchiveReport();
|
|
|
+ me._iniArchiveItemForDeleteShow();
|
|
|
} else {
|
|
|
me.currentArchivePdfPath = oss_path + '/'+ me.currentArchiveUuid +'.PDF?' + new Date(me.currentArchiveDateStr.slice(3).replace(/-/g, '/')).getTime();
|
|
|
$('#iframe_made').html('<iframe src="/archive/pdf/show?file=' + me.currentArchivePdfPath + '" height="750px" width="100%" style="border: none;"></iframe>');
|
|
|
me._buildeArchiveDateSelect();
|
|
|
+ me._iniArchiveItemForDeleteShow();
|
|
|
}
|
|
|
},
|
|
|
|