فهرست منبع

支付审批bug修复

ellisran 2 ماه پیش
والد
کامیت
d5b70e71b7
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      app/public/js/payment_detail.js

+ 2 - 2
app/public/js/payment_detail.js

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