储位主数据调整

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 sysCompanyCode;
@Excel(name="库存地点")
// @Excel(name="库存地点")
private java.lang.String kuWeiMingCheng;
@Excel(name="仓库")
private java.lang.String binStore;
/**库位编码*/
@Excel(name="库位编码")
private java.lang.String kuWeiBianMa;
@ -113,8 +115,7 @@ public class MdBinEntity implements java.io.Serializable {
@Excel(name="动线")
private java.lang.String mingXi3;
/**仓库*/
@Excel(name="仓库")
private java.lang.String binStore;
/**仓库*/
@Excel(name="电子标签ID")
private java.lang.String lorabqId;

View File

@ -50,18 +50,18 @@
<!-- 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 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>--%>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b style="color:red">仓&emsp;&emsp;库</b>

View File

@ -50,18 +50,18 @@
<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 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>--%>
<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="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" 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>
@ -51,10 +51,10 @@
<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="同步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="编辑" icon="icon-edit" url="mdBinController.do?goUpdate" funname="update"></t:dgToolBar>
<t:dgToolBar title="录入" height="700" icon="icon-add" url="mdBinController.do?goAdd" funname="add"></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-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-putout" funname="ExportXls"></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" >
<input id="id" name="id" type="hidden" value="${mdCusOtherPage.id }"/>
<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">
<label class="Validform_label">
所属客户:
@ -145,8 +33,8 @@
</label>
</td>
<td class="value">
<input id="zhongWenQch" name="zhongWenQch" type="text" style="width: 150px" class="inputxt"
<input id="zhongWenQch" name="zhongWenQch" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -160,8 +48,8 @@
</label>
</td>
<td class="value">
<input id="zhuJiMa" name="zhuJiMa" type="text" style="width: 150px" class="inputxt"
<input id="zhuJiMa" name="zhuJiMa" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -173,8 +61,8 @@
</label>
</td>
<td class="value">
<input id="keHuJianCheng" name="keHuJianCheng" type="text" style="width: 150px" class="inputxt"
<input id="keHuJianCheng" name="keHuJianCheng" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -188,8 +76,8 @@
</label>
</td>
<td class="value">
<input id="keHuBianMa" name="keHuBianMa" type="text" style="width: 150px" class="inputxt"
<input id="keHuBianMa" name="keHuBianMa" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -201,8 +89,8 @@
</label>
</td>
<td class="value">
<input id="keHuYingWen" name="keHuYingWen" type="text" style="width: 150px" class="inputxt"
<input id="keHuYingWen" name="keHuYingWen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -216,8 +104,8 @@
</label>
</td>
<td class="value">
<input id="zengYongQi" name="zengYongQi" type="text" style="width: 150px" class="inputxt"
<input id="zengYongQi" name="zengYongQi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -229,8 +117,8 @@
</label>
</td>
<td class="value">
<input id="zengYongQiYe" name="zengYongQiYe" type="text" style="width: 150px" class="inputxt"
<input id="zengYongQiYe" name="zengYongQiYe" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -244,8 +132,8 @@
</label>
</td>
<td class="value">
<input id="keHuZhuangTai" name="keHuZhuangTai" type="text" style="width: 150px" class="inputxt"
<input id="keHuZhuangTai" name="keHuZhuangTai" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -257,8 +145,8 @@
</label>
</td>
<td class="value">
<input id="xingYeFenLei" name="xingYeFenLei" type="text" style="width: 150px" class="inputxt"
<input id="xingYeFenLei" name="xingYeFenLei" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -272,8 +160,8 @@
</label>
</td>
<td class="value">
<input id="keHuDengJi" name="keHuDengJi" type="text" style="width: 150px" class="inputxt"
<input id="keHuDengJi" name="keHuDengJi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -285,8 +173,8 @@
</label>
</td>
<td class="value">
<input id="suoShuXingYe" name="suoShuXingYe" type="text" style="width: 150px" class="inputxt"
<input id="suoShuXingYe" name="suoShuXingYe" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -300,10 +188,10 @@
</label>
</td>
<td class="value">
<input id="shouQianRiQi" name="shouQianRiQi" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
<input id="shouQianRiQi" name="shouQianRiQi" 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>
@ -313,10 +201,10 @@
</label>
</td>
<td class="value">
<input id="zhongZhiHeShiJian" name="zhongZhiHeShiJian" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
<input id="zhongZhiHeShiJian" name="zhongZhiHeShiJian" 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>
@ -328,10 +216,10 @@
</label>
</td>
<td class="value">
<input id="shenQingShiJian" name="shenQingShiJian" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
<input id="shenQingShiJian" name="shenQingShiJian" 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>
@ -341,8 +229,8 @@
</label>
</td>
<td class="value">
<input id="keHuShuXing" name="keHuShuXing" type="text" style="width: 150px" class="inputxt"
<input id="keHuShuXing" name="keHuShuXing" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -356,8 +244,8 @@
</label>
</td>
<td class="value">
<input id="guiShuZuZh" name="guiShuZuZh" type="text" style="width: 150px" class="inputxt"
<input id="guiShuZuZh" name="guiShuZuZh" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -369,8 +257,8 @@
</label>
</td>
<td class="value">
<input id="guiShuSheng" name="guiShuSheng" type="text" style="width: 150px" class="inputxt"
<input id="guiShuSheng" name="guiShuSheng" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -384,8 +272,8 @@
</label>
</td>
<td class="value">
<input id="guiShuShiDai" name="guiShuShiDai" type="text" style="width: 150px" class="inputxt"
<input id="guiShuShiDai" name="guiShuShiDai" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -397,8 +285,8 @@
</label>
</td>
<td class="value">
<input id="guiShu" name="guiShu" type="text" style="width: 150px" class="inputxt"
<input id="guiShu" name="guiShu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -412,8 +300,8 @@
</label>
</td>
<td class="value">
<input id="diZhi" name="diZhi" type="text" style="width: 150px" class="inputxt"
<input id="diZhi" name="diZhi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -425,8 +313,8 @@
</label>
</td>
<td class="value">
<input id="youZhengBianMa" name="youZhengBianMa" type="text" style="width: 150px" class="inputxt"
<input id="youZhengBianMa" name="youZhengBianMa" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -440,8 +328,8 @@
</label>
</td>
<td class="value">
<input id="zhuLianXiRen" name="zhuLianXiRen" type="text" style="width: 150px" class="inputxt"
<input id="zhuLianXiRen" name="zhuLianXiRen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -453,8 +341,8 @@
</label>
</td>
<td class="value">
<input id="dianHua" name="dianHua" type="text" style="width: 150px" class="inputxt"
<input id="dianHua" name="dianHua" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -468,8 +356,8 @@
</label>
</td>
<td class="value">
<input id="shouJi" name="shouJi" type="text" style="width: 150px" class="inputxt"
<input id="shouJi" name="shouJi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -481,8 +369,8 @@
</label>
</td>
<td class="value">
<input id="chuanZhen" name="chuanZhen" type="text" style="width: 150px" class="inputxt"
<input id="chuanZhen" name="chuanZhen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -496,8 +384,8 @@
</label>
</td>
<td class="value">
<input id="emaildiZhi" name="emaildiZhi" type="text" style="width: 150px" class="inputxt"
<input id="emaildiZhi" name="emaildiZhi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -509,8 +397,8 @@
</label>
</td>
<td class="value">
<input id="wangYeDiZhi" name="wangYeDiZhi" type="text" style="width: 150px" class="inputxt"
<input id="wangYeDiZhi" name="wangYeDiZhi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -524,8 +412,8 @@
</label>
</td>
<td class="value">
<input id="faRenDaiBiao" name="faRenDaiBiao" type="text" style="width: 150px" class="inputxt"
<input id="faRenDaiBiao" name="faRenDaiBiao" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -537,8 +425,8 @@
</label>
</td>
<td class="value">
<input id="faRenShenFen" name="faRenShenFen" type="text" style="width: 150px" class="inputxt"
<input id="faRenShenFen" name="faRenShenFen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -552,8 +440,8 @@
</label>
</td>
<td class="value">
<input id="zhuCeZiJin" name="zhuCeZiJin" type="text" style="width: 150px" class="inputxt"
<input id="zhuCeZiJin" name="zhuCeZiJin" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -565,8 +453,8 @@
</label>
</td>
<td class="value">
<input id="biBie" name="biBie" type="text" style="width: 150px" class="inputxt"
<input id="biBie" name="biBie" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -580,8 +468,8 @@
</label>
</td>
<td class="value">
<input id="yingYeZhiZhao" name="yingYeZhiZhao" type="text" style="width: 150px" class="inputxt"
<input id="yingYeZhiZhao" name="yingYeZhiZhao" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -593,8 +481,8 @@
</label>
</td>
<td class="value">
<input id="shuiWuDeng" name="shuiWuDeng" type="text" style="width: 150px" class="inputxt"
<input id="shuiWuDeng" name="shuiWuDeng" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -609,8 +497,8 @@
</label>
</td>
<td class="value">
<input id="daoLuYunShu" name="daoLuYunShu" type="text" style="width: 150px" class="inputxt"
<input id="daoLuYunShu" name="daoLuYunShu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -624,8 +512,8 @@
</label>
</td>
<td class="value">
<input id="zhuYingYeWu" name="zhuYingYeWu" type="text" style="width: 150px" class="inputxt"
<input id="zhuYingYeWu" name="zhuYingYeWu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -637,8 +525,8 @@
</label>
</td>
<td class="value">
<input id="heYiXiang" name="heYiXiang" type="text" style="width: 150px" class="inputxt"
<input id="heYiXiang" name="heYiXiang" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -652,8 +540,8 @@
</label>
</td>
<td class="value">
<input id="piZhunJiGuan" name="piZhunJiGuan" type="text" style="width: 150px" class="inputxt"
<input id="piZhunJiGuan" name="piZhunJiGuan" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -665,8 +553,8 @@
</label>
</td>
<td class="value">
<input id="piZhunWenHao" name="piZhunWenHao" type="text" style="width: 150px" class="inputxt"
<input id="piZhunWenHao" name="piZhunWenHao" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -680,10 +568,10 @@
</label>
</td>
<td class="value">
<input id="zhuCeRiQi" name="zhuCeRiQi" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
<input id="zhuCeRiQi" name="zhuCeRiQi" 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>
@ -693,8 +581,8 @@
</label>
</td>
<td class="value">
<input id="beiZhu" name="beiZhu" type="text" style="width: 150px" class="inputxt"
<input id="beiZhu" name="beiZhu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -708,8 +596,8 @@
</label>
</td>
<td class="value">
<input id="zhuLianXiRen1" name="zhuLianXiRen1" type="text" style="width: 150px" class="inputxt"
<input id="zhuLianXiRen1" name="zhuLianXiRen1" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
@ -721,26 +609,26 @@
</label>
</td>
<td class="value">
<input id="dianHua1" name="dianHua1" type="text" style="width: 150px" class="inputxt"
<input id="dianHua1" name="dianHua1" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
/>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">电话1</label>
</td>
</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" name="zuZhiJiGou" duplicate="true" fileNumLimit="3"></t:webUploader>
<%-- <div class="row show-grid">--%>
<%-- <div class="col-xs-3 text-center">--%>
<%-- <b>附件:</b>--%>
<%-- </div>--%>
<%-- <div class="col-xs-3">--%>
<%-- <t:webUploader auto="true" name="zuZhiJiGou" duplicate="true" fileNumLimit="3"></t:webUploader>--%>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">营业执照</label>
</div>
</div>
<%-- <span class="Validform_checktip" style="float:left;height:0px;"></span>--%>
<%-- <label class="Validform_label" style="display: none">营业执照</label>--%>
<%-- </div>--%>
<%-- </div>--%>
</table>
</t:formvalid>
</body>
<script src = "webpage/com/zzjee/md/mdCusOther.js"></script>
<script src = "webpage/com/zzjee/md/mdCusOther.js"></script>

View File

@ -13,110 +13,7 @@
<t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="mdCusOtherController.do?doUpdate" >
<input id="id" name="id" type="hidden" value="${mdCusOtherPage.id }">
<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>
<td align="right">
<label class="Validform_label">
@ -124,8 +21,8 @@
</label>
</td>
<td class="value">
<input id="suoShuKeHu" name="suoShuKeHu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="suoShuKeHu" name="suoShuKeHu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.suoShuKeHu}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">所属客户</label>
@ -136,8 +33,8 @@
</label>
</td>
<td class="value">
<input id="zhongWenQch" name="zhongWenQch" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="zhongWenQch" name="zhongWenQch" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.zhongWenQch}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">中文全称</label>
@ -150,8 +47,8 @@
</label>
</td>
<td class="value">
<input id="zhuJiMa" name="zhuJiMa" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="zhuJiMa" name="zhuJiMa" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.zhuJiMa}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">助记码</label>
@ -162,8 +59,8 @@
</label>
</td>
<td class="value">
<input id="keHuJianCheng" name="keHuJianCheng" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="keHuJianCheng" name="keHuJianCheng" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.keHuJianCheng}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">客户简称</label>
@ -176,8 +73,8 @@
</label>
</td>
<td class="value">
<input id="keHuBianMa" name="keHuBianMa" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="keHuBianMa" name="keHuBianMa" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.keHuBianMa}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">客户编码</label>
@ -188,8 +85,8 @@
</label>
</td>
<td class="value">
<input id="keHuYingWen" name="keHuYingWen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="keHuYingWen" name="keHuYingWen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.keHuYingWen}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">客户英文名称</label>
@ -202,8 +99,8 @@
</label>
</td>
<td class="value">
<input id="zengYongQi" name="zengYongQi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="zengYongQi" name="zengYongQi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.zengYongQi}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">曾用企业代码</label>
@ -214,8 +111,8 @@
</label>
</td>
<td class="value">
<input id="zengYongQiYe" name="zengYongQiYe" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="zengYongQiYe" name="zengYongQiYe" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.zengYongQiYe}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">曾用企业名称</label>
@ -228,8 +125,8 @@
</label>
</td>
<td class="value">
<input id="keHuZhuangTai" name="keHuZhuangTai" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="keHuZhuangTai" name="keHuZhuangTai" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.keHuZhuangTai}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">客户状态</label>
@ -240,8 +137,8 @@
</label>
</td>
<td class="value">
<input id="xingYeFenLei" name="xingYeFenLei" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="xingYeFenLei" name="xingYeFenLei" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.xingYeFenLei}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">企业属性</label>
@ -254,8 +151,8 @@
</label>
</td>
<td class="value">
<input id="keHuDengJi" name="keHuDengJi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="keHuDengJi" name="keHuDengJi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.keHuDengJi}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">客户等级</label>
@ -266,8 +163,8 @@
</label>
</td>
<td class="value">
<input id="suoShuXingYe" name="suoShuXingYe" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="suoShuXingYe" name="suoShuXingYe" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.suoShuXingYe}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">所属行业</label>
@ -280,7 +177,7 @@
</label>
</td>
<td class="value">
<input id="shouQianRiQi" name="shouQianRiQi" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
<input id="shouQianRiQi" name="shouQianRiQi" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
ignore="ignore"
value='<fmt:formatDate value='${mdCusOtherPage.shouQianRiQi}' type="date" pattern="yyyy-MM-dd"/>'>
<span class="Validform_checktip"></span>
@ -292,7 +189,7 @@
</label>
</td>
<td class="value">
<input id="zhongZhiHeShiJian" name="zhongZhiHeShiJian" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
<input id="zhongZhiHeShiJian" name="zhongZhiHeShiJian" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
ignore="ignore"
value='<fmt:formatDate value='${mdCusOtherPage.zhongZhiHeShiJian}' type="date" pattern="yyyy-MM-dd"/>'>
<span class="Validform_checktip"></span>
@ -306,7 +203,7 @@
</label>
</td>
<td class="value">
<input id="shenQingShiJian" name="shenQingShiJian" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
<input id="shenQingShiJian" name="shenQingShiJian" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
ignore="ignore"
value='<fmt:formatDate value='${mdCusOtherPage.shenQingShiJian}' type="date" pattern="yyyy-MM-dd"/>'>
<span class="Validform_checktip"></span>
@ -318,8 +215,8 @@
</label>
</td>
<td class="value">
<input id="keHuShuXing" name="keHuShuXing" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="keHuShuXing" name="keHuShuXing" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.keHuShuXing}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">客户属性</label>
@ -332,8 +229,8 @@
</label>
</td>
<td class="value">
<input id="guiShuZuZh" name="guiShuZuZh" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="guiShuZuZh" name="guiShuZuZh" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.guiShuZuZh}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">归属组织代码</label>
@ -344,8 +241,8 @@
</label>
</td>
<td class="value">
<input id="guiShuSheng" name="guiShuSheng" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="guiShuSheng" name="guiShuSheng" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.guiShuSheng}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">归属省份代码</label>
@ -358,8 +255,8 @@
</label>
</td>
<td class="value">
<input id="guiShuShiDai" name="guiShuShiDai" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="guiShuShiDai" name="guiShuShiDai" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.guiShuShiDai}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">归属市代码</label>
@ -370,8 +267,8 @@
</label>
</td>
<td class="value">
<input id="guiShu" name="guiShu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="guiShu" name="guiShu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.guiShu}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">归属县区代码</label>
@ -384,8 +281,8 @@
</label>
</td>
<td class="value">
<input id="diZhi" name="diZhi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="diZhi" name="diZhi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.diZhi}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">地址</label>
@ -396,8 +293,8 @@
</label>
</td>
<td class="value">
<input id="youZhengBianMa" name="youZhengBianMa" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="youZhengBianMa" name="youZhengBianMa" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.youZhengBianMa}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">邮政编码</label>
@ -410,8 +307,8 @@
</label>
</td>
<td class="value">
<input id="zhuLianXiRen" name="zhuLianXiRen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="zhuLianXiRen" name="zhuLianXiRen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.zhuLianXiRen}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">主联系人</label>
@ -422,8 +319,8 @@
</label>
</td>
<td class="value">
<input id="dianHua" name="dianHua" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="dianHua" name="dianHua" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.dianHua}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">电话</label>
@ -436,8 +333,8 @@
</label>
</td>
<td class="value">
<input id="shouJi" name="shouJi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="shouJi" name="shouJi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.shouJi}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">手机</label>
@ -448,8 +345,8 @@
</label>
</td>
<td class="value">
<input id="chuanZhen" name="chuanZhen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="chuanZhen" name="chuanZhen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.chuanZhen}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">传真</label>
@ -462,8 +359,8 @@
</label>
</td>
<td class="value">
<input id="emaildiZhi" name="emaildiZhi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="emaildiZhi" name="emaildiZhi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.emaildiZhi}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">Email地址</label>
@ -474,8 +371,8 @@
</label>
</td>
<td class="value">
<input id="wangYeDiZhi" name="wangYeDiZhi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="wangYeDiZhi" name="wangYeDiZhi" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.wangYeDiZhi}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">网页地址</label>
@ -488,8 +385,8 @@
</label>
</td>
<td class="value">
<input id="faRenDaiBiao" name="faRenDaiBiao" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="faRenDaiBiao" name="faRenDaiBiao" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.faRenDaiBiao}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">法人代表</label>
@ -500,8 +397,8 @@
</label>
</td>
<td class="value">
<input id="faRenShenFen" name="faRenShenFen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="faRenShenFen" name="faRenShenFen" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.faRenShenFen}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">法人身份证号</label>
@ -514,8 +411,8 @@
</label>
</td>
<td class="value">
<input id="zhuCeZiJin" name="zhuCeZiJin" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="zhuCeZiJin" name="zhuCeZiJin" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.zhuCeZiJin}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">注册资金万元</label>
@ -526,8 +423,8 @@
</label>
</td>
<td class="value">
<input id="biBie" name="biBie" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="biBie" name="biBie" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.biBie}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">币别</label>
@ -540,8 +437,8 @@
</label>
</td>
<td class="value">
<input id="yingYeZhiZhao" name="yingYeZhiZhao" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="yingYeZhiZhao" name="yingYeZhiZhao" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.yingYeZhiZhao}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">营业执照号</label>
@ -552,8 +449,8 @@
</label>
</td>
<td class="value">
<input id="shuiWuDeng" name="shuiWuDeng" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="shuiWuDeng" name="shuiWuDeng" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.shuiWuDeng}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">税务登记证号</label>
@ -578,8 +475,8 @@
</label>
</td>
<td class="value">
<input id="daoLuYunShu" name="daoLuYunShu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="daoLuYunShu" name="daoLuYunShu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.daoLuYunShu}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">道路运输经营许可证</label>
@ -592,8 +489,8 @@
</label>
</td>
<td class="value">
<input id="zhuYingYeWu" name="zhuYingYeWu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="zhuYingYeWu" name="zhuYingYeWu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.zhuYingYeWu}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">主营业务</label>
@ -604,8 +501,8 @@
</label>
</td>
<td class="value">
<input id="heYiXiang" name="heYiXiang" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="heYiXiang" name="heYiXiang" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.heYiXiang}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">合作意向</label>
@ -618,8 +515,8 @@
</label>
</td>
<td class="value">
<input id="piZhunJiGuan" name="piZhunJiGuan" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="piZhunJiGuan" name="piZhunJiGuan" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.piZhunJiGuan}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">批准机关</label>
@ -630,8 +527,8 @@
</label>
</td>
<td class="value">
<input id="piZhunWenHao" name="piZhunWenHao" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="piZhunWenHao" name="piZhunWenHao" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.piZhunWenHao}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">批准文号</label>
@ -644,7 +541,7 @@
</label>
</td>
<td class="value">
<input id="zhuCeRiQi" name="zhuCeRiQi" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
<input id="zhuCeRiQi" name="zhuCeRiQi" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()"
ignore="ignore"
value='<fmt:formatDate value='${mdCusOtherPage.zhuCeRiQi}' type="date" pattern="yyyy-MM-dd"/>'>
<span class="Validform_checktip"></span>
@ -656,8 +553,8 @@
</label>
</td>
<td class="value">
<input id="beiZhu" name="beiZhu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="beiZhu" name="beiZhu" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.beiZhu}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">备注</label>
@ -670,8 +567,8 @@
</label>
</td>
<td class="value">
<input id="zhuLianXiRen1" name="zhuLianXiRen1" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="zhuLianXiRen1" name="zhuLianXiRen1" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.zhuLianXiRen1}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">联系人1</label>
@ -682,28 +579,15 @@
</label>
</td>
<td class="value">
<input id="dianHua1" name="dianHua1" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
<input id="dianHua1" name="dianHua1" type="text" style="width: 150px" class="inputxt"
ignore="ignore"
value='${mdCusOtherPage.dianHua1}'>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">电话1</label>
</td>
</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>
</t:formvalid>
</body>
<script src = "webpage/com/zzjee/md/mdCusOther.js"></script>
<script src = "webpage/com/zzjee/md/mdCusOther.js"></script>

View File

@ -59,10 +59,10 @@
<%--<t:dgCol title="电话1" field="dianHua1" queryMode="group" width="120"></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:dgToolBar title="录入" 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-add" url="mdCusOtherController.do?goAdd" funname="add"></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-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 operationCode="uasimpcus" title="第三方系统导入" icon="icon-put" funname="otherimp"></t:dgToolBar>