{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}
{{ wgform._csrf }}

User Information

{{ wgform.f_ConsumerNO.label }} {{ wgform.f_ConsumerNO( class="form-control") }}
{{ wgform.f_ConsumerName.label }} {{ wgform.f_ConsumerName( class="form-control") }}
{{ wgform.f_CardNO.label }} {{ wgform.f_CardNO( class="form-control",placeholder="Please input Card NO", oninput="if(value.length>19)value=value.slice(0,19)") }}
{{ wgform.f_GroupID.label }}
{{ wgform.f_BeginYMD.label }}
{{ wgform.f_EndYMD.label }}
{{ wgform.f_BatchCnt.label }} {{ wgform.f_BatchCnt( class="form-control") }}