Commit deb2a039b06b618117b19efaa9a0c47c91a9d36b

Authored by zhangmeiyang
1 parent a0d1a5b9

docs(config): 更新生产字段配置文档

- 修改AR_receivable文档中currency和standardCurrency的固定值
- 新增收款单据中settleCurrency、bankCardNumber和saleDept字段配置
- 调整收款退款单配置中多个字段的编号顺序
- 统一修改多处PRE101为PRE001的固定值引用
- 重新组织文档结构以匹配最新的字段配置需求
Showing 1 changed file with 73 additions and 12 deletions
doc/生产字段配置.md
... ... @@ -762,7 +762,7 @@ PLAT_WITHDRAW(7, "平台提现")
762 762 "documentType": "AR_receivable",
763 763 "configKey": "currency",
764 764 "settingFieldType": 0,
765   - "fixedValue": "PRE101"
  765 + "fixedValue": "PRE001"
766 766 }
767 767 ```
768 768  
... ... @@ -855,7 +855,7 @@ PLAT_WITHDRAW(7, "平台提现")
855 855 "documentType": "AR_receivable",
856 856 "configKey": "standardCurrency",
857 857 "settingFieldType": 0,
858   - "fixedValue": "PRE101"
  858 + "fixedValue": "PRE001"
859 859 }
860 860 ```
861 861  
... ... @@ -1283,6 +1283,7 @@ PLAT_WITHDRAW(7, "平台提现")
1283 1283 ```
1284 1284  
1285 1285 ### 2.10 settleMethod 结算方式
  1286 +
1286 1287 ```json
1287 1288 {
1288 1289 "pipelineId": 2,
... ... @@ -1303,7 +1304,7 @@ PLAT_WITHDRAW(7, "平台提现")
1303 1304 "documentType": "AR_RECEIVEBILL",
1304 1305 "configKey": "currency",
1305 1306 "settingFieldType": 0,
1306   - "fixedValue": "PRE101"
  1307 + "fixedValue": "PRE001"
1307 1308 }
1308 1309 ```
1309 1310  
... ... @@ -1532,6 +1533,42 @@ PLAT_WITHDRAW(7, "平台提现")
1532 1533 }
1533 1534 ```
1534 1535  
  1536 +### 3.12 settleCurrency 币别
  1537 +
  1538 +```json
  1539 +{
  1540 + "pipelineId": 2,
  1541 + "documentType": "AR_RECEIVEBILL",
  1542 + "configKey": "settleCurrency",
  1543 + "settingFieldType": 0,
  1544 + "fixedValue": "PRE001"
  1545 +}
  1546 +```
  1547 +
  1548 +### 3.13 bankCardNumber 银行账号
  1549 +
  1550 +```json
  1551 +{
  1552 + "pipelineId": 2,
  1553 + "documentType": "AR_RECEIVEBILL",
  1554 + "configKey": "bankCardNumber",
  1555 + "settingFieldType": 0,
  1556 + "fixedValue": "000002"
  1557 +}
  1558 +```
  1559 +
  1560 +### 3.14 saleDept 销售部门
  1561 +
  1562 +```json
  1563 +{
  1564 + "pipelineId": 2,
  1565 + "documentType": "AR_RECEIVEBILL",
  1566 + "configKey": "saleDept",
  1567 + "settingFieldType": 0,
  1568 + "fixedValue": "BM000098"
  1569 +}
  1570 +```
  1571 +
1535 1572 ## 4.收款退款单配置JSON
1536 1573  
1537 1574 ### 4.1 currency 币别
... ... @@ -1542,7 +1579,7 @@ PLAT_WITHDRAW(7, "平台提现")
1542 1579 "documentType": "AR_REFUNDBILL",
1543 1580 "configKey": "currency",
1544 1581 "settingFieldType": 0,
1545   - "fixedValue": "PRE101"
  1582 + "fixedValue": "PRE001"
1546 1583 }
1547 1584 ```
1548 1585  
... ... @@ -1594,7 +1631,7 @@ PLAT_WITHDRAW(7, "平台提现")
1594 1631 }
1595 1632 ```
1596 1633  
1597   -### 4.5 receiveContactType 收款单位类型
  1634 +### 4.6 receiveContactType 收款单位类型
1598 1635  
1599 1636 ```json
1600 1637 {
... ... @@ -1606,7 +1643,7 @@ PLAT_WITHDRAW(7, "平台提现")
1606 1643 }
1607 1644 ```
1608 1645  
1609   -### 4.6 contactType 往来单位类型
  1646 +### 4.7 contactType 往来单位类型
1610 1647  
1611 1648 ```json
1612 1649 {
... ... @@ -1618,7 +1655,7 @@ PLAT_WITHDRAW(7, "平台提现")
1618 1655 }
1619 1656 ```
1620 1657  
1621   -### 4.6 settleCurrency 结算币别
  1658 +### 4.8 settleCurrency 结算币别
1622 1659  
1623 1660 ```json
1624 1661 {
... ... @@ -1626,11 +1663,11 @@ PLAT_WITHDRAW(7, "平台提现")
1626 1663 "documentType": "AR_REFUNDBILL",
1627 1664 "configKey": "settleCurrency",
1628 1665 "settingFieldType": 0,
1629   - "fixedValue": "PRE101"
  1666 + "fixedValue": "PRE001"
1630 1667 }
1631 1668 ```
1632 1669  
1633   -### 4.7 settleMethod 结算方式
  1670 +### 4.9 settleMethod 结算方式
1634 1671  
1635 1672 ```json
1636 1673 {
... ... @@ -1642,7 +1679,7 @@ PLAT_WITHDRAW(7, "平台提现")
1642 1679 }
1643 1680 ```
1644 1681  
1645   -### 4.8 receiveUsedFor 原收款用途
  1682 +### 4.10 receiveUsedFor 原收款用途
1646 1683  
1647 1684 ```json
1648 1685 {
... ... @@ -1654,7 +1691,7 @@ PLAT_WITHDRAW(7, "平台提现")
1654 1691 }
1655 1692 ```
1656 1693  
1657   -### 4.9 chargeItemDept 费用承担部门
  1694 +### 4.11 chargeItemDept 费用承担部门
1658 1695  
1659 1696 ```json
1660 1697 {
... ... @@ -1666,7 +1703,7 @@ PLAT_WITHDRAW(7, "平台提现")
1666 1703 }
1667 1704 ```
1668 1705  
1669   -### 4.10 chargeItem 费用项
  1706 +### 4.12 chargeItem 费用项
1670 1707  
1671 1708 ```json
1672 1709 {
... ... @@ -1782,3 +1819,27 @@ PLAT_WITHDRAW(7, "平台提现")
1782 1819 ]
1783 1820 }
1784 1821 ```
  1822 +
  1823 +### 4.13 saleDept 销售部门
  1824 +
  1825 +```json
  1826 +{
  1827 + "pipelineId": 2,
  1828 + "documentType": "AR_REFUNDBILL",
  1829 + "configKey": "saleDept",
  1830 + "settingFieldType": 0,
  1831 + "fixedValue": "BM000098"
  1832 +}
  1833 +```
  1834 +
  1835 +### 4.14 bankCardNumber 银行账号
  1836 +
  1837 +```json
  1838 +{
  1839 + "pipelineId": 2,
  1840 + "documentType": "AR_REFUNDBILL",
  1841 + "configKey": "bankCardNumber",
  1842 + "settingFieldType": 0,
  1843 + "fixedValue": "000002"
  1844 +}
  1845 +```
... ...