上下架读取商品名称
parent
7e0489e8e6
commit
c6c5d5bde7
|
@ -123,6 +123,7 @@ public class MdGoodsEntity implements java.io.Serializable {
|
|||
/**宽单品*/
|
||||
private java.lang.String kuDanPin;
|
||||
/**高单品*/
|
||||
@Excel(name="价格")
|
||||
private java.lang.String gaoDanPin;
|
||||
/**长整箱*/
|
||||
@Excel(name="长")
|
||||
|
|
|
@ -86,16 +86,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 style="color:red">基准温度</b>--%>
|
||||
<%--</div>--%>
|
||||
<%--<div class="col-xs-3">--%>
|
||||
<%--<input id="jiZhunwendu" name="jiZhunwendu" type="text" class="form-control" --%>
|
||||
<%--ignore="checked"--%>
|
||||
<%--required="required"/>--%>
|
||||
<%--<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 style="color:red">价格</b>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<input id="gaoDanpin" name="gaoDanpin" type="text" class="form-control"
|
||||
ignore="checked"
|
||||
required="required"/>
|
||||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">价格</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -93,16 +93,16 @@
|
|||
</div>
|
||||
|
||||
|
||||
<%--<div class="col-xs-3 text-center">--%>
|
||||
<%--<b style="color:red">基准温度</b>--%>
|
||||
<%--</div>--%>
|
||||
<%--<div class="col-xs-3">--%>
|
||||
<%--<input id="jiZhunwendu" name="jiZhunwendu" type="text" class="form-control" --%>
|
||||
<%--ignore="checked" value='${mdGoodsPage.jiZhunwendu}'--%>
|
||||
<%--/>--%>
|
||||
<%--<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 style="color:red">价格</b>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<input id="gaoDanpin" name="gaoDanpin" type="text" class="form-control"
|
||||
ignore="checked" value='${mdGoodsPage.gaoDanpin}'
|
||||
/>
|
||||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">价格</label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<t:dgCol title="尺寸单位" field="chcDanWei" hidden="true" queryMode="group" dictionary="ba_unit,unit_code,unit_zh_name" width="120"></t:dgCol>
|
||||
<t:dgCol title="长单品" field="chDanPin" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||
<t:dgCol title="宽单品" field="kuDanPin" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||
<t:dgCol title="高单品" field="gaoDanPin" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||
<t:dgCol title="价格" field="gaoDanPin" queryMode="group" width="120"></t:dgCol>
|
||||
<t:dgCol title="长" field="chZhXiang" queryMode="group" width="80"></t:dgCol>
|
||||
<t:dgCol title="宽" field="kuZhXiang" queryMode="group" width="80"></t:dgCol>
|
||||
<t:dgCol title="高" field="gaoZhXiang" queryMode="group" width="80"></t:dgCol>
|
||||
|
|
Loading…
Reference in New Issue