...
|
...
|
@@ -5,7 +5,7 @@ exports.domain = require('../config/common.js').domain; |
|
|
|
|
|
//商品管理路由配置
|
|
|
exports.res = [
|
|
|
/*{
|
|
|
{
|
|
|
//商品审核
|
|
|
route: '/supplier/baseaudit/index',
|
|
|
method: 'GET',
|
...
|
...
|
@@ -47,395 +47,395 @@ exports.res = [ |
|
|
name: 'jit',
|
|
|
type: 'String'
|
|
|
}]
|
|
|
}, */
|
|
|
// {
|
|
|
// //网销信息 -> 网销信息页面渲染
|
|
|
// route: '/goods/netsale/index',
|
|
|
// method: 'GET',
|
|
|
// view: 'pages/goods/netsale',
|
|
|
// src: '/goods/netsale',
|
|
|
// data: {
|
|
|
// pageTitle: '网销信息',
|
|
|
// gridurl: '/goods/netsale/getList',
|
|
|
// filter: {
|
|
|
},
|
|
|
{
|
|
|
//网销信息 -> 网销信息页面渲染
|
|
|
route: '/goods/netsale/index',
|
|
|
method: 'GET',
|
|
|
view: 'pages/goods/netsale',
|
|
|
src: '/goods/netsale',
|
|
|
data: {
|
|
|
pageTitle: '网销信息',
|
|
|
gridurl: '/goods/netsale/getList',
|
|
|
filter: {
|
|
|
|
|
|
// }
|
|
|
// }
|
|
|
// }, {
|
|
|
// //网销信息 -> 列表数据
|
|
|
// route: '/goods/netsale/getList',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/queryNetSaleInforList',
|
|
|
// params: [{
|
|
|
// name: 'productSkn',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'productSkc',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'productSku',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'productName',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'shopId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'brandId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'isJit',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'stock',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'isScreen',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'isMeasure',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'gender',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'maxSortId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'middleSortId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'smallSortId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'isOutLets',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'productStatus',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'page',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'size',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'productStatusStr',
|
|
|
// type: 'string'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> tab页
|
|
|
// route: '/goods/product/queryTabProductNum',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/queryTabProductNum',
|
|
|
// params: [{
|
|
|
// name: 'productSkn',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'productSkc',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'productSku',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'productName',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'shopId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'brandId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'isJit',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'stock',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'isScreen',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'isMeasure',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'gender',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'maxSortId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'middleSortId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'smallSortId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'isOutLets',
|
|
|
// type: 'string'
|
|
|
// }]
|
|
|
}
|
|
|
}
|
|
|
}, {
|
|
|
//网销信息 -> 列表数据
|
|
|
route: '/goods/netsale/getList',
|
|
|
method: 'POST',
|
|
|
url: '/product/queryNetSaleInforList',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'productSkc',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'productSku',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'productName',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'shopId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'brandId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'isJit',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'stock',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'isScreen',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'isMeasure',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'gender',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'maxSortId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'middleSortId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'smallSortId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'isOutLets',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'productStatus',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'page',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'size',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'productStatusStr',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> tab页
|
|
|
route: '/goods/product/queryTabProductNum',
|
|
|
method: 'POST',
|
|
|
url: '/product/queryTabProductNum',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'productSkc',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'productSku',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'productName',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'shopId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'brandId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'isJit',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'stock',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'isScreen',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'isMeasure',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'gender',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'maxSortId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'middleSortId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'smallSortId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'isOutLets',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
|
|
|
// }, {
|
|
|
// //网销信息 -> 批量skn处理
|
|
|
// route: '/goods/product/updateProductSknTimingInfo',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/updateProductSknTimingInfo',
|
|
|
// params: [{
|
|
|
// name: 'productSknList',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'type',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'outSaleTime',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'shelveTime',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'onNewTime',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'advanceBeginTime',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'advanceEndTime',
|
|
|
// type: 'string'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> skc上下架
|
|
|
// route: '/goods/product/updateGoodsStatus',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/updateGoodsStatus',
|
|
|
// params: [{
|
|
|
// name: 'productSkc',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'targetStatus',
|
|
|
// type: 'number'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> sku上下架
|
|
|
// route: '/goods/product/updateProductSkuStatus',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/updateProductSkuStatus',
|
|
|
// params: [{
|
|
|
// name: 'productSku',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'targetStatus',
|
|
|
// type: 'number'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> 批量页面渲染
|
|
|
// route: '/goods/netsale/batch',
|
|
|
// method: 'GET',
|
|
|
// view: 'pages/goods/netsale-batch',
|
|
|
// src: '/goods/netsale-batch',
|
|
|
// data: {
|
|
|
// secondTitle: '网销信息',
|
|
|
// pageTitle: '批量设置',
|
|
|
// domain: exports.domain,
|
|
|
// }
|
|
|
// }, {
|
|
|
// //网销信息 -> 查看页面渲染
|
|
|
// route: '/goods/netsale/info/:param',
|
|
|
// method: 'GET',
|
|
|
// view: 'pages/goods/netsale-edit',
|
|
|
// // url: '/product/getNetSaleInfo',
|
|
|
// src: '/goods/netsale-edit',
|
|
|
// data: {
|
|
|
// type: 'info'
|
|
|
}, {
|
|
|
//网销信息 -> 批量skn处理
|
|
|
route: '/goods/product/updateProductSknTimingInfo',
|
|
|
method: 'POST',
|
|
|
url: '/product/updateProductSknTimingInfo',
|
|
|
params: [{
|
|
|
name: 'productSknList',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'type',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'outSaleTime',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'shelveTime',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'onNewTime',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'advanceBeginTime',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'advanceEndTime',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> skc上下架
|
|
|
route: '/goods/product/updateGoodsStatus',
|
|
|
method: 'POST',
|
|
|
url: '/product/updateGoodsStatus',
|
|
|
params: [{
|
|
|
name: 'productSkc',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'targetStatus',
|
|
|
type: 'number'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> sku上下架
|
|
|
route: '/goods/product/updateProductSkuStatus',
|
|
|
method: 'POST',
|
|
|
url: '/product/updateProductSkuStatus',
|
|
|
params: [{
|
|
|
name: 'productSku',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'targetStatus',
|
|
|
type: 'number'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> 批量页面渲染
|
|
|
route: '/goods/netsale/batch',
|
|
|
method: 'GET',
|
|
|
view: 'pages/goods/netsale-batch',
|
|
|
src: '/goods/netsale-batch',
|
|
|
data: {
|
|
|
secondTitle: '网销信息',
|
|
|
pageTitle: '批量设置',
|
|
|
domain: exports.domain,
|
|
|
}
|
|
|
}, {
|
|
|
//网销信息 -> 查看页面渲染
|
|
|
route: '/goods/netsale/info/:param',
|
|
|
method: 'GET',
|
|
|
view: 'pages/goods/netsale-edit',
|
|
|
// url: '/product/getNetSaleInfo',
|
|
|
src: '/goods/netsale-edit',
|
|
|
data: {
|
|
|
type: 'info'
|
|
|
|
|
|
// } //,
|
|
|
// // params: [{
|
|
|
// // name: 'param',
|
|
|
// // type: 'number'
|
|
|
// // }]
|
|
|
// }, {
|
|
|
// //网销信息 -> 编辑页面渲染
|
|
|
// route: '/goods/netsale/edit/:param',
|
|
|
// method: 'GET',
|
|
|
// view: 'pages/goods/netsale-edit',
|
|
|
// // url: '/product/getNetSaleInfo',
|
|
|
} //,
|
|
|
// params: [{
|
|
|
// name: 'param',
|
|
|
// type: 'number'
|
|
|
// }]
|
|
|
}, {
|
|
|
//网销信息 -> 编辑页面渲染
|
|
|
route: '/goods/netsale/edit/:param',
|
|
|
method: 'GET',
|
|
|
view: 'pages/goods/netsale-edit',
|
|
|
// url: '/product/getNetSaleInfo',
|
|
|
|
|
|
// src: '/goods/netsale-edit',
|
|
|
// data: {
|
|
|
// type: 'edit'
|
|
|
src: '/goods/netsale-edit',
|
|
|
data: {
|
|
|
type: 'edit'
|
|
|
|
|
|
// } //,
|
|
|
// // params: [{
|
|
|
// // name: 'param',
|
|
|
// // type: 'number'
|
|
|
// // }]
|
|
|
// }, {
|
|
|
// route: '/goods/netsale/getdata',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/getNetSaleInfo',
|
|
|
// params: [{
|
|
|
// name: 'param',
|
|
|
// type: 'number'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> 保存完整网销信息
|
|
|
// route: '/goods/product/saveNetSaleAllInfo',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/saveNetSaleAllInfo',
|
|
|
// params: [{
|
|
|
// name: 'productSkn',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'productName',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'isNew',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'sellChannels',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'phrase',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'outSaleTime',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'shopIds',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'productDesc',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'vedioUrl',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'recommend',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'brandModel',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'brandSeries',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'makeCrafts',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'pattern',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'style',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'salesPhrase',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'isHostsell',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'wearSense',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'searchSortList',
|
|
|
// type: 'string'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> 保存基本信息接口
|
|
|
// route: '/goods/product/saveNetSaleBaseInfo',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/saveNetSaleBaseInfo',
|
|
|
// params: [{
|
|
|
// name: 'productSkn',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'productName',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'isNew',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'sellChannels',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'phrase',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'outSaleTime',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'shopIds',
|
|
|
// type: 'string'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> 保存上架后补全信息
|
|
|
// route: '/goods/product/saveAfterSaleInfo',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/saveAfterSaleInfo',
|
|
|
// params: [{
|
|
|
// name: 'productSkn',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'brandModel',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'brandSeries',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'makeCrafts',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'pattern',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'style',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'salesPhrase',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'isHostsell',
|
|
|
// type: 'string'
|
|
|
// }, {
|
|
|
// name: 'wearSense',
|
|
|
// type: 'string'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> 查询补全信息
|
|
|
// route: '/goods/product/queryAfterSaleInfo',
|
|
|
// method: 'POST',
|
|
|
// apis: {
|
|
|
// productStyle: {
|
|
|
// url: '/productStyle/queryProductStyles4Select'
|
|
|
// },
|
|
|
// productComfort: {
|
|
|
// url: '/productComfort/queryProductComfortList'
|
|
|
// },
|
|
|
// productElements: {
|
|
|
// url: '/productElements/queryProductElements4Select'
|
|
|
// },
|
|
|
// makingProcess: {
|
|
|
// url: '/product/queryMakingProcess',
|
|
|
// params: [{
|
|
|
// name: 'categoryId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'displayPosition',
|
|
|
// type: 'number'
|
|
|
// }],
|
|
|
// isJsonRaw: true
|
|
|
// }
|
|
|
// }
|
|
|
// }, {
|
|
|
// route: '/goods/ShopsRest/queryShopsByBrandId',
|
|
|
// method: 'POST',
|
|
|
// url: '/ShopsRest/queryShopsByBrandId',
|
|
|
// params: [{
|
|
|
// name: 'brandId',
|
|
|
// type: 'number'
|
|
|
// }]
|
|
|
// },
|
|
|
/* {
|
|
|
} //,
|
|
|
// params: [{
|
|
|
// name: 'param',
|
|
|
// type: 'number'
|
|
|
// }]
|
|
|
}, {
|
|
|
route: '/goods/netsale/getdata',
|
|
|
method: 'POST',
|
|
|
url: '/product/getNetSaleInfo',
|
|
|
params: [{
|
|
|
name: 'param',
|
|
|
type: 'number'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> 保存完整网销信息
|
|
|
route: '/goods/product/saveNetSaleAllInfo',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveNetSaleAllInfo',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'productName',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'isNew',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'sellChannels',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'phrase',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'outSaleTime',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'shopIds',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'productDesc',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'vedioUrl',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'recommend',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'brandModel',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'brandSeries',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'makeCrafts',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'pattern',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'style',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'salesPhrase',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'isHostsell',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'wearSense',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'searchSortList',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> 保存基本信息接口
|
|
|
route: '/goods/product/saveNetSaleBaseInfo',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveNetSaleBaseInfo',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'productName',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'isNew',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'sellChannels',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'phrase',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'outSaleTime',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'shopIds',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> 保存上架后补全信息
|
|
|
route: '/goods/product/saveAfterSaleInfo',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveAfterSaleInfo',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'brandModel',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'brandSeries',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'makeCrafts',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'pattern',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'style',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'salesPhrase',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'isHostsell',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'wearSense',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> 查询补全信息
|
|
|
route: '/goods/product/queryAfterSaleInfo',
|
|
|
method: 'POST',
|
|
|
apis: {
|
|
|
productStyle: {
|
|
|
url: '/productStyle/queryProductStyles4Select'
|
|
|
},
|
|
|
productComfort: {
|
|
|
url: '/productComfort/queryProductComfortList'
|
|
|
},
|
|
|
productElements: {
|
|
|
url: '/productElements/queryProductElements4Select'
|
|
|
},
|
|
|
makingProcess: {
|
|
|
url: '/product/queryMakingProcess',
|
|
|
params: [{
|
|
|
name: 'categoryId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'displayPosition',
|
|
|
type: 'number'
|
|
|
}],
|
|
|
isJsonRaw: true
|
|
|
}
|
|
|
}
|
|
|
}, {
|
|
|
route: '/goods/ShopsRest/queryShopsByBrandId',
|
|
|
method: 'POST',
|
|
|
url: '/ShopsRest/queryShopsByBrandId',
|
|
|
params: [{
|
|
|
name: 'brandId',
|
|
|
type: 'number'
|
|
|
}]
|
|
|
},
|
|
|
{
|
|
|
//网销信息 -> 查询制作工艺列表
|
|
|
route: '/goods/product/queryMakingProcess',
|
|
|
method: 'POST',
|
...
|
...
|
@@ -447,56 +447,56 @@ exports.res = [ |
|
|
name: 'displayPosition',
|
|
|
type: 'number'
|
|
|
}]
|
|
|
}, */
|
|
|
// {
|
|
|
// //网销信息 -> 查询品牌款型系列列表
|
|
|
// route: '/goods/brandSeries/queryAll4Select',
|
|
|
// method: 'POST',
|
|
|
// url: '/brandSeries/queryAll4Select',
|
|
|
// params: [{
|
|
|
// name: 'type',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'status',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'shopsId',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'brandId',
|
|
|
// type: 'number'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> 品牌关联
|
|
|
// route: '/goods/product/saveBrandRelation',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/saveBrandRelation',
|
|
|
// params: [{
|
|
|
// name: 'productSkn',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'brandRelationList',
|
|
|
// type: 'string'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> 保存视频接口
|
|
|
// route: '/goods/product/saveNetSaleVideo',
|
|
|
// method: 'POST',
|
|
|
// url: '/product/saveNetSaleVideo',
|
|
|
// params: [{
|
|
|
// name: 'productSkn',
|
|
|
// type: 'number'
|
|
|
// }, {
|
|
|
// name: 'vedioUrl',
|
|
|
// type: 'string'
|
|
|
// }]
|
|
|
// }, {
|
|
|
// //网销信息 -> 品牌关联列表
|
|
|
// route: '/goods/brands/queryBrandsByStatus',
|
|
|
// method: 'POST',
|
|
|
// url: '/erpproduct/brands/queryBrandsByStatus ',
|
|
|
// params: []
|
|
|
// },
|
|
|
},
|
|
|
{
|
|
|
//网销信息 -> 查询品牌款型系列列表
|
|
|
route: '/goods/brandSeries/queryAll4Select',
|
|
|
method: 'POST',
|
|
|
url: '/brandSeries/queryAll4Select',
|
|
|
params: [{
|
|
|
name: 'type',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'status',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'shopsId',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'brandId',
|
|
|
type: 'number'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> 品牌关联
|
|
|
route: '/goods/product/saveBrandRelation',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveBrandRelation',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'brandRelationList',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> 保存视频接口
|
|
|
route: '/goods/product/saveNetSaleVideo',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveNetSaleVideo',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'vedioUrl',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> 品牌关联列表
|
|
|
route: '/goods/brands/queryBrandsByStatus',
|
|
|
method: 'POST',
|
|
|
url: '/erpproduct/brands/queryBrandsByStatus ',
|
|
|
params: []
|
|
|
},
|
|
|
{
|
|
|
//价格管理 -> 代销变价页面渲染
|
|
|
route: '/goods/pricechange/index',
|
...
|
...
|
|