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