Authored by liuyue

保存完整信息路由

@@ -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 //网销信息 -> 保存基本信息接口
@@ -137,7 +137,7 @@ @@ -137,7 +137,7 @@
137 <div class="col-sm-12"> 137 <div class="col-sm-12">
138 <label>商品短评<i class="red">*</i>:</label> 138 <label>商品短评<i class="red">*</i>:</label>
139 [[if renderType=='edit']] 139 [[if renderType=='edit']]
140 - <input id="productName" style="display:inline-block;width: 280px;" class="form-control" placeholder="基础商品名称" type="text" value="[[productName]]" required> 140 + <input id="phrase" style="display:inline-block;width: 280px;" class="form-control" placeholder="商品短评" type="text" value="[[phrase]]" required>
141 [[else]] 141 [[else]]
142 <span>[[phrase]]</span> 142 <span>[[phrase]]</span>
143 [[/if]] 143 [[/if]]