diff --git a/mes/供应商/修改供应商.md b/mes/供应商/修改供应商.md index 09d6feb..37d9e31 100644 --- a/mes/供应商/修改供应商.md +++ b/mes/供应商/修改供应商.md @@ -21,9 +21,6 @@ URL: http://localhost:8033/open/UpdateSupplier | profile | string | 是 | 厂区编码 | | supplierCode | string | 是 | 供应商编码 | | descriptions | string | 是 | 供应商名称 | -| status | int | 否(默认启用) | 状态 0:不启用 1:启用 | -| country | string | 否 | 国家 | -| region | string | 否 | 省市 | 示例 1:修改供应商 @@ -32,9 +29,7 @@ URL: http://localhost:8033/open/UpdateSupplier "data": { "profile": "测试", "supplierCode": "1045543weee", - "descriptions": "新的公司2", - "country": "china", - "region": "tianjing", + "descriptions": "新的公司2" } } ``` @@ -53,9 +48,7 @@ URL: http://localhost:8033/open/UpdateSupplier "data": { "info": { "supplierCode": "1045543weee", - "descriptions": "新的公司22", - "country": "china", - "region": "tianjing", + "descriptions": "新的公司22" } } } diff --git a/mes/供应商/列出供应商.md b/mes/供应商/列出供应商.md index 9e611ba..8693e45 100644 --- a/mes/供应商/列出供应商.md +++ b/mes/供应商/列出供应商.md @@ -41,9 +41,7 @@ URL: http://localhost:8033/open/ListSupplier | 字段 | 类型 | 说明 | | :-- | :-- | :-- | | supplierCode | string | 供应商编码 | -| descriptions | string | 供应商名称 | -| country | string | 国家 | -| region | string | 省市 | +| descriptions | string | 供应商名称 |= 查询成功时,响应如下: @@ -55,27 +53,19 @@ URL: http://localhost:8033/open/ListSupplier "list": [ { "supplierCode": "1002210180004606", - "descriptions": "国网江苏省电力有限公司宿迁供电分公司", - "country": "china", - "region": "beijing", + "descriptions": "国网江苏省电力有限公司宿迁供电分公司" }, { "supplierCode": "1002210180004613", - "descriptions": "国网江苏省电力有限公司徐州供电分公司", - "country": "china", - "region": "beijing", + "descriptions": "国网江苏省电力有限公司徐州供电分公司" }, { "supplierCode": "1002210180004620", - "descriptions": "国网江苏综合能源服务有限公司", - "country": "china", - "region": "beijing", + "descriptions": "国网江苏综合能源服务有限公司" }, { "supplierCode": "1002210180012203", - "descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司", - "country": "china", - "region": "beijing", + "descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司" } ] } diff --git a/mes/供应商/查询供应商详情.md b/mes/供应商/查询供应商详情.md index e8612c6..09a2801 100644 --- a/mes/供应商/查询供应商详情.md +++ b/mes/供应商/查询供应商详情.md @@ -42,8 +42,6 @@ URL: http://localhost:8033/open/GetSupplier | :-- | :-- | :-- | | supplierCode | string | 供应商编码 | | descriptions | string | 供应商名称 | -| country | string | 国家 | -| region | string | 省市 | 查询成功时,响应如下: @@ -54,9 +52,7 @@ URL: http://localhost:8033/open/GetSupplier "data": { "info": { "supplierCode": "1002210180009192", - "descriptions": "无锡联晟光伏科技有限公司", - "country": "china", - "region": "beijing", + "descriptions": "无锡联晟光伏科技有限公司" } } } diff --git a/mes/供应商/添加供应商.md b/mes/供应商/添加供应商.md index 6d522fa..613dae6 100644 --- a/mes/供应商/添加供应商.md +++ b/mes/供应商/添加供应商.md @@ -21,9 +21,6 @@ URL: http://localhost:8033/open/AddSupplier | profile | string | 是 | 厂区编码 | | supplierCode | string | 是 | 供应商编码 | | descriptions | string | 是 | 供应商名称 | -| status | int | 否(默认启用) | 状态 0:不启用 1:启用 | -| country | string | 否 | 国家 | -| region | string | 否 | 省市 | 示例 1:添加供应商 @@ -32,9 +29,7 @@ URL: http://localhost:8033/open/AddSupplier "data": { "profile": "测试", "supplierCode": "1045543weee", - "descriptions": "新的公司", - "country": "china", - "region": "beijing", + "descriptions": "新的公司" } } ``` @@ -53,9 +48,7 @@ URL: http://localhost:8033/open/AddSupplier "data": { "info": { "supplierCode": "1045543weee", - "descriptions": "新的公司", - "country": "china", - "region": "beijing", + "descriptions": "新的公司" } } }