master
parent
74e986d2d4
commit
cfc01f3b6d
|
@ -299,15 +299,15 @@
|
|||
|
||||
|
||||
<div class="row show-grid">
|
||||
<%--<div class="col-xs-1 text-center">--%>
|
||||
<%--<b>发货月台:</b>--%>
|
||||
<%--</div>--%>
|
||||
<%--<div class="col-xs-2">--%>
|
||||
<%--<t:dictSelect field="omPlatNo" type="list" extendJson="{class:'form-control',style:'width:150px'}" --%>
|
||||
<%--dictTable="ba_platform" dictField="platform_code" dictText="platform_name" hasLabel="false" title="月台"></t:dictSelect> --%>
|
||||
<%--<span class="Validform_checktip" style="float:left;height:0px;"></span>--%>
|
||||
<%--<label class="Validform_label" style="display: none">月台</label>--%>
|
||||
<%--</div> --%>
|
||||
<div class="col-xs-1 text-center">
|
||||
<b>发货月台:</b>
|
||||
</div>
|
||||
<div class="col-xs-2">
|
||||
<t:dictSelect field="omPlatNo" type="list" extendJson="{class:'form-control',style:'width:150px'}"
|
||||
dictTable="ba_platform" dictField="platform_code" dictText="platform_name" hasLabel="false" title="月台"></t:dictSelect>
|
||||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">月台</label>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-1 text-center">
|
||||
<b>备注 </b>
|
||||
|
|
|
@ -268,16 +268,16 @@
|
|||
|
||||
|
||||
<div class="row show-grid">
|
||||
<%--<div class="col-xs-1 text-center">--%>
|
||||
<%--<b>发货月台:</b>--%>
|
||||
<%--</div>--%>
|
||||
<%--<div class="col-xs-2">--%>
|
||||
<%--<input id="omPlatNo" name="omPlatNo" type="text" class="form-control" --%>
|
||||
<%--ignore="ignore"--%>
|
||||
<%--value='${wmOmNoticeHPage.omPlatNo}' />--%>
|
||||
<%--<span class="Validform_checktip" style="float:left;height:0px;"></span>--%>
|
||||
<%--<label class="Validform_label" style="display: none">发货月台</label>--%>
|
||||
<%--</div>--%>
|
||||
<div class="col-xs-1 text-center">
|
||||
<b>发货月台:</b>
|
||||
</div>
|
||||
<div class="col-xs-2">
|
||||
<input id="omPlatNo" name="omPlatNo" type="text" class="form-control"
|
||||
ignore="ignore"
|
||||
value='${wmOmNoticeHPage.omPlatNo}' />
|
||||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">发货月台</label>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-xs-1 text-center">
|
||||
|
|
Loading…
Reference in New Issue