报账日期限制为必填。

release
赵鹏 2 years ago
parent c28f5bceec
commit 163346a32d

@ -264,7 +264,14 @@ function Detail() {
]}> ]}>
<Select placeholder="Select Currency type" onChange={onCurrencyChange} options={bindCurrency()}></Select> <Select placeholder="Select Currency type" onChange={onCurrencyChange} options={bindCurrency()}></Select>
</Form.Item> </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" /> <DatePicker picker="month" />
</Form.Item> </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> <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>

Loading…
Cancel
Save