// Global properties
var LeoConfigs;

function refreshSecurityCode() {
  document.getElementById('securityCodeImage').src = LeoConfigs.contextPath + '/captcha.jpg?rnd=' + Math.random();
}

function orderChangeDate(orderIndex) {
    document.getElementById('order-'+orderIndex).value=document.getElementById('month-'+orderIndex).value+'月'+document.getElementById('date-'+orderIndex).value+'日';
}
