|
@@ -271,8 +271,8 @@ exports.res = [{ |
|
@@ -271,8 +271,8 @@ exports.res = [{ |
271
|
// type: 'number'
|
271
|
// type: 'number'
|
272
|
// }]
|
272
|
// }]
|
273
|
}, {
|
273
|
}, {
|
274
|
- //网销信息 -> 编辑页面渲染
|
|
|
275
|
- route: '/goods/audit/info/:param',
|
274
|
+ //网销信息 -> 编辑页面渲染
|
|
|
275
|
+ route: '/goods/audit/info/:param',
|
276
|
method: 'GET',
|
276
|
method: 'GET',
|
277
|
view: 'pages/goods/netsale-edit',
|
277
|
view: 'pages/goods/netsale-edit',
|
278
|
// url: '/product/getNetSaleInfo',
|
278
|
// url: '/product/getNetSaleInfo',
|
|
@@ -355,6 +355,21 @@ exports.res = [{ |
|
@@ -355,6 +355,21 @@ exports.res = [{ |
355
|
}, {
|
355
|
}, {
|
356
|
name: 'searchSortList',
|
356
|
name: 'searchSortList',
|
357
|
type: 'string'
|
357
|
type: 'string'
|
|
|
358
|
+ }, {
|
|
|
359
|
+ name: 'searchKeys',
|
|
|
360
|
+ type: 'string'
|
|
|
361
|
+ }, {
|
|
|
362
|
+ name: 'brandRelationList',
|
|
|
363
|
+ type: 'string'
|
|
|
364
|
+ }, {
|
|
|
365
|
+ name: 'attributeProValuesOne',
|
|
|
366
|
+ type: 'string'
|
|
|
367
|
+ }, {
|
|
|
368
|
+ name: 'attributeProValuesTwo',
|
|
|
369
|
+ type: 'string'
|
|
|
370
|
+ }, {
|
|
|
371
|
+ name: 'goodsImagesReq',
|
|
|
372
|
+ type: 'string'
|
358
|
}]
|
373
|
}]
|
359
|
}, {
|
374
|
}, {
|
360
|
//网销信息 -> 保存基本信息接口
|
375
|
//网销信息 -> 保存基本信息接口
|