...
|
...
|
@@ -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)
|
|
|
},
|
|
|
});
|
|
|
})
|
...
|
...
|
|