Explorar o código

汇总医保记账显示

hurugang %!s(int64=5) %!d(string=hai) anos
pai
achega
2727308a9b
Modificáronse 1 ficheiros con 7 adicións e 7 borrados
  1. 7 7
      src/main/resources/static/js/daily_collect.js

+ 7 - 7
src/main/resources/static/js/daily_collect.js

@@ -94,18 +94,18 @@ function extractedSf (res) {
     if (res.chargeCountVo.yhkss != null) {
         $("#yhkss").html(res.chargeCountVo.yhkss.toFixed(2));
     }
-    //医保卡卡收款
-    $("#ybjzbs").html(res.chargeCountVo.ybjzbs);
+    //医保卡记账卡收款
+    $("#ybkjzbs").html(res.chargeCountVo.ybjzbs);
     if (res.chargeCountVo.ybjzsk != null) {
-        $("#ybjzsk").html(res.chargeCountVo.ybjzsk.toFixed(2));
+        $("#ybkjzsk").html(res.chargeCountVo.ybjzsk.toFixed(2));
     }
-    $("#ybjztfbs").html(res.chargeCountVo.ybjztfbs);
+    $("#ybkjztfbs").html(res.chargeCountVo.ybjztfbs);
     if (res.chargeCountVo.ybjztf != null) {
-        $("#ybjztf").html(res.chargeCountVo.ybjztf.toFixed(2));
+        $("#ybkjztf").html(res.chargeCountVo.ybjztf.toFixed(2));
     }
-    $("#ybjzssbs").html(res.chargeCountVo.ybjzssbs);
+    $("#ybkjzssbs").html(res.chargeCountVo.ybjzssbs);
     if (res.chargeCountVo.ybjzss != null) {
-        $("#ybjzss").html(res.chargeCountVo.ybjzss.toFixed(2));
+        $("#ybkjzss").html(res.chargeCountVo.ybjzss.toFixed(2));
     }
     //支付宝收款
     $("#zfbbs").html(res.chargeCountVo.zfbbs);