@agile-team/wl-skills-kit 2.11.1 → 2.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/README.md +38 -21
- package/bin/wl-skills.js +27 -3
- package/files/.wl-skills/docs/jh-pagination.md +505 -505
- package/files/.wl-skills/docs/request.md +940 -940
- package/files/.wl-skills/docs/validate-exempt.md +113 -0
- package/files/.wl-skills/guides/architecture.md +1 -1
- package/files/.wl-skills/skills/_compat/headers/cursor-mdc.txt +1 -1
- package/files/.wl-skills/skills/_compat/headers/kiro.txt +1 -1
- package/files/.wl-skills/skills/_compat/headers/trae.txt +1 -1
- package/files/.wl-skills/skills/core/convention-audit/SKILL.md +3 -3
- package/files/.wl-skills/skills/core/spec-doc-parse/SKILL.md +332 -332
- package/files/.wl-skills/skills/core/spec-doc-parse/USAGE.md +97 -97
- package/files/.wl-skills/skills/sync/permission-sync/USAGE.md +107 -107
- package/files/.wl-skills/src/components/global/C_ParentView/index.vue +3 -3
- package/files/.wl-skills/src/components/global/C_RightToolbar/index.vue +157 -157
- package/files/.wl-skills/src/components/global/C_SvgIcon/index.vue +31 -31
- package/files/.wl-skills/src/components/global/C_SvgIcon/svgicon.js +10 -10
- package/files/.wl-skills/src/components/global/C_TagStatus/README.md +264 -264
- package/files/.wl-skills/src/components/global/C_TagStatus/config.ts +192 -192
- package/files/.wl-skills/src/components/global/C_TagStatus/index.vue +106 -106
- package/files/.wl-skills/src/components/global/C_TagStatus/types.ts +64 -64
- package/files/.wl-skills/src/components/global/C_Tree/README.md +153 -153
- package/files/.wl-skills/src/components/global/C_Tree/index.scss +42 -42
- package/files/.wl-skills/src/components/global/C_Tree/index.vue +78 -78
- package/files/.wl-skills/src/components/global/C_Tree/types.ts +59 -59
- package/files/.wl-skills/src/components/local/c_formModal/README.md +235 -235
- package/files/.wl-skills/src/components/local/c_formModal/data.ts +95 -95
- package/files/.wl-skills/src/components/local/c_formModal/index.scss +8 -8
- package/files/.wl-skills/src/components/local/c_formModal/index.vue +107 -107
- package/files/.wl-skills/src/components/local/c_formSections/data.ts +175 -175
- package/files/.wl-skills/src/components/local/c_formSections/index.scss +280 -280
- package/files/.wl-skills/src/components/local/c_formSections/index.vue +429 -429
- package/files/.wl-skills/src/components/local/c_listModal/data.ts +41 -41
- package/files/.wl-skills/src/components/local/c_listModal/index.vue +136 -136
- package/files/.wl-skills/src/components/local/c_spliterTitle/index.scss +25 -25
- package/files/.wl-skills/src/components/local/c_spliterTitle/index.vue +21 -21
- package/files/.wl-skills/src/components/remote/AGGrid/README.md +530 -530
- package/files/.wl-skills/src/components/remote/BaseForm/README.md +508 -508
- package/files/.wl-skills/src/components/remote/BaseQuery/README.md +865 -865
- package/files/.wl-skills/src/components/remote/BaseTable/README.md +941 -941
- package/files/.wl-skills/src/components/remote/BaseToolbar/README.md +496 -496
- package/files/.wl-skills/src/types/page.ts +24 -24
- package/files/.wl-skills/standards/04-coding-basics.md +39 -1
- package/files/.wl-skills/standards/09-typescript.md +26 -3
- package/files/.wl-skills/standards/12-base-table.md +56 -4
- package/files/.wl-skills/standards/13-platform-components.md +1 -0
- package/files/.wl-skills/standards/index.md +2 -2
- package/files/.wl-skills/templates/README.md +44 -44
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add/api.md +54 -54
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add/data.ts +346 -346
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add/index.scss +1 -1
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add/index.vue +28 -28
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add-form/data.ts +115 -115
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add-form/index.scss +44 -44
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-add-form/index.vue +43 -43
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change/data.ts +338 -338
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change/index.scss +1 -1
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change/index.vue +28 -28
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change-form/data.ts +115 -115
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change-form/index.scss +44 -44
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-apply-change-form/index.vue +43 -43
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-archive/api.md +88 -88
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-archive/data.ts +601 -601
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-archive/index.scss +1 -1
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-archive/index.vue +64 -64
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-detail/api.md +67 -67
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-detail/data.ts +286 -286
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-detail/index.scss +139 -139
- package/files/.wl-skills/templates/produce/aiflow/mmwr-customer-detail/index.vue +318 -318
- package/files/.wl-skills/templates/produce/aiflow/mmwr-temp-customer-archive/api.md +98 -98
- package/files/.wl-skills/templates/produce/aiflow/mmwr-temp-customer-archive/data.ts +543 -543
- package/files/.wl-skills/templates/produce/aiflow/mmwr-temp-customer-archive/index.scss +1 -1
- package/files/.wl-skills/templates/produce/aiflow/mmwr-temp-customer-archive/index.vue +52 -52
- package/files/.wl-skills/templates/sale/demo/add-demo/data.ts +518 -518
- package/files/.wl-skills/templates/sale/demo/billet-flame-cut-plan/data.ts +524 -524
- package/files/.wl-skills/templates/sale/demo/billet-flame-cut-plan/index.scss +154 -154
- package/files/.wl-skills/templates/sale/demo/billet-flame-cut-plan/index.vue +117 -117
- package/files/.wl-skills/templates/sale/demo/domestic-trade-order/data.ts +308 -308
- package/files/.wl-skills/templates/sale/demo/domestic-trade-order/index.scss +99 -99
- package/files/.wl-skills/templates/sale/demo/domestic-trade-order/index.vue +77 -77
- package/files/.wl-skills/templates/sale/demo/heat-batch-return/data.ts +367 -367
- package/files/.wl-skills/templates/sale/demo/heat-batch-return/index.scss +100 -100
- package/files/.wl-skills/templates/sale/demo/heat-batch-return/index.vue +170 -170
- package/files/.wl-skills/templates/sale/demo/heat-batch-return/meltDialog.vue +320 -320
- package/files/.wl-skills/templates/sale/demo/metallurgical-spec/data.ts +824 -824
- package/lib/ast-rules.js +395 -12
- package/mcp/config.js +46 -46
- package/mcp/registry.js +6 -1
- package/mcp/tools/projectTools.js +9 -1
- package/package.json +2 -2
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
# 临时客户档案 接口约定
|
|
2
|
-
|
|
3
|
-
> 服务: sale | 资源: tempCustomerArchive
|
|
4
|
-
|
|
5
|
-
## 1. 分页查询
|
|
6
|
-
|
|
7
|
-
```
|
|
8
|
-
POST /sale/tempCustomerArchive/list
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
### Request
|
|
12
|
-
|
|
13
|
-
| 字段 | 类型 | 必填 | 说明 |
|
|
14
|
-
| ------------------- | ------ | ---- | --------------------------------- |
|
|
15
|
-
| customerName | string | | 客户名称(模糊) |
|
|
16
|
-
| tempCustomerCode | string | | 临时客户编号 |
|
|
17
|
-
| customerCode | string | | 客户编码 |
|
|
18
|
-
| customerStatus | string | | 客户状态(dict: customer_status) |
|
|
19
|
-
| applicant | string | | 申请人 |
|
|
20
|
-
| conversionStatus | string | | 转换状态(dict: conversion_status) |
|
|
21
|
-
| createDateStart | string | | 建立日期-起(YYYY-MM-DD) |
|
|
22
|
-
| createDateEnd | string | | 建立日期-止(YYYY-MM-DD) |
|
|
23
|
-
| lastFollowDateStart | string | | 最后跟进-起(YYYY-MM-DD) |
|
|
24
|
-
| lastFollowDateEnd | string | | 最后跟进-止(YYYY-MM-DD) |
|
|
25
|
-
| current | number | 是 | 当前页 |
|
|
26
|
-
| size | number | 是 | 每页条数 |
|
|
27
|
-
|
|
28
|
-
### Response(35 列)
|
|
29
|
-
|
|
30
|
-
| 字段 | 类型 | 说明 |
|
|
31
|
-
| ------------------ | ------ | ----------------------------------- |
|
|
32
|
-
| customerCode | string | 客户编号 |
|
|
33
|
-
| useOrg | string | 使用组织 |
|
|
34
|
-
| productLine | string | 产品别(dict: product_line) |
|
|
35
|
-
| applyReason | string | 申请原因 |
|
|
36
|
-
| salesPerson | string | 业务员 |
|
|
37
|
-
| salesDept | string | 业务部门 |
|
|
38
|
-
| verificationStatus | string | 核实状态(dict: verification_status) |
|
|
39
|
-
| createBy | string | 创建人 |
|
|
40
|
-
| createTime | string | 创建时间 |
|
|
41
|
-
| lastFollower | string | 最近跟进人 |
|
|
42
|
-
| lastFollowDate | string | 最近跟进日期 |
|
|
43
|
-
| contactName | string | 联系人 |
|
|
44
|
-
| contactPosition | string | 职位 |
|
|
45
|
-
| phone | string | 手机号 |
|
|
46
|
-
| companyPhone | string | 公司电话 |
|
|
47
|
-
| email | string | E-mail |
|
|
48
|
-
| fax | string | 传真 |
|
|
49
|
-
| address | string | 地址 |
|
|
50
|
-
| receiverName | string | 收货人 |
|
|
51
|
-
| receiverPhone | string | 收货联系方式 |
|
|
52
|
-
| receiverAddress | string | 收货地址 |
|
|
53
|
-
| currency | string | 币别 |
|
|
54
|
-
| salesTaxRate | string | 销项税率 |
|
|
55
|
-
| bankAccountName | string | 银行账户名称 |
|
|
56
|
-
| bankType | string | 银行类别 |
|
|
57
|
-
| bankBranch | string | 银行网点 |
|
|
58
|
-
| bankAccount | string | 银行账户 |
|
|
59
|
-
| invoiceTitle | string | 发票抬头 |
|
|
60
|
-
| taxNo | string | 税号 |
|
|
61
|
-
| invoiceEmail | string | 收票邮箱 |
|
|
62
|
-
| invoicePhone | string | 电话 |
|
|
63
|
-
| invoiceAddress | string | 收票地址 |
|
|
64
|
-
| conversionStatus | string | 转化状态(dict: conversion_status) |
|
|
65
|
-
| customerStatus | string | 客户状态(dict: customer_status) |
|
|
66
|
-
|
|
67
|
-
---
|
|
68
|
-
|
|
69
|
-
## 2. 删除
|
|
70
|
-
|
|
71
|
-
```
|
|
72
|
-
DELETE /sale/tempCustomerArchive/remove?id={id}
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
## 3. 详情
|
|
76
|
-
|
|
77
|
-
```
|
|
78
|
-
GET /sale/tempCustomerArchive/getById?id={id}
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
## 4. 导出
|
|
82
|
-
|
|
83
|
-
```
|
|
84
|
-
GET /sale/tempCustomerArchive/export
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
## 5. 业务操作
|
|
88
|
-
|
|
89
|
-
```
|
|
90
|
-
POST /sale/tempCustomerArchive/assign — 分配
|
|
91
|
-
POST /sale/tempCustomerArchive/reclaim — 回收
|
|
92
|
-
POST /sale/tempCustomerArchive/convert — 转化
|
|
93
|
-
POST /sale/tempCustomerArchive/claim — 认领
|
|
94
|
-
POST /sale/tempCustomerArchive/returnBack — 退回
|
|
95
|
-
POST /sale/tempCustomerArchive/cancel — 作废
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
Request: `{ ids: string[] }`
|
|
1
|
+
# 临时客户档案 接口约定
|
|
2
|
+
|
|
3
|
+
> 服务: sale | 资源: tempCustomerArchive
|
|
4
|
+
|
|
5
|
+
## 1. 分页查询
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
POST /sale/tempCustomerArchive/list
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
### Request
|
|
12
|
+
|
|
13
|
+
| 字段 | 类型 | 必填 | 说明 |
|
|
14
|
+
| ------------------- | ------ | ---- | --------------------------------- |
|
|
15
|
+
| customerName | string | | 客户名称(模糊) |
|
|
16
|
+
| tempCustomerCode | string | | 临时客户编号 |
|
|
17
|
+
| customerCode | string | | 客户编码 |
|
|
18
|
+
| customerStatus | string | | 客户状态(dict: customer_status) |
|
|
19
|
+
| applicant | string | | 申请人 |
|
|
20
|
+
| conversionStatus | string | | 转换状态(dict: conversion_status) |
|
|
21
|
+
| createDateStart | string | | 建立日期-起(YYYY-MM-DD) |
|
|
22
|
+
| createDateEnd | string | | 建立日期-止(YYYY-MM-DD) |
|
|
23
|
+
| lastFollowDateStart | string | | 最后跟进-起(YYYY-MM-DD) |
|
|
24
|
+
| lastFollowDateEnd | string | | 最后跟进-止(YYYY-MM-DD) |
|
|
25
|
+
| current | number | 是 | 当前页 |
|
|
26
|
+
| size | number | 是 | 每页条数 |
|
|
27
|
+
|
|
28
|
+
### Response(35 列)
|
|
29
|
+
|
|
30
|
+
| 字段 | 类型 | 说明 |
|
|
31
|
+
| ------------------ | ------ | ----------------------------------- |
|
|
32
|
+
| customerCode | string | 客户编号 |
|
|
33
|
+
| useOrg | string | 使用组织 |
|
|
34
|
+
| productLine | string | 产品别(dict: product_line) |
|
|
35
|
+
| applyReason | string | 申请原因 |
|
|
36
|
+
| salesPerson | string | 业务员 |
|
|
37
|
+
| salesDept | string | 业务部门 |
|
|
38
|
+
| verificationStatus | string | 核实状态(dict: verification_status) |
|
|
39
|
+
| createBy | string | 创建人 |
|
|
40
|
+
| createTime | string | 创建时间 |
|
|
41
|
+
| lastFollower | string | 最近跟进人 |
|
|
42
|
+
| lastFollowDate | string | 最近跟进日期 |
|
|
43
|
+
| contactName | string | 联系人 |
|
|
44
|
+
| contactPosition | string | 职位 |
|
|
45
|
+
| phone | string | 手机号 |
|
|
46
|
+
| companyPhone | string | 公司电话 |
|
|
47
|
+
| email | string | E-mail |
|
|
48
|
+
| fax | string | 传真 |
|
|
49
|
+
| address | string | 地址 |
|
|
50
|
+
| receiverName | string | 收货人 |
|
|
51
|
+
| receiverPhone | string | 收货联系方式 |
|
|
52
|
+
| receiverAddress | string | 收货地址 |
|
|
53
|
+
| currency | string | 币别 |
|
|
54
|
+
| salesTaxRate | string | 销项税率 |
|
|
55
|
+
| bankAccountName | string | 银行账户名称 |
|
|
56
|
+
| bankType | string | 银行类别 |
|
|
57
|
+
| bankBranch | string | 银行网点 |
|
|
58
|
+
| bankAccount | string | 银行账户 |
|
|
59
|
+
| invoiceTitle | string | 发票抬头 |
|
|
60
|
+
| taxNo | string | 税号 |
|
|
61
|
+
| invoiceEmail | string | 收票邮箱 |
|
|
62
|
+
| invoicePhone | string | 电话 |
|
|
63
|
+
| invoiceAddress | string | 收票地址 |
|
|
64
|
+
| conversionStatus | string | 转化状态(dict: conversion_status) |
|
|
65
|
+
| customerStatus | string | 客户状态(dict: customer_status) |
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## 2. 删除
|
|
70
|
+
|
|
71
|
+
```
|
|
72
|
+
DELETE /sale/tempCustomerArchive/remove?id={id}
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## 3. 详情
|
|
76
|
+
|
|
77
|
+
```
|
|
78
|
+
GET /sale/tempCustomerArchive/getById?id={id}
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## 4. 导出
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
GET /sale/tempCustomerArchive/export
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## 5. 业务操作
|
|
88
|
+
|
|
89
|
+
```
|
|
90
|
+
POST /sale/tempCustomerArchive/assign — 分配
|
|
91
|
+
POST /sale/tempCustomerArchive/reclaim — 回收
|
|
92
|
+
POST /sale/tempCustomerArchive/convert — 转化
|
|
93
|
+
POST /sale/tempCustomerArchive/claim — 认领
|
|
94
|
+
POST /sale/tempCustomerArchive/returnBack — 退回
|
|
95
|
+
POST /sale/tempCustomerArchive/cancel — 作废
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
Request: `{ ids: string[] }`
|