入库通知新增和修改
parent
882d55070d
commit
c0dba861c3
|
@ -260,7 +260,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-2">
|
<div class="col-xs-2">
|
||||||
<t:dictSelect field="areaCode" type="list"
|
<t:dictSelect field="areaCode" type="list"
|
||||||
extendJson=" {class:'form-control',datatype:'*',style:'width:220px'}"
|
extendJson=" {class:'form-control',style:'width:220px'}"
|
||||||
defaultVal="存货区" typeGroupCode="area_type" hasLabel="false"
|
defaultVal="存货区" typeGroupCode="area_type" hasLabel="false"
|
||||||
title="预约库区"></t:dictSelect>
|
title="预约库区"></t:dictSelect>
|
||||||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
@ -294,7 +294,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-2">
|
<div class="col-xs-2">
|
||||||
<t:dictSelect field="storeCode" type="list"
|
<t:dictSelect field="storeCode" type="list"
|
||||||
extendJson=" {class:'form-control',datatype:'*',style:'width:220px'}"
|
extendJson=" {class:'form-control',style:'width:220px'}"
|
||||||
dictTable="ba_store" dictField="store_code" dictText="store_name"></t:dictSelect>
|
dictTable="ba_store" dictField="store_code" dictText="store_name"></t:dictSelect>
|
||||||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -217,7 +217,7 @@
|
||||||
<b>预约库区:</b>
|
<b>预约库区:</b>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-2">
|
<div class="col-xs-2">
|
||||||
<t:dictSelect field="areaCode" type="list" extendJson=" {class:'form-control',datatype:'*',style:'width:220px'}"
|
<t:dictSelect field="areaCode" type="list" extendJson=" {class:'form-control',style:'width:220px'}"
|
||||||
defaultVal="${wmImNoticeHPage.areaCode}" typeGroupCode="area_type" hasLabel="false" title="预约库区"></t:dictSelect>
|
defaultVal="${wmImNoticeHPage.areaCode}" typeGroupCode="area_type" hasLabel="false" title="预约库区"></t:dictSelect>
|
||||||
<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>
|
||||||
|
@ -236,7 +236,7 @@
|
||||||
<b>仓库:</b>
|
<b>仓库:</b>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-2">
|
<div class="col-xs-2">
|
||||||
<t:dictSelect field="storeCode" type="list" extendJson=" {class:'form-control',datatype:'*',style:'width:220px'}"
|
<t:dictSelect field="storeCode" type="list" extendJson=" {class:'form-control',style:'width:220px'}"
|
||||||
dictTable="ba_store" dictField="store_code" dictText="store_name" defaultVal="${wmImNoticeHPage.storeCode}"></t:dictSelect>
|
dictTable="ba_store" dictField="store_code" dictText="store_name" defaultVal="${wmImNoticeHPage.storeCode}"></t:dictSelect>
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue