作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

当年保费支出

... ... @@ -817,8 +817,8 @@
onChange: function(result) {
},
onConfirm: function(result) {
that.find('.guanxitxt').hide();
that.find('.tip_guanximiantxt').html(result[0].label)
that.prev('.guanxitxt').hide();
that.prev('.tip_guanximiantxt').html(result[0].label)
}
});
})
... ... @@ -838,8 +838,8 @@
date += result[i].value+'-'
}
}
that.find('.guanxitxt').hide();
that.find('.tip_guanximiantxt').html(date)
that.prev('.guanxitxt').hide();
that.prev('.tip_guanximiantxt').html(date)
},
});
})
... ... @@ -859,8 +859,8 @@
date += result[i].value+'-'
}
}
that.find('.guanxitxt').hide();
that.find('.tip_guanximiantxt').html(date)
that.prev('.guanxitxt').hide();
that.prev('.tip_guanximiantxt').html(date)
},
});
});
... ... @@ -880,8 +880,8 @@
date += result[i].value+'-'
}
}
that.find('.guanxitxt').hide();
that.find('.tip_guanximiantxt').html(date)
that.prev('.guanxitxt').hide();
that.prev('.tip_guanximiantxt').html(date)
},
});
})
... ...