|
|
|
@ -264,7 +264,14 @@ function Detail() {
|
|
|
|
|
]}>
|
|
|
|
|
<Select placeholder="Select Currency type" onChange={onCurrencyChange} options={bindCurrency()}></Select>
|
|
|
|
|
</Form.Item>
|
|
|
|
|
<Form.Item name="info_date" label="Due Month">
|
|
|
|
|
<Form.Item name="info_date" label="Due Month"
|
|
|
|
|
rules={[
|
|
|
|
|
{
|
|
|
|
|
required:true,
|
|
|
|
|
message:"please select Due Month!",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
>
|
|
|
|
|
<DatePicker picker="month" />
|
|
|
|
|
</Form.Item>
|
|
|
|
|
<Text type="secondary">Payment is arranged during the last week of each month. If the invoice is issued after the 20th, please select the following month for payment. For urgent payments, please contact the travel advisor. </Text>
|
|
|
|
|