|
|
@ -245,7 +245,9 @@ const TrainticketPlan = props => {
|
|
|
|
</Form.Item>
|
|
|
|
</Form.Item>
|
|
|
|
</Space>
|
|
|
|
</Space>
|
|
|
|
</Form.Item>
|
|
|
|
</Form.Item>
|
|
|
|
<Form.Item name="ServiceType" hidden initialValue="2"><input type="hidden" /></Form.Item>
|
|
|
|
<Form.Item name="ServiceType" hidden initialValue="2">
|
|
|
|
|
|
|
|
<input type="hidden" />
|
|
|
|
|
|
|
|
</Form.Item>
|
|
|
|
</Col>
|
|
|
|
</Col>
|
|
|
|
<Col md={24} lg={4} xxl={4}>
|
|
|
|
<Col md={24} lg={4} xxl={4}>
|
|
|
|
<Space direction="vertical">
|
|
|
|
<Space direction="vertical">
|
|
|
@ -272,15 +274,6 @@ const TrainticketPlan = props => {
|
|
|
|
</Space>
|
|
|
|
</Space>
|
|
|
|
</Col>
|
|
|
|
</Col>
|
|
|
|
</Row>
|
|
|
|
</Row>
|
|
|
|
|
|
|
|
|
|
|
|
<Divider orientation="left">车票图片</Divider>
|
|
|
|
|
|
|
|
<Row gutter={16}>
|
|
|
|
|
|
|
|
<Col md={24} lg={4} xxl={4}></Col>
|
|
|
|
|
|
|
|
<Col md={24} lg={16} xxl={16}>
|
|
|
|
|
|
|
|
<ImageUploader osskey={`ghh/${trainInfo.GRI_SN}-${trainInfo.GRI_No}/trainticket/ticketimage/${trainInfo.CLF_SN}`} />
|
|
|
|
|
|
|
|
</Col>
|
|
|
|
|
|
|
|
<Col md={24} lg={4} xxl={4}></Col>
|
|
|
|
|
|
|
|
</Row>
|
|
|
|
|
|
|
|
</Form>
|
|
|
|
</Form>
|
|
|
|
|
|
|
|
|
|
|
|
<Form
|
|
|
|
<Form
|
|
|
@ -292,7 +285,7 @@ const TrainticketPlan = props => {
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
initialValues={{ ...trainInfo }}
|
|
|
|
initialValues={{ ...trainInfo }}
|
|
|
|
onFinish={values => {
|
|
|
|
onFinish={values => {
|
|
|
|
ticketIssuedNotifications(userId, trainInfo.CLF_SN, trainInfo.OPI_SN, values.FlightMemo_messages)
|
|
|
|
ticketIssuedNotifications(userId, trainInfo.CLF_SN, trainInfo.OPI_SN, values.FlightMemo_messages,values.ticketImages)
|
|
|
|
.then(() => {
|
|
|
|
.then(() => {
|
|
|
|
notification.success({
|
|
|
|
notification.success({
|
|
|
|
message: `成功`,
|
|
|
|
message: `成功`,
|
|
|
@ -314,6 +307,16 @@ const TrainticketPlan = props => {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
autoComplete="off">
|
|
|
|
autoComplete="off">
|
|
|
|
|
|
|
|
<Divider orientation="left">车票图片</Divider>
|
|
|
|
|
|
|
|
<Row gutter={16}>
|
|
|
|
|
|
|
|
<Col md={24} lg={4} xxl={4}></Col>
|
|
|
|
|
|
|
|
<Col md={24} lg={16} xxl={16}>
|
|
|
|
|
|
|
|
<Form.Item name="ticketImages" valuePropName="fileList" getValueFromEvent={fileList => fileList}>
|
|
|
|
|
|
|
|
<ImageUploader osskey={`ghh/${trainInfo.GRI_SN}-${trainInfo.GRI_No}/trainticket/ticketimage/${trainInfo.CLF_SN}`} />
|
|
|
|
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
</Col>
|
|
|
|
|
|
|
|
<Col md={24} lg={4} xxl={4}></Col>
|
|
|
|
|
|
|
|
</Row>
|
|
|
|
<Divider orientation="left">出票完成通知</Divider>
|
|
|
|
<Divider orientation="left">出票完成通知</Divider>
|
|
|
|
<Row gutter={16}>
|
|
|
|
<Row gutter={16}>
|
|
|
|
<Col md={24} lg={20} xxl={20}>
|
|
|
|
<Col md={24} lg={20} xxl={20}>
|
|
|
|