商品信息增加品牌字段

master
e 2019-06-27 10:39:51 +08:00
parent 21e5ca1072
commit 7344a3c2ba
4 changed files with 24 additions and 1 deletions

View File

@ -88,6 +88,7 @@ public class MdGoodsEntity implements java.io.Serializable {
@Excel(name="商品条码") @Excel(name="商品条码")
private java.lang.String shpTiaoMa; private java.lang.String shpTiaoMa;
/**品牌图片*/ /**品牌图片*/
@Excel(name="品牌")
private java.lang.String ppTuPian; private java.lang.String ppTuPian;
/**保质期*/ /**保质期*/
@Excel(name="保质期") @Excel(name="保质期")

View File

@ -141,6 +141,16 @@ function counttiji(){
<span class="Validform_checktip" style="float:left;height:0px;"></span> <span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">商品规格</label> <label class="Validform_label" style="display: none">商品规格</label>
</div> </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>
<div class="row show-grid"> <div class="row show-grid">

View File

@ -147,7 +147,16 @@
<span class="Validform_checktip" style="float:left;height:0px;"></span> <span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">商品规格</label> <label class="Validform_label" style="display: none">商品规格</label>
</div> </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>
<div class="row show-grid"> <div class="row show-grid">
<div class="col-xs-3 text-center"> <div class="col-xs-3 text-center">

View File

@ -21,6 +21,9 @@
<t:dgCol title="商品型号" field="shpXingHao" hidden="true" queryMode="group" width="120"></t:dgCol> <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="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="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="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> <t:dgCol title="存放温层" field="cfWenCeng" query="true" queryMode="single" dictionary="ba_deg_type,deg_type_code,deg_type_name" width="80"></t:dgCol>