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