Authored by 马力

Update 出入库报表接口.md

... ... @@ -7,16 +7,13 @@
|:-------| -----:|-----:|-----:|----:|
|page|int|是|2|第几页|
|size|int|是|10|每页条数|
|type|int|否|1|1 日 2 周 3 月|
|reqTime|int|type为1或者3必填|日报示例20160521 月报示例 201605|日报或者月报日期, 周报则通过以下两个字段传入|
|beginTime|string|type为2必传|20160521|周报:开始日期|
|endTime|string|type为2必传|20160527|周报:结束日期|
|beginTime|string|否|20160521|日期|
|endTime|string|否|20160521|日期|
|productSkn|long|是|1222|skn|
|productSkc|long|是|1222|skc|
|productSku|long|是|1222|sku|
|factoryCode|string|是|234234|厂家编号|
|sortId|int|是|12|产品分类 最小的分类ID 如果用户只筛选一级品类传一级品类ID 如果用户筛选到二级品类传入二级品类ID,以此类推 |
|shopsId|int|否|17|店铺ID |
|shopId|int|否|17|店铺ID |
注意,通用的头部没有列出。
请求示例
... ... @@ -35,8 +32,8 @@ http://192.168.102.210:8088/platform/seller/getStorageInRptList
"code": 200,
"data": {
"additionInfo": {
"allNumber": 8,
"allAmount": 77
"allNumber": 8, // 发货入库总数量
"allAmount": 77 // 发货入库总金额
},
"total": 1,
"size": 10,
... ... @@ -44,25 +41,25 @@ http://192.168.102.210:8088/platform/seller/getStorageInRptList
"page": 1,
"list": [
{
"factoryCode": "code",
"colorName": "color",
"factoryCode": "code", // 厂家编号
"colorName": "color", // 颜色
"sizeId": 22,
"smallSortId": 77,
"inStorageNums": 8,
"inStorageNums": 8, // 发货入库数量
"colorId": 12,
"maxSortId": 5,
"shopName": "224",
"purchasePrice": 12.11,
"inStorageAmount": 77,
"inStorageAmount": 77, // 发货入库金额
"productSku": 1212,
"sizeName": "size",
"sizeName": "size", // 尺码名称
"requisitionFormId": 12,
"smallSortName": "small",
"imageUrl": "url",
"imageUrl": "", // 根据sku或者skn调用通用获取商品封面的链接
"dateId": 20170611,
"productSkn": 126767,
"shopId": 224,
"goodsName": "name",
"goodsName": "name", // 商品名称
"maxSortName": "max",
"productSkc": 1212,
"brandName": "224",
... ... @@ -97,16 +94,13 @@ http://192.168.102.210:8088/platform/seller/getStorageInRptList
|:-------| -----:|-----:|-----:|----:|
|page|int|是|2|第几页|
|size|int|是|10|每页条数|
|type|int|否|1|1 日 2 周 3 月|
|reqTime|int|type为1或者3必填|日报示例20160521 月报示例 201605|日报或者月报日期, 周报则通过以下两个字段传入|
|beginTime|string|type为2必传|20160521|周报:开始日期|
|endTime|string|type为2必传|20160527|周报:结束日期|
|beginTime|string|否|20160521|日期|
|endTime|string|否|20160521|日期|
|productSkn|long|是|1222|skn|
|productSkc|long|是|1222|skc|
|productSku|long|是|1222|sku|
|factoryCode|string|是|234234|厂家编号|
|sortId|int|是|12|产品分类 最小的分类ID 如果用户只筛选一级品类传一级品类ID 如果用户筛选到二级品类传入二级品类ID,以此类推 |
|shopsId|int|否|17|店铺ID |
|shopId|int|否|17|店铺ID |
注意,通用的头部没有列出。
请求示例
... ... @@ -125,8 +119,8 @@ http://192.168.102.210:8088/platform/seller/getStorageOutRptList
"code": 200,
"data": {
"additionInfo": {
"allNumber": 222,
"allAmount": 222.66
"allNumber": 222, // 请退出库数量
"allAmount": 222.66 // 请退出库金额
},
"total": 1,
"size": 10,
... ...