You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.2 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
Created: 2025-07-11 09:45 Fri
Updated: 2025-08-11 16:43 Mon
---
### ✈2025-08-13前
```ad-red
title: ✈2025-08-13前
```
1. ["] 钉钉提醒客服产品变动 ✅ 2025-07-22
2. ["] 地接首页先选年份再展示产品
3. ["] 价格时间段根据选择并默认全年 📅 2025-08-13
4. [x] 审核页面:新增单独标注 📅 2025-08-13 ✅ 2025-07-25
5. ["] 产品绑定多城市 📅 2025-08-13 ✅ 2025-07-24
6. ["] 规范价格的人等数字录入 📅 2025-08-13 ✅ 2025-07-23
7. [x] 多城市显示 2025-07-24 ✅ 2025-07-28
### 📅2025-08-27后
```ad-attention
title: 📅2025-08-27后
```
1. [x] 复制单个产品功能 (2d) ✅ 2025-08-11
2. [x] 拒绝的价格要显示原价格 ✅ 2025-07-24
3. [x] 根据名称搜索产品, 仅显示匹配 ✅ 2025-07-22
4. ["] 景点按关键词排序
5. [x] 包价线路增加“包价类型”“排序” ✅ 2025-07-24
6. [ ] 合同下载优化: 按城市-人等份表格
---
##### 拒绝的价格要显示原价格
- +历史记录表: 记录已发布的价格
- 无历史: 拒绝后, 从HT读取, 回填
##### 审核页面:新增单独标注
**“哪项变动,和原来的价格对比”**
- [?] `原来的价格`是指: 上一次编辑? 已发布生效的价格?
---
```js
// new Paragraph({
// alignment: (rowp.quote_chunk['SS'] || []).length > 1 ? AlignmentType.LEFT : AlignmentType.CENTER,
// children: (rowp.quote_chunk['SS'] || []).map(
// (quoteItem, ii, _arr) =>
// new TextRun({
// break: _arr.length > 1 ? 1 : 0,
// children:
// withSize && (String(quoteItem.unit_id) !== defaultUnit || _arr.length > 1)
// ? [`${formatGroupSize(quoteItem.group_size_min, quoteItem.group_size_max)}`, new Tab(), `${quoteItem.unit_name}`, new Tab(), `${quoteItem.adult_cost}`]
// : [`${quoteItem.adult_cost}`],
// })
// ),
// tabStops: [
// { type: TabStopType.LEFT, position: 400 },
// { type: TabStopType.LEFT, position: 480 },
// ],
// }),
```