Browse Source

Merge branch 'hotfix/旭合ERP对接'

master 旭合ERP对接
张耀宗 12 months ago
parent
commit
0b05480f77
  1. 33
      mes/物料/修改物料.md
  2. 15
      mes/物料/列出物料.md
  3. 15
      mes/物料/查询物料详情.md
  4. 30
      mes/物料/添加物料.md
  5. 80
      wms/供应商/供应商列表.md
  6. 76
      wms/供应商/修改供应商.md
  7. 58
      wms/供应商/删除供应商.md
  8. 74
      wms/供应商/新增供应商.md
  9. 68
      wms/供应商/获取供应商详情.md
  10. 67
      wms/员工/修改员工.md
  11. 55
      wms/员工/删除员工.md
  12. 76
      wms/员工/员工列表.md
  13. 65
      wms/员工/新增员工.md
  14. 64
      wms/员工/获取员工详情.md
  15. 77
      wms/客户/修改客户.md
  16. 58
      wms/客户/删除客户.md
  17. 82
      wms/客户/客户列表.md
  18. 75
      wms/客户/新增客户.md
  19. 69
      wms/客户/获取客户详情.md
  20. 76
      wms/部门/修改部门.md
  21. 56
      wms/部门/删除部门.md
  22. 75
      wms/部门/新增部门.md
  23. 70
      wms/部门/部门列表.md
  24. 68
      wms/部门/部门详情.md

33
mes/物料/修改物料.md

@ -24,6 +24,21 @@ URL: http://localhost:8033/open/UpdateMaterial
| descriptions | string | 否 | 物料描述 | | descriptions | string | 否 | 物料描述 |
| attrs | Array | 否 | 物料属性 | | attrs | Array | 否 | 物料属性 |
| flag | int | 否 | 数据状态:0禁用 1启用,默认1| | flag | int | 否 | 数据状态:0禁用 1启用,默认1|
| spec | string | 否 | 规格 |
| model | string | 否 | 型号 |
| erpTypeCode | string | 否 | ERP物料类型 |
| unitId | string | 否 | 主单位 |
| astUnitId | string | 否 | 辅单位 |
| changeRate | string | 否 | 换算率 |
| isNeedCheck | string | 否 | 是否检验 |
| validDay | int | 否 | 保质期 |
| validType | string | 否 | 保质期类型 |
| cellGrade | int | 否 | 辅助属性:等级 |
| cellColor | int | 否 | 辅助属性:颜色 |
| cellEff | int | 否 | 辅助属性:效率 |
| cellUop | int | 否 | 辅助属性:功率 |
| currentGrade | int | 否 | 辅助属性:电流 |
| isBatchManage | int | 否 | 是否启用批次管理 |
attrs字段 attrs字段
@ -84,6 +99,21 @@ attrs字段
"materialTypeCode": "CELL", "materialTypeCode": "CELL",
"materialTypeDesc": "电池片", "materialTypeDesc": "电池片",
"descriptions": "电池片描述", "descriptions": "电池片描述",
"spec","4*100",
"model","s700",
"erpTypeCode","",
"unitId","",
"astUnitId","",
"changRate","1/500",
"isNeedCheck","0",
"validDays","60",
"validType","天",
"cellGrade","",
"cellColor","",
"cellEff","",
"cellUop","",
"currentGrade","",
"isBatchManage":"0",
"createTime": "2023-07-05 14:29:40.007", "createTime": "2023-07-05 14:29:40.007",
"attrs": [ "attrs": [
{ {
@ -104,7 +134,8 @@ attrs字段
"attrValue": "单晶", "attrValue": "单晶",
"attrValueCode": "单晶" "attrValueCode": "单晶"
} }
] ],
} }
} }
} }

15
mes/物料/列出物料.md

@ -47,6 +47,21 @@ URL: http://localhost:8033/open/ListMaterial
| materialTypeDesc | string | 物料类别名称 | | materialTypeDesc | string | 物料类别名称 |
| descriptions | string | 物料描述 | | descriptions | string | 物料描述 |
| flag | int | 数据状态:0禁用 1启用 | | flag | int | 数据状态:0禁用 1启用 |
| spec | string | 规格 |
| model | string | 型号 |
| erpTypeCode | string | ERP物料类型 |
| unitId | string | 主单位 |
| astUnitId | string | 辅单位 |
| changeRate | string | 换算率 |
| isNeedCheck | string | 是否检验 |
| validDay | string | 保质期 |
| validType | string | 保质期类型 |
| cellGrade | string | 辅助属性:等级 |
| cellColor | string | 辅助属性:颜色 |
| cellEff | string | 辅助属性:效率 |
| cellUop | string | 辅助属性:功率 |
| currentGrade | string | 辅助属性:电流 |
| isBatchManage | string | 是否启用批次管理 |
| createTime | string | 创建时间 | | createTime | string | 创建时间 |
| attrs | Array | 物料属性 | | attrs | Array | 物料属性 |

15
mes/物料/查询物料详情.md

@ -45,6 +45,21 @@ URL: http://localhost:8033/open/GetMaterial
| materialTypeDesc | string | 物料类别名称 | | materialTypeDesc | string | 物料类别名称 |
| descriptions | string | 物料描述 | | descriptions | string | 物料描述 |
| flag | int | 数据状态:0禁用 1启用 | | flag | int | 数据状态:0禁用 1启用 |
| spec | string | 规格 |
| model | string | 型号 |
| erpTypeCode | string | ERP物料类型 |
| unitId | string | 主单位 |
| astUnitId | string | 辅单位 |
| changeRate | string | 换算率 |
| isNeedCheck | string | 是否检验 |
| validDay | string | 保质期 |
| validType | string | 保质期类型 |
| cellGrade | string | 辅助属性:等级 |
| cellColor | string | 辅助属性:颜色 |
| cellEff | string | 辅助属性:效率 |
| cellUop | string | 辅助属性:功率 |
| currentGrade | string | 辅助属性:电流 |
| isBatchManage | string | 是否启用批次管理 |
| createTime | string | 创建时间 | | createTime | string | 创建时间 |
| attrs | Array | 物料属性 | | attrs | Array | 物料属性 |

30
mes/物料/添加物料.md

@ -22,6 +22,21 @@ URL: http://localhost:8033/open/AddMaterial
| materialCode | string | 是 | 物料编码 | | materialCode | string | 是 | 物料编码 |
| materialTypeCode | string | 是 | 物料类别代码 | | materialTypeCode | string | 是 | 物料类别代码 |
| descriptions | string | 否 | 物料描述 | | descriptions | string | 否 | 物料描述 |
| spec | string | 否 | 规格 |
| model | string | 否 | 型号 |
| erpTypeCode | string | 否 | ERP物料类型 |
| unitId | string | 否 | 主单位 |
| astUnitId | string | 否 | 辅单位 |
| changeRate | string | 否 | 换算率 |
| isNeedCheck | string | 否 | 是否检验 |
| validDay | int | 否 | 保质期 |
| validType | string | 否 | 保质期类型 |
| cellGrade | int | 否 | 辅助属性:等级 |
| cellColor | int | 否 | 辅助属性:颜色 |
| cellEff | int | 否 | 辅助属性:效率 |
| cellUop | int | 否 | 辅助属性:功率 |
| currentGrade | int | 否 | 辅助属性:电流 |
| isBatchManage | int | 否 | 是否启用批次管理 |
| attrs | Array | 否 | 物料属性 | | attrs | Array | 否 | 物料属性 |
attrs字段 attrs字段
@ -44,6 +59,21 @@ attrs字段
"materialCode": "CELL002", "materialCode": "CELL002",
"materialTypeCode": "CELL", "materialTypeCode": "CELL",
"descriptions": "电池片描述", "descriptions": "电池片描述",
"spec","4*100",
"model","s700",
"erpTypeCode","",
"unitId","",
"astUnitId","",
"changRate","1/500",
"isNeedCheck","0",
"validDays","60",
"validType","天",
"cellGrade","",
"cellColor","",
"cellEff","",
"cellUop","",
"currentGrade","",
"isBatchManage":"0",
"attrs": [{ "attrs": [{
"materialCode": "CELL002", "materialCode": "CELL002",
"materialTypeCode": "CELL", "materialTypeCode": "CELL",

80
wms/供应商/供应商列表.md

@ -0,0 +1,80 @@
### 供应商列表
此接口用于查询WMS中的供应商
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/GetWmsSupplierList
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
__请求示例:__
```
{
"data":{
"profile": "测试",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"records": [
{
"key": "943c1f4d0f164cddb74ad60be33c891d",
"status": 0,
"country": null,
"region": null,
"code": "GYS001",
"name": "供应商001",
"oaId": null,
"address": "1002",
"contact": "liu",
"phone": "156"
},
{
"key": "eb335cea0e894623859a68976a80342f",
"status": 0,
"country": null,
"region": null,
"code": "LM001",
"name": "螺帽",
"oaId": null,
"address": "",
"contact": "",
"phone": ""
},
]
}
}
```

76
wms/供应商/修改供应商.md

@ -0,0 +1,76 @@
### 修改供应商
此接口用于修改WMS中的供应商
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/UpdateWmsSupplier
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| key | string | 是 | |
| code | string | 是 | 供应商编码 |
| name | string | 是 | 供应商名称 |
| status | string | 是 | 状态是否开启 |
| country | string | 否 | 国家 |
| region | string | 否 | 省市 |
__请求示例:__
```
{
"data":{
"profile": "测试",
"key":"d2d0916d46cc497e83e69ea9e307a92c",
"code":"wndSupplier",
"name":"天天好集团aaa",
"status": 0,
"country": "china",
"region":"SH",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"key": "d2d0916d46cc497e83e69ea9e307a92c",
"status": 0,
"country": "china",
"region": "SH",
"code": "wndSupplier",
"name": "天天好集团aaa",
"oaId": "",
"address": "",
"contact": "",
"phone": ""
}
}
```

58
wms/供应商/删除供应商.md

@ -0,0 +1,58 @@
### 删除供应商
此接口用于删除WMS中的供应商
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/DeleteWmsSupplier
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| key | string | 是 | 列表记录key |
| code | string | 否 | 编码 |
__请求示例:__
```
{
"data":{
"profile": "测试",
"key": "",
"code": "",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
}
}
```

74
wms/供应商/新增供应商.md

@ -0,0 +1,74 @@
### 新增供应商
此接口用于新增WMS中的供应商
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/AddWmsSupplier
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| code | string | 是 | 供应商编码 |
| name | string | 是 | 供应商名称 |
| status | string | 是 | 状态是否开启 |
| country | string | 否 | 国家 |
| region | string | 否 | 省市 |
__请求示例:__
```
{
"data":{
"profile": "测试",
"code":"wndSupplier",
"name":"天天好集团",
"status": 0,
"country": "china",
"region":"beijing",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"key": "d2d0916d46cc497e83e69ea9e307a92c",
"status": 0,
"country": "china",
"region": "beijing",
"code": "wndSupplier",
"name": "天天好集团",
"oaId": "",
"address": "",
"contact": "",
"phone": ""
}
}
```

68
wms/供应商/获取供应商详情.md

@ -0,0 +1,68 @@
### 供应商详情 单条
此接口用于查询WMS中的供应商详情
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/GetWmsSupplierDetail
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | string | 是 | 厂区|
| key | string | 否 | |
| code | string | 否 | 编码 |
__请求示例:__
```
{
"data":{
"profile": "测试",
"key" : "",
"code": "GYS001",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"key": "943c1f4d0f164cddb74ad60be33c891d",
"status": 0,
"country": null,
"region": null,
"code": "GYS001",
"name": "供应商001",
"oaId": null,
"address": "1002",
"contact": "liu",
"phone": "156"
}
}
```

67
wms/员工/修改员工.md

@ -0,0 +1,67 @@
### 修改员工
此接口用于修改WMS中的员工
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/UpdateWmsUser
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| userName | string | 是 | 用户登录名 |
| key | string | 是 | 记录主键 |
| password | string | 是 | 密码 |
| name | string | 是 | 员工姓名 |
| departmentCode | string | 否 | 部门编码 |
| erpCode | string | 否 | ERP员工编号 |
| status | int | 是 | 状态 |
__请求示例:__
```
{
"data":{
"profile":"测试",
"key": "5fd5de9e9d48417881aa457be6500bcb",
"userName":"zhangyz",
"password":"123456",
"name":"非凡",
"departmentCode":"",
"erpCode":"",
"status":0,
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {}
}
```

55
wms/员工/删除员工.md

@ -0,0 +1,55 @@
### 删除员工
此接口用于删除WMS中的员工
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/DeleteWmsUser
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| keyWord | string | 是 | 记录主键 |
__请求示例:__
```
{
"data":{
"profile": "测试",
"keyWord":"5fd5de9e9d48417881aa457be6500bcb",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {}
}
```

76
wms/员工/员工列表.md

@ -0,0 +1,76 @@
### 员工列表
此接口用于查询WMS中的员工
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/GetWmsUserList
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
__请求示例:__
```
{
"data":{
"profile": "测试",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"records": [
{
"key": "00316a8cb1e14bbb949b681d7058ca08",
"depKey": "0887f0146a2b47579c5dd401e0571545",
"depName": "董事会",
"depCode": "",
"accountName": "lc1772",
"name": "李田田",
"erpCode": "",
"status": 1
},
{
"key": "00316a8cb1e14bbb949b681d7058ca08",
"depKey": "3ebfb86f78e04e738862339863cce837",
"depName": "oa项目组",
"depCode": "",
"accountName": "lc1772",
"name": "李田田",
"erpCode": "",
"status": 1
},
]
}
}
```

65
wms/员工/新增员工.md

@ -0,0 +1,65 @@
### 新增员工
此接口用于向WMS中新增员工
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/AddWmsUser
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| userName | string | 是 | 用户登录名 |
| password | string | 是 | 密码 |
| name | string | 是 | 员工姓名 |
| departmentCode | string | 否 | 部门编码 |
| erpCode | string | 否 | ERP员工编号 |
| status | int | 是 | 状态 |
__请求示例:__
```
{
"data":{
"profile":"测试",
"userName":"zhangyz",
"password":"12345",
"name":"非凡",
"departmentCode":"",
"erpCode":"",
"status":1,
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {}
}
```

64
wms/员工/获取员工详情.md

@ -0,0 +1,64 @@
### 员工详细
此接口用于查询WMS中的员工详细
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/GetWmsUserDetail
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| keyWord | string | 是 | 记录主键 |
__请求示例:__
```
{
"data":{
"profile": "测试",
"keyWord":"5fd5de9e9d48417881aa457be6500bcb",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"key": "5fd5de9e9d48417881aa457be6500bcb",
"depKey": "0887f0146a2b47579c5dd401e0571545",
"depName": "董事会",
"depCode": "",
"accountName": "zhangyz",
"name": "非凡",
"erpCode": "",
"status": 0
}
}
```

77
wms/客户/修改客户.md

@ -0,0 +1,77 @@
### 修改客户
此接口用于修改WMS中的客户
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/UpdateWmsCustomer
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| code | String | 是 | 客户编码|
| name | String | 是 | 客户名称|
| key | String | 是| |
| country | String | 否 | 国家|
| region | String | 是 | 省市|
| status | int | 是 | 状态 1:启用 0:不启用|
__请求示例:__
```
{
"data":{
"profile":"测试",
"code":"wnC1",
"name":"屋漏",
"country":"china",
"region":"shanghai",
"status":0,
"key":"45960622d4a54c69b2e26a840056ff48"
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"oa_id": "",
"code": "wnC1",
"name": "屋漏",
"status": "0",
"country": "china",
"region": "shanghai",
"interior": 0,
"created": "2023-12-06 09:12:43.230",
"updated": "2023-12-06 09:16:52.252",
"key": "45960622d4a54c69b2e26a840056ff48",
"flag": 1
}
}
```

58
wms/客户/删除客户.md

@ -0,0 +1,58 @@
### 删除客户
此接口用于删除WMS中的客户
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/DeleteWmsCustomer
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| key | string | 是 | |
| code | string | 否(优先按key删除) | |
__请求示例:__
```
{
"data":{
"profile": "测试",
"key": "2fadc517f26446069930ecb8a3f59356",
"code" : "code001"
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
}
}
```

82
wms/客户/客户列表.md

@ -0,0 +1,82 @@
### 客户列表
此接口用于查询WMS中的客户
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/GetWmsCustomerList
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
__请求示例:__
```
{
"data":{
"profile": "测试",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"records": [
{
"oa_id": null,
"code": "code002",
"name": "客户002",
"status": "",
"country": null,
"region": null,
"interior": 0,
"created": "2022-09-30 12:48:55.211",
"updated": "2022-09-30 12:48:55.211",
"key": "4f3fbb290d0e4007817edf5e3bac25f2",
"flag": 1
},
{
"oa_id": null,
"code": "code004",
"name": "客户004",
"status": "",
"country": null,
"region": null,
"interior": 0,
"created": "2022-09-30 12:53:16.581",
"updated": "2022-09-30 12:53:16.581",
"key": "e0ef13b856d14a759c5889a20f69e8c7",
"flag": 1
},
]
}
}
```

75
wms/客户/新增客户.md

@ -0,0 +1,75 @@
### 新增客户
此接口用于新增WMS中的客户
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/AddWmsCustomer
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| code | String | 是 | 客户编码|
| name | String | 是 | 客户名称|
| country | String | 否 | 国家|
| region | String | 是 | 省市|
| status | int | 是 | 状态 1:启用 0:不启用|
__请求示例:__
```
{
"data":{
"profile":"测试",
"code":"wnC1",
"name":"屋漏",
"country":"china",
"region":"beijing",
"status":0,
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"oa_id": null,
"code": "wnC1",
"name": "屋漏",
"status": "0",
"country": "china",
"region": "beijing",
"interior": 0,
"created": "2023-12-06 09:12:43.230",
"updated": "2023-12-06 09:12:43.230",
"key": "45960622d4a54c69b2e26a840056ff48",
"flag": 1
}
}
```

69
wms/客户/获取客户详情.md

@ -0,0 +1,69 @@
### 获取客户详情
此接口用于查询WMS中的客户详情
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/GetWmsCustomerDetail
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| code | string | | |
| key | string | | |
__请求示例:__
```
{
"data":{
"profile":"测试",
"code":"wnC1",
"key": "",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"oa_id": "",
"code": "wnC1",
"name": "勿漏",
"status": "0",
"country": "china",
"region": "shanghai",
"interior": 0,
"created": "2023-12-06 09:12:43.230",
"updated": "2023-12-06 09:16:52.252",
"key": "45960622d4a54c69b2e26a840056ff48",
"flag": 1
}
}
```

76
wms/部门/修改部门.md

@ -0,0 +1,76 @@
### 修改部门
此接口用于修改WMS中的部门
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/UpdateWmsDepartment
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| key | string | 是 | |
| code | string | 是 | 部门编码 |
| name | string | 是 | 部门名称 |
| status | int | 是 | 状态 |
| parentCode | string | 是 | 上级部门 |
__请求示例:__
```
{
"data":{
"profile":"测试",
"key":"c1f3202cc1ac4a9baa0ea48813e44635",
"code": "woniuDep",
"name":"测试部门",
"status": 1,
"parentCode":"",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"key": "c1f3202cc1ac4a9baa0ea48813e44635",
"departmentname": "测试部门",
"departmentmark": "测试部门",
"canceled": null,
"departmentcode": "woniuDep",
"id": "woniuDep",
"supdepid": "",
"subcompanyid1": "",
"status": 1,
"created": "2023-12-06 15:15:56.911",
"updated": "2023-12-06 15:26:06.787",
"flag": 1
}
}
```

56
wms/部门/删除部门.md

@ -0,0 +1,56 @@
### 删除部门
此接口用于删除WMS中的部门
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/DeleteWmsDepartment
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| code | string | 是 | 部门编码 |
__请求示例:__
```
{
"data":{
"profile":"测试",
"code":"woniuDep",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
}
}
```

75
wms/部门/新增部门.md

@ -0,0 +1,75 @@
### 新增部门
此接口用于新增WMS中的部门
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/AddWmsDepartment
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| code | string | 是 | 部门编码 |
| name | string | 是 | 部门名称 |
| status | int | 是 | 状态 |
| parentCode | string | 是 | 上级部门 |
__请求示例:__
```
{
"data":{
"profile": "测试",
"code": "dep1",
"name":"部门1",
"status": 0,
"parentCode":"",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"key": "c1f3202cc1ac4a9baa0ea48813e44635",
"departmentname": "部门1",
"departmentmark": "部门1",
"canceled": null,
"departmentcode": "dep1",
"id": "dep1",
"supdepid": "",
"subcompanyid1": null,
"status": 1,
"created": "2023-12-06 15:15:56.911",
"updated": "2023-12-06 15:15:56.911",
"flag": 1
}
}
```

70
wms/部门/部门列表.md

@ -0,0 +1,70 @@
### 部门列表
此接口用于查询WMS中的部门
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/GetWmsDepartmentList
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
__请求示例:__
```
{
"data":{
"profile": "测试",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"records": [
{
"key": "e84cba30369d4f1c8ade99a6e853ae93",
"code": "100008",
"name": "财务管理部",
"createTime": "2022-09-30 08:54:01",
"status": 0
},
{
"key": "e7ed256eb16343b29f1d2c542fbea7ca",
"code": "100009",
"name": "电站业务部",
"createTime": "2022-09-30 08:54:02",
"status": 0
}
]
}
}
```

68
wms/部门/部门详情.md

@ -0,0 +1,68 @@
### 详情部门
此接口用于查询WMS中的部门详情
此接口需要认证,详情请查看《认证方式》。
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/GetWmsDepartmentDetail
---
### 请求
__请求参数__
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | String | 是 | 厂区|
| keyWord | string | 是 | 部门编码 |
__请求示例:__
```
{
"data":{
"profile": "测试",
"keyWord" :"woniuDep",
}
}
````
---
### 响应
__响应字段__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| clock | string | 当前服务器时钟。 |
| status | string | 状态,ok:成功,error:错误,exception:异常 |
| data | object | 成功后返回具体内容 |
__data:__
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
"key": "c1f3202cc1ac4a9baa0ea48813e44635",
"departmentname": "测试部门",
"departmentmark": "测试部门",
"canceled": null,
"departmentcode": "woniuDep",
"id": "woniuDep",
"supdepid": "",
"subcompanyid1": "",
"status": 1,
"created": "2023-12-06 15:15:56.911",
"updated": "2023-12-06 15:26:06.787",
"flag": 1
}
}
```
Loading…
Cancel
Save