添加账单截止日期说明

release
YCC 2 years ago
parent ef11356f51
commit 93409625b3

@ -9,7 +9,7 @@ import { isNotEmpty } from "@/utils/commons";
import * as config from "@/config"; import * as config from "@/config";
import dayjs from "dayjs"; import dayjs from "dayjs";
const { Title } = Typography; const { Title,Text } = Typography;
const { TextArea } = Input; const { TextArea } = Input;
function Detail() { function Detail() {
@ -266,7 +266,8 @@ function Detail() {
</Form.Item> </Form.Item>
<Form.Item name="info_date" label="Due Month"> <Form.Item name="info_date" label="Due Month">
<DatePicker picker="month" /> <DatePicker picker="month" /><br/>
<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>
</Form.Item> </Form.Item>
<Form.Item name="info_gmdsn" hidden={true}> <Form.Item name="info_gmdsn" hidden={true}>

Loading…
Cancel
Save