...
|
...
|
@@ -271,8 +271,8 @@ exports.res = [{ |
|
|
// type: 'number'
|
|
|
// }]
|
|
|
}, {
|
|
|
//网销信息 -> 编辑页面渲染
|
|
|
route: '/goods/audit/info/:param',
|
|
|
//网销信息 -> 编辑页面渲染
|
|
|
route: '/goods/audit/info/:param',
|
|
|
method: 'GET',
|
|
|
view: 'pages/goods/netsale-edit',
|
|
|
// url: '/product/getNetSaleInfo',
|
...
|
...
|
@@ -355,6 +355,21 @@ exports.res = [{ |
|
|
}, {
|
|
|
name: 'searchSortList',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'searchKeys',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'brandRelationList',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'attributeProValuesOne',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'attributeProValuesTwo',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'goodsImagesReq',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> 保存基本信息接口
|
...
|
...
|
|