储位增加库存地点

master
e 2020-02-23 22:50:17 +08:00
parent ef2814aba0
commit 0052ead517
4 changed files with 36 additions and 4 deletions

View File

@ -39,7 +39,7 @@ public class MdBinEntity implements java.io.Serializable {
private java.lang.String sysOrgCode;
/**所属公司*/
private java.lang.String sysCompanyCode;
/**库位名称*/
@Excel(name="库存地点")
private java.lang.String kuWeiMingCheng;
/**库位编码*/
@Excel(name="库位编码")

View File

@ -50,7 +50,24 @@
<!-- tab内容 -->
<div class="con-wrapper" id="con-wrapper1" style="display: block;">
<div class="row form-wrapper">
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b style="color:red">库存地点</b>
</div>
<div class="col-xs-3">
<t:dictSelect field="kuWeiMingCheng" type="list" extendJson="{class:'form-control',datatype:'*'}"
dictTable="t_wz_location" dictField="MAT_LOCATION" dictText="MAT_LOCATION" 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>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b style="color:red">仓&emsp;&emsp;库</b>

View File

@ -48,7 +48,22 @@
<!-- tab内容 -->
<div class="con-wrapper" id="con-wrapper1" style="display: block;">
<div class="row form-wrapper">
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b style="color:red">库存地点</b>
</div>
<div class="col-xs-3">
<t:dictSelect field="kuWeiMingCheng" type="list" extendJson="{class:'form-control',datatype:'*'}"
dictTable="t_wz_location" dictField="MAT_LOCATION" dictText="MAT_LOCATION" hasLabel="false" defaultVal="${mdBinPage.kuWeiMingCheng}" title="库存地点"></t:dictSelect>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">库存地点</label>
</div>
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b style="color:red">仓&emsp;&emsp;库</b>

View File

@ -13,7 +13,7 @@
<t:dgCol title="更新日期" field="updateDate" formatter="yyyy-MM-dd" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="所属部门" field="sysOrgCode" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="所属公司" field="sysCompanyCode" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="库位名称" field="kuWeiMingCheng" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="库存地点" field="kuWeiMingCheng" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="仓库" field="binStore" query="true" queryMode="single" dictionary="ba_store,store_code,store_name" width="90"></t:dgCol>
<t:dgCol title="库位编码" field="kuWeiBianMa" query="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="库位条码" field="kuWeiTiaoMa" query="true" queryMode="single" width="120"></t:dgCol>