> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/bang-zhu-zhong-xin/re-men-fen-lei/shou-qian-piao-wu/ru-he-chong-xin-sheng-dan.md).

# 如何重新生单？

在日常业务运营中，客户的订单经常会因各类原因被取消或过期，需要重新下单。您可以通过ATRIP的“**重新生单**”功能，快速创建与原始订单信息完全一致的订单，从而高效完成出票流程，提升业务处理效率。

### **重新生单路径：**

ATRIP -> 订单中心 -> 我的订单 -> 订单详情 -> 重新生单

<figure><img src="/files/ijnQ9GJFSnpn14yCxvTQ" alt=""><figcaption></figcaption></figure>

###

### **操作说明：**

1. 找到已取消且需要重新生成的订单，点击订单详情页面右上角的“重新生单”按钮；
2. 进入订单确认页面，系统将自动带入原始订单的乘客及行程信息。如需调整乘客信息，可以直接在当前页面进行新增、删除或修改操作；

{% hint style="warning" %}
**请注意：**

**乘客数量不能超过页面显示的剩余座位数；**

**操作过程中若出现报错，系统会提供明确的文字提示。届时请留意查看提示内容，以便根据指引进行后续操作。**
{% endhint %}

<figure><img src="/files/xqw7LowFMsg25Yv6qZSO" alt=""><figcaption></figcaption></figure>

3. 确认行程和乘客信息无误后，点击“Baggage Info”按钮进入一下步；

<figure><img src="/files/EZz9gnIg2XQr7Iy90dwZ" alt=""><figcaption></figcaption></figure>

4. 在行李详情页面，可根据乘客需求添加行李信息；

<figure><img src="/files/7ZiZstD7szXrY2ZzTYIj" alt=""><figcaption></figcaption></figure>

5. 在确认行李信息添加完毕后，点击“Book” 按钮生成新的订单：

<figure><img src="/files/DZBGvdGbUQpV372UiJVI" alt=""><figcaption></figcaption></figure>

6. 请仔细核对新订单信息（注：该页面上方将会显示新的订单号），并在订票保留时间内及时确认；

点击“支付”按钮完成付款（订单金额将从预存款中扣除），即可成功完成重新生单流程。

<figure><img src="/files/ve6gIj7lVFdQeaDpVcXf" alt=""><figcaption></figcaption></figure>

7. 订单生成后，该笔订单会显示在 “我的订单”列表中，便于后续管理。

<figure><img src="/files/OQA0X1P17IlmKN7jFSiK" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://resources.atriptech.com/bang-zhu-zhong-xin/re-men-fen-lei/shou-qian-piao-wu/ru-he-chong-xin-sheng-dan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
