|
|
|
@ -752,22 +752,22 @@
|
|
|
|
|
, "xx_hjddwjzgnqshu": res.xx_hjddwjzgnqshu == null ? 0 : res.xx_hjddwjzgnqshu
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
if (res.xxkx != null) {
|
|
|
|
|
if (res.xx_kx != null) {
|
|
|
|
|
$('#div_xxkx').empty();
|
|
|
|
|
|
|
|
|
|
$('#div_xxkx').html(res.xxkx);
|
|
|
|
|
$('#div_xxkx').html(res.xx_kx);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (res.xxyq != null) {
|
|
|
|
|
if (res.xx_yq != null) {
|
|
|
|
|
$('#div_xxyy').empty();
|
|
|
|
|
|
|
|
|
|
$('#div_xxyy').html(res.xxyq);
|
|
|
|
|
$('#div_xxyy').html(res.xx_yq);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (res.xxms != null) {
|
|
|
|
|
if (res.xx_ms != null) {
|
|
|
|
|
$('#div_xxms').empty();
|
|
|
|
|
|
|
|
|
|
$('#div_xxms').html(res.xxms);
|
|
|
|
|
$('#div_xxms').html(res.xx_ms);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|