储位主数据调整

master
cez 2022-02-20 12:38:23 +08:00
parent b09f9871d5
commit 54f3dd2f47
7 changed files with 217 additions and 444 deletions

View File

@ -39,8 +39,10 @@ public class MdBinEntity implements java.io.Serializable {
private java.lang.String sysOrgCode; private java.lang.String sysOrgCode;
/**所属公司*/ /**所属公司*/
private java.lang.String sysCompanyCode; private java.lang.String sysCompanyCode;
@Excel(name="库存地点") // @Excel(name="库存地点")
private java.lang.String kuWeiMingCheng; private java.lang.String kuWeiMingCheng;
@Excel(name="仓库")
private java.lang.String binStore;
/**库位编码*/ /**库位编码*/
@Excel(name="库位编码") @Excel(name="库位编码")
private java.lang.String kuWeiBianMa; private java.lang.String kuWeiBianMa;
@ -113,8 +115,7 @@ public class MdBinEntity implements java.io.Serializable {
@Excel(name="动线") @Excel(name="动线")
private java.lang.String mingXi3; private java.lang.String mingXi3;
/**仓库*/ /**仓库*/
@Excel(name="仓库")
private java.lang.String binStore;
/**仓库*/ /**仓库*/
@Excel(name="电子标签ID") @Excel(name="电子标签ID")
private java.lang.String lorabqId; private java.lang.String lorabqId;

View File

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

View File

@ -50,18 +50,18 @@
<div class="row form-wrapper"> <div class="row form-wrapper">
<div class="row show-grid"> <%-- <div class="row show-grid">--%>
<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">--%>
<t:dictSelect field="kuWeiMingCheng" type="list" extendJson="{class:'form-control',datatype:'*'}" <%-- <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> <%-- 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> <%-- <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>--%>
<div class="row show-grid"> <div class="row show-grid">

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="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="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="sysCompanyCode" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="库存地点" field="kuWeiMingCheng" 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="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="kuWeiBianMa" query="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="库位条码" field="kuWeiTiaoMa" query="true" queryMode="single" width="120"></t:dgCol> <t:dgCol title="库位条码" field="kuWeiTiaoMa" query="true" queryMode="single" width="120"></t:dgCol>
@ -51,10 +51,10 @@
<t:dgCol title="操作" field="opt" width="100"></t:dgCol> <t:dgCol title="操作" field="opt" width="100"></t:dgCol>
<t:dgDelOpt title="停用" url="mdBinController.do?doDel&id={id}" urlclass="ace_button" urlfont="fa-trash-o" exp="tingYong#ne#Y"/> <t:dgDelOpt title="停用" url="mdBinController.do?doDel&id={id}" urlclass="ace_button" urlfont="fa-trash-o" exp="tingYong#ne#Y"/>
<t:dgDelOpt title="同步WCS" url="mdBinController.do?doHad&id={id}" urlclass="ace_button" urlfont="fa-trash-o" exp="tingYong#ne#Y"/> <t:dgDelOpt title="同步WCS" url="mdBinController.do?doHad&id={id}" urlclass="ace_button" urlfont="fa-trash-o" exp="tingYong#ne#Y"/>
<t:dgToolBar title="录入" icon="icon-add" url="mdBinController.do?goAdd" funname="add"></t:dgToolBar> <t:dgToolBar title="录入" height="700" icon="icon-add" url="mdBinController.do?goAdd" funname="add"></t:dgToolBar>
<t:dgToolBar title="编辑" icon="icon-edit" url="mdBinController.do?goUpdate" funname="update"></t:dgToolBar> <t:dgToolBar title="编辑" height="700" icon="icon-edit" url="mdBinController.do?goUpdate" funname="update"></t:dgToolBar>
<t:dgToolBar title="批量停用" icon="icon-remove" url="mdBinController.do?doBatchDel" operationCode="deleteALLSelect" funname="deleteALLSelect"></t:dgToolBar> <t:dgToolBar title="批量停用" icon="icon-remove" url="mdBinController.do?doBatchDel" operationCode="deleteALLSelect" funname="deleteALLSelect"></t:dgToolBar>
<t:dgToolBar title="查看" icon="icon-search" url="mdBinController.do?goUpdate" funname="detail"></t:dgToolBar> <t:dgToolBar title="查看" height="700" icon="icon-search" url="mdBinController.do?goUpdate" funname="detail"></t:dgToolBar>
<t:dgToolBar title="导入" icon="icon-put" funname="ImportXls"></t:dgToolBar> <t:dgToolBar title="导入" icon="icon-put" funname="ImportXls"></t:dgToolBar>
<t:dgToolBar title="导出" icon="icon-putout" funname="ExportXls"></t:dgToolBar> <t:dgToolBar title="导出" icon="icon-putout" funname="ExportXls"></t:dgToolBar>
<t:dgToolBar title="模板下载" icon="icon-putout" funname="ExportXlsByT"></t:dgToolBar> <t:dgToolBar title="模板下载" icon="icon-putout" funname="ExportXlsByT"></t:dgToolBar>

View File

@ -13,119 +13,7 @@
<t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="mdCusOtherController.do?doAdd" > <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="mdCusOtherController.do?doAdd" >
<input id="id" name="id" type="hidden" value="${mdCusOtherPage.id }"/> <input id="id" name="id" type="hidden" value="${mdCusOtherPage.id }"/>
<table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable"> <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
<%--<tr>--%>
<%--<td align="right">--%>
<%--<label class="Validform_label">--%>
<%--创建人名称:--%>
<%--</label>--%>
<%--</td>--%>
<%--<td class="value">--%>
<%--<input id="createName" name="createName" type="text" style="width: 150px" class="inputxt" --%>
<%----%>
<%--ignore="ignore"--%>
<%--/>--%>
<%--<span class="Validform_checktip"></span>--%>
<%--<label class="Validform_label" style="display: none;">创建人名称</label>--%>
<%--</td>--%>
<%--<td align="right">--%>
<%--<label class="Validform_label">--%>
<%--创建人登录名称:--%>
<%--</label>--%>
<%--</td>--%>
<%--<td class="value">--%>
<%--<input id="createBy" name="createBy" type="text" style="width: 150px" class="inputxt" --%>
<%----%>
<%--ignore="ignore"--%>
<%--/>--%>
<%--<span class="Validform_checktip"></span>--%>
<%--<label class="Validform_label" style="display: none;">创建人登录名称</label>--%>
<%--</td>--%>
<%--</tr>--%>
<%--<tr>--%>
<%--<td align="right">--%>
<%--<label class="Validform_label">--%>
<%--创建日期:--%>
<%--</label>--%>
<%--</td>--%>
<%--<td class="value">--%>
<%--<input id="createDate" name="createDate" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()" --%>
<%----%>
<%--ignore="ignore"--%>
<%--/> --%>
<%--<span class="Validform_checktip"></span>--%>
<%--<label class="Validform_label" style="display: none;">创建日期</label>--%>
<%--</td>--%>
<%--<td align="right">--%>
<%--<label class="Validform_label">--%>
<%--更新人名称:--%>
<%--</label>--%>
<%--</td>--%>
<%--<td class="value">--%>
<%--<input id="updateName" name="updateName" type="text" style="width: 150px" class="inputxt" --%>
<%----%>
<%--ignore="ignore"--%>
<%--/>--%>
<%--<span class="Validform_checktip"></span>--%>
<%--<label class="Validform_label" style="display: none;">更新人名称</label>--%>
<%--</td>--%>
<%--</tr>--%>
<%--<tr>--%>
<%--<td align="right">--%>
<%--<label class="Validform_label">--%>
<%--更新人登录名称:--%>
<%--</label>--%>
<%--</td>--%>
<%--<td class="value">--%>
<%--<input id="updateBy" name="updateBy" type="text" style="width: 150px" class="inputxt" --%>
<%----%>
<%--ignore="ignore"--%>
<%--/>--%>
<%--<span class="Validform_checktip"></span>--%>
<%--<label class="Validform_label" style="display: none;">更新人登录名称</label>--%>
<%--</td>--%>
<%--<td align="right">--%>
<%--<label class="Validform_label">--%>
<%--更新日期:--%>
<%--</label>--%>
<%--</td>--%>
<%--<td class="value">--%>
<%--<input id="updateDate" name="updateDate" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()" --%>
<%----%>
<%--ignore="ignore"--%>
<%--/> --%>
<%--<span class="Validform_checktip"></span>--%>
<%--<label class="Validform_label" style="display: none;">更新日期</label>--%>
<%--</td>--%>
<%--</tr>--%>
<%--<tr>--%>
<%--<td align="right">--%>
<%--<label class="Validform_label">--%>
<%--所属部门:--%>
<%--</label>--%>
<%--</td>--%>
<%--<td class="value">--%>
<%--<input id="sysOrgCode" name="sysOrgCode" type="text" style="width: 150px" class="inputxt" --%>
<%----%>
<%--ignore="ignore"--%>
<%--/>--%>
<%--<span class="Validform_checktip"></span>--%>
<%--<label class="Validform_label" style="display: none;">所属部门</label>--%>
<%--</td>--%>
<%--<td align="right">--%>
<%--<label class="Validform_label">--%>
<%--所属公司:--%>
<%--</label>--%>
<%--</td>--%>
<%--<td class="value">--%>
<%--<input id="sysCompanyCode" name="sysCompanyCode" type="text" style="width: 150px" class="inputxt" --%>
<%----%>
<%--ignore="ignore"--%>
<%--/>--%>
<%--<span class="Validform_checktip"></span>--%>
<%--<label class="Validform_label" style="display: none;">所属公司</label>--%>
<%--</td>--%>
<%--</tr>--%>
<%--<tr>--%>
<td align="right"> <td align="right">
<label class="Validform_label"> <label class="Validform_label">
所属客户: 所属客户:
@ -729,17 +617,17 @@
<label class="Validform_label" style="display: none;">电话1</label> <label class="Validform_label" style="display: none;">电话1</label>
</td> </td>
</tr> </tr>
<div class="row show-grid"> <%-- <div class="row show-grid">--%>
<div class="col-xs-3 text-center"> <%-- <div class="col-xs-3 text-center">--%>
<b>附件:</b> <%-- <b>附件:</b>--%>
</div> <%-- </div>--%>
<div class="col-xs-3"> <%-- <div class="col-xs-3">--%>
<t:webUploader auto="true" name="zuZhiJiGou" duplicate="true" fileNumLimit="3"></t:webUploader> <%-- <t:webUploader auto="true" name="zuZhiJiGou" duplicate="true" fileNumLimit="3"></t:webUploader>--%>
<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>--%>
</table> </table>
</t:formvalid> </t:formvalid>
</body> </body>

View File

@ -13,110 +13,7 @@
<t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="mdCusOtherController.do?doUpdate" > <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="mdCusOtherController.do?doUpdate" >
<input id="id" name="id" type="hidden" value="${mdCusOtherPage.id }"> <input id="id" name="id" type="hidden" value="${mdCusOtherPage.id }">
<table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable"> <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
<tr>
<td align="right">
<label class="Validform_label">
创建人名称:
</label>
</td>
<td class="value">
<input id="createName" name="createName" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.createName}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">创建人名称</label>
</td>
<td align="right">
<label class="Validform_label">
创建人登录名称:
</label>
</td>
<td class="value">
<input id="createBy" name="createBy" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.createBy}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">创建人登录名称</label>
</td>
</tr>
<tr>
<td align="right">
<label class="Validform_label">
创建日期:
</label>
</td>
<td class="value">
<input id="createDate" name="createDate" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
ignore="ignore"
value='<fmt:formatDate value='${mdCusOtherPage.createDate}' type="date" pattern="yyyy-MM-dd"/>'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">创建日期</label>
</td>
<td align="right">
<label class="Validform_label">
更新人名称:
</label>
</td>
<td class="value">
<input id="updateName" name="updateName" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.updateName}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">更新人名称</label>
</td>
</tr>
<tr>
<td align="right">
<label class="Validform_label">
更新人登录名称:
</label>
</td>
<td class="value">
<input id="updateBy" name="updateBy" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.updateBy}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">更新人登录名称</label>
</td>
<td align="right">
<label class="Validform_label">
更新日期:
</label>
</td>
<td class="value">
<input id="updateDate" name="updateDate" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
ignore="ignore"
value='<fmt:formatDate value='${mdCusOtherPage.updateDate}' type="date" pattern="yyyy-MM-dd"/>'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">更新日期</label>
</td>
</tr>
<tr>
<td align="right">
<label class="Validform_label">
所属部门:
</label>
</td>
<td class="value">
<input id="sysOrgCode" name="sysOrgCode" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.sysOrgCode}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">所属部门</label>
</td>
<td align="right">
<label class="Validform_label">
所属公司:
</label>
</td>
<td class="value">
<input id="sysCompanyCode" name="sysCompanyCode" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.sysCompanyCode}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">所属公司</label>
</td>
</tr>
<tr> <tr>
<td align="right"> <td align="right">
<label class="Validform_label"> <label class="Validform_label">
@ -689,20 +586,7 @@
<label class="Validform_label" style="display: none;">电话1</label> <label class="Validform_label" style="display: none;">电话1</label>
</td> </td>
</tr> </tr>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>附件:</b>
</div>
<div class="col-xs-3">
<t:webUploader auto="true" pathValues="${mdCusOtherPage.zuZhiJiGou}" name="zuZhiJiGou" duplicate="true" fileNumLimit="1"></t:webUploader>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">营业执照</label>
</div>
</div>
</table> </table>
</t:formvalid> </t:formvalid>
</body> </body>

View File

@ -59,10 +59,10 @@
<%--<t:dgCol title="电话1" field="dianHua1" queryMode="group" width="120"></t:dgCol>--%> <%--<t:dgCol title="电话1" field="dianHua1" queryMode="group" width="120"></t:dgCol>--%>
<t:dgCol title="操作" field="opt" width="100"></t:dgCol> <t:dgCol title="操作" field="opt" width="100"></t:dgCol>
<t:dgDelOpt title="删除" url="mdCusOtherController.do?doDel&id={id}" urlclass="ace_button" urlfont="fa-trash-o"/> <t:dgDelOpt title="删除" url="mdCusOtherController.do?doDel&id={id}" urlclass="ace_button" urlfont="fa-trash-o"/>
<t:dgToolBar title="录入" icon="icon-add" url="mdCusOtherController.do?goAdd" funname="add"></t:dgToolBar> <t:dgToolBar title="录入" width="700" icon="icon-add" url="mdCusOtherController.do?goAdd" funname="add"></t:dgToolBar>
<t:dgToolBar title="编辑" icon="icon-edit" url="mdCusOtherController.do?goUpdate" funname="update"></t:dgToolBar> <t:dgToolBar title="编辑" width="700" icon="icon-edit" url="mdCusOtherController.do?goUpdate" funname="update"></t:dgToolBar>
<t:dgToolBar title="批量删除" icon="icon-remove" url="mdCusOtherController.do?doBatchDel" funname="deleteALLSelect"></t:dgToolBar> <t:dgToolBar title="批量删除" icon="icon-remove" url="mdCusOtherController.do?doBatchDel" funname="deleteALLSelect"></t:dgToolBar>
<t:dgToolBar title="查看" icon="icon-search" url="mdCusOtherController.do?goUpdate" funname="detail"></t:dgToolBar> <t:dgToolBar title="查看" width="700" icon="icon-search" url="mdCusOtherController.do?goUpdate" funname="detail"></t:dgToolBar>
<t:dgToolBar title="导入" icon="icon-put" funname="ImportXls"></t:dgToolBar> <t:dgToolBar title="导入" icon="icon-put" funname="ImportXls"></t:dgToolBar>
<t:dgToolBar operationCode="uasimpcus" title="第三方系统导入" icon="icon-put" funname="otherimp"></t:dgToolBar> <t:dgToolBar operationCode="uasimpcus" title="第三方系统导入" icon="icon-put" funname="otherimp"></t:dgToolBar>