商品信息增加品牌字段
parent
21e5ca1072
commit
7344a3c2ba
|
@ -88,6 +88,7 @@ public class MdGoodsEntity implements java.io.Serializable {
|
|||
@Excel(name="商品条码")
|
||||
private java.lang.String shpTiaoMa;
|
||||
/**品牌图片*/
|
||||
@Excel(name="品牌")
|
||||
private java.lang.String ppTuPian;
|
||||
/**保质期*/
|
||||
@Excel(name="保质期")
|
||||
|
|
|
@ -141,6 +141,16 @@ function counttiji(){
|
|||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">商品规格</label>
|
||||
</div>
|
||||
<div class="col-xs-3 text-center">
|
||||
<b >商品品牌</b>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<input id="ppTuPian" name="ppTuPian" type="text" class="form-control"
|
||||
ignore="ignore"
|
||||
/>
|
||||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">商品品牌</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row show-grid">
|
||||
|
|
|
@ -147,7 +147,16 @@
|
|||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">商品规格</label>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-3 text-center">
|
||||
<b >商品品牌</b>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<input id="ppTuPian" name="ppTuPian" type="text" value='${mdGoodsPage.ppTuPian}' class="form-control"
|
||||
ignore="ignore"
|
||||
/>
|
||||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">商品品牌</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row show-grid">
|
||||
<div class="col-xs-3 text-center">
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
<t:dgCol title="商品型号" field="shpXingHao" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||
<t:dgCol title="商品规格" field="shpGuiGe" queryMode="group" width="80"></t:dgCol>
|
||||
<t:dgCol title="商品品牌" field="ppTuPian" query="true" queryMode="single" width="80"></t:dgCol>
|
||||
|
||||
|
||||
<t:dgCol title="商品颜色" field="shpYanSe" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||
<t:dgCol title="产品属性" field="chpShuXing" queryMode="single" dictionary="ba_goods_type,goods_type_code,goods_type_name" width="120"></t:dgCol>
|
||||
<t:dgCol title="存放温层" field="cfWenCeng" query="true" queryMode="single" dictionary="ba_deg_type,deg_type_code,deg_type_name" width="80"></t:dgCol>
|
||||
|
|
Loading…
Reference in New Issue