Bläddra i källkod

修复退费金额不对异常

hurugang 4 år sedan
förälder
incheckning
c6a2ef19ed
1 ändrade filer med 5 tillägg och 1 borttagningar
  1. 5 1
      src/main/resources/static/js/toll_administration.js

+ 5 - 1
src/main/resources/static/js/toll_administration.js

@@ -1803,7 +1803,7 @@ function initRefundFeeDetailTable(patientId, times, receiptNo) {
                         }
                     }
                     if (row.confirmFlag == 3) {
-                        getRefundFee();
+                        //getRefundFee();
                         return {
                             disabled: true, //设置是否可用
                             checked: true//设置选中
@@ -1954,6 +1954,10 @@ function initRefundFeeDetailTable(patientId, times, receiptNo) {
                 "rows": ress.data   //数据
             };
         },
+        //加载完成事件
+        onLoadSuccess: function (data) {
+            getRefundFee();
+        }
     });
 }