|
@@ -85,10 +85,10 @@ $(function () {
|
|
|
postData('/sp/' + spid + '/payment/' + tenderId + '/detail/' + detailId + '/save', { type: 'update_rpt', report_json: tesRpttData }, function (result) {
|
|
|
$('#rpt-form input[data-index="'+ index +'"]').val(chineseNum);
|
|
|
auditRptPrintHelper.showPage();
|
|
|
- _self.parents('.show-link-dropdown').dropdown('toggle');
|
|
|
+ _self.parents('.show-link-dropdown').find('a').click();
|
|
|
});
|
|
|
} else {
|
|
|
- $(this).parents('.show-link-dropdown').dropdown('toggle');
|
|
|
+ $(this).parents('.show-link-dropdown').find('a').click();
|
|
|
}
|
|
|
});
|
|
|
|