入库通知新增和修改

master
erzhongxmu 2022-03-20 14:35:53 +08:00
parent 882d55070d
commit c0dba861c3
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>