hookehuyr

docs(parse): 添加计划书模版2多产品审核文件

- 4 个保险产品审核文件
- 宏摯傳承保障計劃
- 宏摯家傳承保險計劃
- 宏浚傳承保障計劃
- 赤霞珠終身壽險計劃2基本人壽保障選項

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 +# 产品配置审核 - 计划书模版2.docx
2 +
3 +**解析时间**: 2026/2/15 00:41:27
4 +**原始文件**: 计划书模版2.docx
5 +**数据来源**: docs/to-parse/计划书模版2.docx
6 +
7 +---
8 +
9 +## 📋 产品基本信息
10 +
11 +| 字段 | 提取值 | 需要确认 |
12 +|------|--------|---------|
13 +| 产品名称 | 宏摯傳承保障計劃 - 性別, 年齡, 出生年月日 | ✅ 请核对产品名称 |
14 +| 产品类型 | savings | ✅ 请确认产品类型 |
15 +| 币种 | USD | ✅ 请确认币种 |
16 +| form_sn | `savings-product-ef3dd50b` | ✅ 请确认 form_sn 唯一性 |
17 +| 缴费年期 | ["整付","3年","5年","10年","15年"] | ✅ 请确认缴费年期选项 |
18 +| 年龄范围 | 0-75岁 | ✅ 请确认年龄范围 |
19 +| 保险期间 | 终身 | ✅ 请确认保险期间 |
20 +
21 +
22 +### 💰 储蓄类产品特有字段
23 +
24 +| 字段 | 提取值 | 需要确认 |
25 +|------|--------|---------|
26 +| 提取方式 | ["最高固定提取金额"] | ✅ 请确认提取方式 |
27 +| 提取期 | ["1年","3年","5年","10年"] | ✅ 请确认提取期选项 |
28 +
29 +
30 +---
31 +
32 +## 🤖 智能字段提取报告
33 +
34 +### 匹配统计
35 +
36 +- ✅ 成功匹配: 4 字段
37 +- ⚠️ 使用默认值: 3 字段
38 +- ❌ 未匹配(需人工补充): 0 字段
39 +
40 +### ✅ 已成功匹配的字段
41 +
42 +- product_name
43 +- product_type
44 +- payment_periods
45 +- withdrawal_modes
46 +
47 +
48 +### ⚠️ 使用默认值的字段
49 +
50 +- **currency**: 未找到字段 "currency",使用默认值: "USD"
51 +- **age_range**: 未找到字段 "age_range",使用默认值: {"min":0,"max":75}
52 +- **insurance_period**: 未找到字段 "insurance_period",使用默认值: "终身"
53 +
54 +
55 +
56 +
57 +---
58 +
59 +## 🧾 配置预览
60 +
61 +```javascript
62 +{
63 + "product_name": "宏摯傳承保障計劃 - 性別, 年齡, 出生年月日",
64 + "product_type": "savings",
65 + "currency": "USD",
66 + "form_sn": "savings-product-ef3dd50b",
67 + "payment_periods": [
68 + "整付",
69 + "3年",
70 + "5年",
71 + "10年",
72 + "15年"
73 + ],
74 + "age_range": {
75 + "min": 0,
76 + "max": 75
77 + },
78 + "insurance_period": "终身",
79 + "is_savings": true,
80 + "withdrawal_modes": [
81 + "最高固定提取金额"
82 + ],
83 + "withdrawal_periods": [
84 + "1年",
85 + "3年",
86 + "5年",
87 + "10年"
88 + ]
89 +}
90 +```
91 +
92 +---
93 +
94 +## 📝 表单字段 (form_schema)
95 +
96 +```javascript
97 +{
98 + "base_fields": [],
99 + "withdrawal_fields": [],
100 + "reset_map": {}
101 +}
102 +```
103 +
104 +---
105 +
106 +## 🔄 提交字段映射 (submit_mapping)
107 +
108 +```javascript
109 +{}
110 +```
111 +
112 +---
113 +
114 +## 🧩 生成配置片段
115 +
116 +```javascript
117 +/**
118 + * 宏摯傳承保障計劃 - 性別, 年齡, 出生年月日
119 + * @added 2026-02-14T16:41:27.878Z
120 + * @source docs/to-parse/计划书模版2.docx
121 + */
122 + 'savings-product-ef3dd50b': {
123 + name: '宏摯傳承保障計劃 - 性別, 年齡, 出生年月日',
124 + component: 'SavingsTemplate',
125 + category: 'savings',
126 + config: {
127 + currency: 'USD',
128 + payment_periods: ["整付","3年","5年","10年","15年"],
129 + age_range: { min: 0, max: 75 },
130 + insurance_period: '终身',
131 + withdrawal_plan: {
132 + enabled: true,
133 + currencies: ['HKD', 'USD', 'CNY'],
134 + default_currency: 'USD',
135 + withdrawal_modes: ["最高固定提取金额"],
136 + withdrawal_periods: ["1年","3年","5年","10年"]
137 + },
138 + form_schema: savingsFormSchema,
139 + submit_mapping: savingsSubmitMapping
140 + }
141 + }
142 +```
143 +
144 +---
145 +
146 +## ✅ 审核检查清单
147 +
148 +### 基础信息
149 +- [ ] 产品名称正确
150 +- [ ] 产品类型正确(savings/critical-illness/life-insurance)
151 +- [ ] 币种正确(USD/CNY/HKD/EUR)
152 +- [ ] form_sn 唯一且符合命名规范
153 +
154 +### 缴费与年龄
155 +- [ ] 缴费年期选项完整且正确
156 +- [ ] 年龄范围合理
157 +- [ ] 保险期间正确
158 +
159 +### 储蓄类特有(如适用)
160 +- [ ] 提取方式正确
161 +- [ ] 提取期选项完整
162 +- [ ] 表单字段定义完整
163 +- [ ] 提交字段映射正确
164 +
165 +---
166 +
167 +## 📋 审核后操作
168 +
169 +### 确认无误
170 +```bash
171 +# 1. 移动到 approved 目录
172 +mv docs/parse-audit/pending/2026-02-14-计划书模版2-宏摯傳承保障計劃-性別-年齡-出生年月日.md \
173 + docs/parse-audit/approved/
174 +
175 +# 2. 合并到正式配置
176 +# 手动复制或使用工具合并到 src/config/plan-templates.js
177 +
178 +# 3. 删除待审核文件(可选)
179 +rm docs/parse-audit/pending/2026-02-14-计划书模版2-宏摯傳承保障計劃-性別-年齡-出生年月日.md
180 +```
181 +
182 +### 需要修改
183 +1. 编辑本文件修正内容
184 +2. 重新提交审核
185 +
186 +### 放弃本次解析
187 +```bash
188 +rm docs/parse-audit/pending/2026-02-14-计划书模版2-宏摯傳承保障計劃-性別-年齡-出生年月日.md
189 +```
190 +
191 +---
192 +
193 +## 审核状态
194 +
195 +- [ ] 待审核
196 +- [ ] 已通过
197 +- [ ] 已拒绝
198 +
199 +## 审核意见
200 +
201 +```text
202 +```
1 +# 产品配置审核 - 计划书模版2.docx
2 +
3 +**解析时间**: 2026/2/15 00:41:27
4 +**原始文件**: 计划书模版2.docx
5 +**数据来源**: docs/to-parse/计划书模版2.docx
6 +
7 +---
8 +
9 +## 📋 产品基本信息
10 +
11 +| 字段 | 提取值 | 需要确认 |
12 +|------|--------|---------|
13 +| 产品名称 | 宏摯家傳承保險計劃- 性別, 年齡, 出生年月日 | ✅ 请核对产品名称 |
14 +| 产品类型 | savings | ✅ 请确认产品类型 |
15 +| 币种 | USD | ✅ 请确认币种 |
16 +| form_sn | `savings-product-aaaa60f8` | ✅ 请确认 form_sn 唯一性 |
17 +| 缴费年期 | ["整付","3年","5年"] | ✅ 请确认缴费年期选项 |
18 +| 年龄范围 | 0-75岁 | ✅ 请确认年龄范围 |
19 +| 保险期间 | 终身 | ✅ 请确认保险期间 |
20 +
21 +
22 +### 💰 储蓄类产品特有字段
23 +
24 +| 字段 | 提取值 | 需要确认 |
25 +|------|--------|---------|
26 +| 提取方式 | ["年龄指定金额","最高固定金额"] | ✅ 请确认提取方式 |
27 +| 提取期 | ["1年","3年","5年","10年"] | ✅ 请确认提取期选项 |
28 +
29 +
30 +---
31 +
32 +## 🤖 智能字段提取报告
33 +
34 +### 匹配统计
35 +
36 +- ✅ 成功匹配: 2 字段
37 +- ⚠️ 使用默认值: 4 字段
38 +- ❌ 未匹配(需人工补充): 0 字段
39 +
40 +### ✅ 已成功匹配的字段
41 +
42 +- product_name
43 +- payment_periods
44 +
45 +
46 +### ⚠️ 使用默认值的字段
47 +
48 +- **product_type**: 未找到字段 "product_type",使用默认值: "savings"
49 +- **currency**: 未找到字段 "currency",使用默认值: "USD"
50 +- **age_range**: 未找到字段 "age_range",使用默认值: {"min":0,"max":75}
51 +- **insurance_period**: 未找到字段 "insurance_period",使用默认值: "终身"
52 +
53 +
54 +
55 +
56 +---
57 +
58 +## 🧾 配置预览
59 +
60 +```javascript
61 +{
62 + "product_name": "宏摯家傳承保險計劃- 性別, 年齡, 出生年月日",
63 + "product_type": "savings",
64 + "currency": "USD",
65 + "form_sn": "savings-product-aaaa60f8",
66 + "payment_periods": [
67 + "整付",
68 + "3年",
69 + "5年"
70 + ],
71 + "age_range": {
72 + "min": 0,
73 + "max": 75
74 + },
75 + "insurance_period": "终身",
76 + "is_savings": true,
77 + "withdrawal_modes": [
78 + "年龄指定金额",
79 + "最高固定金额"
80 + ],
81 + "withdrawal_periods": [
82 + "1年",
83 + "3年",
84 + "5年",
85 + "10年"
86 + ]
87 +}
88 +```
89 +
90 +---
91 +
92 +## 📝 表单字段 (form_schema)
93 +
94 +```javascript
95 +{
96 + "base_fields": [],
97 + "withdrawal_fields": [],
98 + "reset_map": {}
99 +}
100 +```
101 +
102 +---
103 +
104 +## 🔄 提交字段映射 (submit_mapping)
105 +
106 +```javascript
107 +{}
108 +```
109 +
110 +---
111 +
112 +## 🧩 生成配置片段
113 +
114 +```javascript
115 +/**
116 + * 宏摯家傳承保險計劃- 性別, 年齡, 出生年月日
117 + * @added 2026-02-14T16:41:27.893Z
118 + * @source docs/to-parse/计划书模版2.docx
119 + */
120 + 'savings-product-aaaa60f8': {
121 + name: '宏摯家傳承保險計劃- 性別, 年齡, 出生年月日',
122 + component: 'SavingsTemplate',
123 + category: 'savings',
124 + config: {
125 + currency: 'USD',
126 + payment_periods: ["整付","3年","5年"],
127 + age_range: { min: 0, max: 75 },
128 + insurance_period: '终身',
129 + withdrawal_plan: {
130 + enabled: true,
131 + currencies: ['HKD', 'USD', 'CNY'],
132 + default_currency: 'USD',
133 + withdrawal_modes: ["年龄指定金额","最高固定金额"],
134 + withdrawal_periods: ["1年","3年","5年","10年"]
135 + },
136 + form_schema: savingsFormSchema,
137 + submit_mapping: savingsSubmitMapping
138 + }
139 + }
140 +```
141 +
142 +---
143 +
144 +## ✅ 审核检查清单
145 +
146 +### 基础信息
147 +- [ ] 产品名称正确
148 +- [ ] 产品类型正确(savings/critical-illness/life-insurance)
149 +- [ ] 币种正确(USD/CNY/HKD/EUR)
150 +- [ ] form_sn 唯一且符合命名规范
151 +
152 +### 缴费与年龄
153 +- [ ] 缴费年期选项完整且正确
154 +- [ ] 年龄范围合理
155 +- [ ] 保险期间正确
156 +
157 +### 储蓄类特有(如适用)
158 +- [ ] 提取方式正确
159 +- [ ] 提取期选项完整
160 +- [ ] 表单字段定义完整
161 +- [ ] 提交字段映射正确
162 +
163 +---
164 +
165 +## 📋 审核后操作
166 +
167 +### 确认无误
168 +```bash
169 +# 1. 移动到 approved 目录
170 +mv docs/parse-audit/pending/2026-02-14-计划书模版2-宏摯家傳承保險計劃-性別-年齡-出生年月日.md \
171 + docs/parse-audit/approved/
172 +
173 +# 2. 合并到正式配置
174 +# 手动复制或使用工具合并到 src/config/plan-templates.js
175 +
176 +# 3. 删除待审核文件(可选)
177 +rm docs/parse-audit/pending/2026-02-14-计划书模版2-宏摯家傳承保險計劃-性別-年齡-出生年月日.md
178 +```
179 +
180 +### 需要修改
181 +1. 编辑本文件修正内容
182 +2. 重新提交审核
183 +
184 +### 放弃本次解析
185 +```bash
186 +rm docs/parse-audit/pending/2026-02-14-计划书模版2-宏摯家傳承保險計劃-性別-年齡-出生年月日.md
187 +```
188 +
189 +---
190 +
191 +## 审核状态
192 +
193 +- [ ] 待审核
194 +- [ ] 已通过
195 +- [ ] 已拒绝
196 +
197 +## 审核意见
198 +
199 +```text
200 +```
1 +# 产品配置审核 - 计划书模版2.docx
2 +
3 +**解析时间**: 2026/2/15 00:41:27
4 +**原始文件**: 计划书模版2.docx
5 +**数据来源**: docs/to-parse/计划书模版2.docx
6 +
7 +---
8 +
9 +## 📋 产品基本信息
10 +
11 +| 字段 | 提取值 | 需要确认 |
12 +|------|--------|---------|
13 +| 产品名称 | 宏浚傳承保障計劃 | ✅ 请核对产品名称 |
14 +| 产品类型 | savings | ✅ 请确认产品类型 |
15 +| 币种 | USD | ✅ 请确认币种 |
16 +| form_sn | `savings-product-d1581522` | ✅ 请确认 form_sn 唯一性 |
17 +| 缴费年期 | ["整付","2年","5年"] | ✅ 请确认缴费年期选项 |
18 +| 年龄范围 | 0-75岁 | ✅ 请确认年龄范围 |
19 +| 保险期间 | 终身 | ✅ 请确认保险期间 |
20 +
21 +
22 +### 💰 储蓄类产品特有字段
23 +
24 +| 字段 | 提取值 | 需要确认 |
25 +|------|--------|---------|
26 +| 提取方式 | ["年龄指定金额","最高固定金额"] | ✅ 请确认提取方式 |
27 +| 提取期 | ["1年","3年","5年","10年"] | ✅ 请确认提取期选项 |
28 +
29 +
30 +---
31 +
32 +## 🤖 智能字段提取报告
33 +
34 +### 匹配统计
35 +
36 +- ✅ 成功匹配: 2 字段
37 +- ⚠️ 使用默认值: 4 字段
38 +- ❌ 未匹配(需人工补充): 0 字段
39 +
40 +### ✅ 已成功匹配的字段
41 +
42 +- product_name
43 +- payment_periods
44 +
45 +
46 +### ⚠️ 使用默认值的字段
47 +
48 +- **product_type**: 未找到字段 "product_type",使用默认值: "savings"
49 +- **currency**: 未找到字段 "currency",使用默认值: "USD"
50 +- **age_range**: 未找到字段 "age_range",使用默认值: {"min":0,"max":75}
51 +- **insurance_period**: 未找到字段 "insurance_period",使用默认值: "终身"
52 +
53 +
54 +
55 +
56 +---
57 +
58 +## 🧾 配置预览
59 +
60 +```javascript
61 +{
62 + "product_name": "宏浚傳承保障計劃",
63 + "product_type": "savings",
64 + "currency": "USD",
65 + "form_sn": "savings-product-d1581522",
66 + "payment_periods": [
67 + "整付",
68 + "2年",
69 + "5年"
70 + ],
71 + "age_range": {
72 + "min": 0,
73 + "max": 75
74 + },
75 + "insurance_period": "终身",
76 + "is_savings": true,
77 + "withdrawal_modes": [
78 + "年龄指定金额",
79 + "最高固定金额"
80 + ],
81 + "withdrawal_periods": [
82 + "1年",
83 + "3年",
84 + "5年",
85 + "10年"
86 + ]
87 +}
88 +```
89 +
90 +---
91 +
92 +## 📝 表单字段 (form_schema)
93 +
94 +```javascript
95 +{
96 + "base_fields": [],
97 + "withdrawal_fields": [],
98 + "reset_map": {}
99 +}
100 +```
101 +
102 +---
103 +
104 +## 🔄 提交字段映射 (submit_mapping)
105 +
106 +```javascript
107 +{}
108 +```
109 +
110 +---
111 +
112 +## 🧩 生成配置片段
113 +
114 +```javascript
115 +/**
116 + * 宏浚傳承保障計劃
117 + * @added 2026-02-14T16:41:27.893Z
118 + * @source docs/to-parse/计划书模版2.docx
119 + */
120 + 'savings-product-d1581522': {
121 + name: '宏浚傳承保障計劃',
122 + component: 'SavingsTemplate',
123 + category: 'savings',
124 + config: {
125 + currency: 'USD',
126 + payment_periods: ["整付","2年","5年"],
127 + age_range: { min: 0, max: 75 },
128 + insurance_period: '终身',
129 + withdrawal_plan: {
130 + enabled: true,
131 + currencies: ['HKD', 'USD', 'CNY'],
132 + default_currency: 'USD',
133 + withdrawal_modes: ["年龄指定金额","最高固定金额"],
134 + withdrawal_periods: ["1年","3年","5年","10年"]
135 + },
136 + form_schema: savingsFormSchema,
137 + submit_mapping: savingsSubmitMapping
138 + }
139 + }
140 +```
141 +
142 +---
143 +
144 +## ✅ 审核检查清单
145 +
146 +### 基础信息
147 +- [ ] 产品名称正确
148 +- [ ] 产品类型正确(savings/critical-illness/life-insurance)
149 +- [ ] 币种正确(USD/CNY/HKD/EUR)
150 +- [ ] form_sn 唯一且符合命名规范
151 +
152 +### 缴费与年龄
153 +- [ ] 缴费年期选项完整且正确
154 +- [ ] 年龄范围合理
155 +- [ ] 保险期间正确
156 +
157 +### 储蓄类特有(如适用)
158 +- [ ] 提取方式正确
159 +- [ ] 提取期选项完整
160 +- [ ] 表单字段定义完整
161 +- [ ] 提交字段映射正确
162 +
163 +---
164 +
165 +## 📋 审核后操作
166 +
167 +### 确认无误
168 +```bash
169 +# 1. 移动到 approved 目录
170 +mv docs/parse-audit/pending/2026-02-14-计划书模版2-宏浚傳承保障計劃.md \
171 + docs/parse-audit/approved/
172 +
173 +# 2. 合并到正式配置
174 +# 手动复制或使用工具合并到 src/config/plan-templates.js
175 +
176 +# 3. 删除待审核文件(可选)
177 +rm docs/parse-audit/pending/2026-02-14-计划书模版2-宏浚傳承保障計劃.md
178 +```
179 +
180 +### 需要修改
181 +1. 编辑本文件修正内容
182 +2. 重新提交审核
183 +
184 +### 放弃本次解析
185 +```bash
186 +rm docs/parse-audit/pending/2026-02-14-计划书模版2-宏浚傳承保障計劃.md
187 +```
188 +
189 +---
190 +
191 +## 审核状态
192 +
193 +- [ ] 待审核
194 +- [ ] 已通过
195 +- [ ] 已拒绝
196 +
197 +## 审核意见
198 +
199 +```text
200 +```
1 +# 产品配置审核 - 计划书模版2.docx
2 +
3 +**解析时间**: 2026/2/15 00:41:27
4 +**原始文件**: 计划书模版2.docx
5 +**数据来源**: docs/to-parse/计划书模版2.docx
6 +
7 +---
8 +
9 +## 📋 产品基本信息
10 +
11 +| 字段 | 提取值 | 需要确认 |
12 +|------|--------|---------|
13 +| 产品名称 | 赤霞珠終身壽險計劃2基本人壽保障選項 | ✅ 请核对产品名称 |
14 +| 产品类型 | savings | ✅ 请确认产品类型 |
15 +| 币种 | USD | ✅ 请确认币种 |
16 +| form_sn | `savings-2-031c1237` | ✅ 请确认 form_sn 唯一性 |
17 +| 缴费年期 | ["5年","8年","12年","15年"] | ✅ 请确认缴费年期选项 |
18 +| 年龄范围 | 0-75岁 | ✅ 请确认年龄范围 |
19 +| 保险期间 | 终身 | ✅ 请确认保险期间 |
20 +
21 +
22 +### 💰 储蓄类产品特有字段
23 +
24 +| 字段 | 提取值 | 需要确认 |
25 +|------|--------|---------|
26 +| 提取方式 | ["年龄指定金额","最高固定金额"] | ✅ 请确认提取方式 |
27 +| 提取期 | ["1年","3年","5年","10年"] | ✅ 请确认提取期选项 |
28 +
29 +
30 +---
31 +
32 +## 🤖 智能字段提取报告
33 +
34 +### 匹配统计
35 +
36 +- ✅ 成功匹配: 2 字段
37 +- ⚠️ 使用默认值: 4 字段
38 +- ❌ 未匹配(需人工补充): 0 字段
39 +
40 +### ✅ 已成功匹配的字段
41 +
42 +- product_name
43 +- payment_periods
44 +
45 +
46 +### ⚠️ 使用默认值的字段
47 +
48 +- **product_type**: 未找到字段 "product_type",使用默认值: "savings"
49 +- **currency**: 未找到字段 "currency",使用默认值: "USD"
50 +- **age_range**: 未找到字段 "age_range",使用默认值: {"min":0,"max":75}
51 +- **insurance_period**: 未找到字段 "insurance_period",使用默认值: "终身"
52 +
53 +
54 +
55 +
56 +---
57 +
58 +## 🧾 配置预览
59 +
60 +```javascript
61 +{
62 + "product_name": "赤霞珠終身壽險計劃2基本人壽保障選項",
63 + "product_type": "savings",
64 + "currency": "USD",
65 + "form_sn": "savings-2-031c1237",
66 + "payment_periods": [
67 + "5年",
68 + "8年",
69 + "12年",
70 + "15年"
71 + ],
72 + "age_range": {
73 + "min": 0,
74 + "max": 75
75 + },
76 + "insurance_period": "终身",
77 + "is_savings": true,
78 + "withdrawal_modes": [
79 + "年龄指定金额",
80 + "最高固定金额"
81 + ],
82 + "withdrawal_periods": [
83 + "1年",
84 + "3年",
85 + "5年",
86 + "10年"
87 + ]
88 +}
89 +```
90 +
91 +---
92 +
93 +## 📝 表单字段 (form_schema)
94 +
95 +```javascript
96 +{
97 + "base_fields": [],
98 + "withdrawal_fields": [],
99 + "reset_map": {}
100 +}
101 +```
102 +
103 +---
104 +
105 +## 🔄 提交字段映射 (submit_mapping)
106 +
107 +```javascript
108 +{}
109 +```
110 +
111 +---
112 +
113 +## 🧩 生成配置片段
114 +
115 +```javascript
116 +/**
117 + * 赤霞珠終身壽險計劃2基本人壽保障選項
118 + * @added 2026-02-14T16:41:27.893Z
119 + * @source docs/to-parse/计划书模版2.docx
120 + */
121 + 'savings-2-031c1237': {
122 + name: '赤霞珠終身壽險計劃2基本人壽保障選項',
123 + component: 'SavingsTemplate',
124 + category: 'savings',
125 + config: {
126 + currency: 'USD',
127 + payment_periods: ["5年","8年","12年","15年"],
128 + age_range: { min: 0, max: 75 },
129 + insurance_period: '终身',
130 + withdrawal_plan: {
131 + enabled: true,
132 + currencies: ['HKD', 'USD', 'CNY'],
133 + default_currency: 'USD',
134 + withdrawal_modes: ["年龄指定金额","最高固定金额"],
135 + withdrawal_periods: ["1年","3年","5年","10年"]
136 + },
137 + form_schema: savingsFormSchema,
138 + submit_mapping: savingsSubmitMapping
139 + }
140 + }
141 +```
142 +
143 +---
144 +
145 +## ✅ 审核检查清单
146 +
147 +### 基础信息
148 +- [ ] 产品名称正确
149 +- [ ] 产品类型正确(savings/critical-illness/life-insurance)
150 +- [ ] 币种正确(USD/CNY/HKD/EUR)
151 +- [ ] form_sn 唯一且符合命名规范
152 +
153 +### 缴费与年龄
154 +- [ ] 缴费年期选项完整且正确
155 +- [ ] 年龄范围合理
156 +- [ ] 保险期间正确
157 +
158 +### 储蓄类特有(如适用)
159 +- [ ] 提取方式正确
160 +- [ ] 提取期选项完整
161 +- [ ] 表单字段定义完整
162 +- [ ] 提交字段映射正确
163 +
164 +---
165 +
166 +## 📋 审核后操作
167 +
168 +### 确认无误
169 +```bash
170 +# 1. 移动到 approved 目录
171 +mv docs/parse-audit/pending/2026-02-14-计划书模版2-赤霞珠終身壽險計劃2基本人壽保障選項.md \
172 + docs/parse-audit/approved/
173 +
174 +# 2. 合并到正式配置
175 +# 手动复制或使用工具合并到 src/config/plan-templates.js
176 +
177 +# 3. 删除待审核文件(可选)
178 +rm docs/parse-audit/pending/2026-02-14-计划书模版2-赤霞珠終身壽險計劃2基本人壽保障選項.md
179 +```
180 +
181 +### 需要修改
182 +1. 编辑本文件修正内容
183 +2. 重新提交审核
184 +
185 +### 放弃本次解析
186 +```bash
187 +rm docs/parse-audit/pending/2026-02-14-计划书模版2-赤霞珠終身壽險計劃2基本人壽保障選項.md
188 +```
189 +
190 +---
191 +
192 +## 审核状态
193 +
194 +- [ ] 待审核
195 +- [ ] 已通过
196 +- [ ] 已拒绝
197 +
198 +## 审核意见
199 +
200 +```text
201 +```
This diff is collapsed. Click to expand it.