Authored by liuyue

保存完整信息路由

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