删除基准温度
parent
03f87f6501
commit
7e0489e8e6
|
@ -133,7 +133,7 @@ public class MdGoodsEntity implements java.io.Serializable {
|
||||||
/**高整箱*/
|
/**高整箱*/
|
||||||
@Excel(name="高")
|
@Excel(name="高")
|
||||||
private java.lang.String gaoZhXiang;
|
private java.lang.String gaoZhXiang;
|
||||||
@Excel(name="基准温度")
|
// @Excel(name="基准温度")
|
||||||
private java.lang.String jiZhunwendu;
|
private java.lang.String jiZhunwendu;
|
||||||
/**商品描述*/
|
/**商品描述*/
|
||||||
private java.lang.String shpMiaoShu;
|
private java.lang.String shpMiaoShu;
|
||||||
|
|
|
@ -86,16 +86,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">
|
<%--<div class="col-xs-3 text-center">--%>
|
||||||
<b style="color:red">基准温度</b>
|
<%--<b style="color:red">基准温度</b>--%>
|
||||||
</div>
|
<%--</div>--%>
|
||||||
<div class="col-xs-3">
|
<%--<div class="col-xs-3">--%>
|
||||||
<input id="jiZhunwendu" name="jiZhunwendu" type="text" class="form-control"
|
<%--<input id="jiZhunwendu" name="jiZhunwendu" type="text" class="form-control" --%>
|
||||||
ignore="checked"
|
<%--ignore="checked"--%>
|
||||||
required="required"/>
|
<%--required="required"/>--%>
|
||||||
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -93,16 +93,16 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="col-xs-3 text-center">
|
<%--<div class="col-xs-3 text-center">--%>
|
||||||
<b style="color:red">基准温度</b>
|
<%--<b style="color:red">基准温度</b>--%>
|
||||||
</div>
|
<%--</div>--%>
|
||||||
<div class="col-xs-3">
|
<%--<div class="col-xs-3">--%>
|
||||||
<input id="jiZhunwendu" name="jiZhunwendu" type="text" class="form-control"
|
<%--<input id="jiZhunwendu" name="jiZhunwendu" type="text" class="form-control" --%>
|
||||||
ignore="checked" value='${mdGoodsPage.jiZhunwendu}'
|
<%--ignore="checked" value='${mdGoodsPage.jiZhunwendu}'--%>
|
||||||
/>
|
<%--/>--%>
|
||||||
<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>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
<t:dgCol title="长" field="chZhXiang" queryMode="group" width="80"></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="kuZhXiang" queryMode="group" width="80"></t:dgCol>
|
||||||
<t:dgCol title="高" field="gaoZhXiang" queryMode="group" width="80"></t:dgCol>
|
<t:dgCol title="高" field="gaoZhXiang" queryMode="group" width="80"></t:dgCol>
|
||||||
<t:dgCol title="基准温度" field="jiZhunwendu" queryMode="group" width="80"></t:dgCol>
|
<%--<t:dgCol title="基准温度" field="jiZhunwendu" queryMode="group" width="80"></t:dgCol>--%>
|
||||||
<t:dgCol title="商品描述" field="shpMiaoShu" hidden="true" queryMode="group" width="120"></t:dgCol>
|
<t:dgCol title="商品描述" field="shpMiaoShu" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
<t:dgCol title="停用" field="zhuangTai" query="true" dictionary="sf_yn" width="120"></t:dgCol>
|
<t:dgCol title="停用" field="zhuangTai" query="true" dictionary="sf_yn" width="120"></t:dgCol>
|
||||||
<t:dgCol title="操作" field="opt" width="100"></t:dgCol>
|
<t:dgCol title="操作" field="opt" width="100"></t:dgCol>
|
||||||
|
|
Loading…
Reference in New Issue