资料清单相关和字段长度的修改

This commit is contained in:
zhangjun 2018-09-17 16:54:41 +08:00
parent 1c933a95f9
commit 12a4c77394
3 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@
var docList="<%=docList%>";
myleft.width=1;
if("SingleRow"=="<%=type%>"){
if("FundPaymentCarFlow"=="<%=sFlowNo%>"||"BusinessApplyFlow"=="<%=sFlowNo%>"||"MortgageFileFlow"=="<%=sFlowNo%>"||"ProjectCreditFlow"=="<%=sFlowNo%>"||"ContractSupportFlow"=="<%=sFlowNo%>"||"ProjectRecreditFlow"=="<%=sFlowNo%>"||"ProjectSupportFlow"=="<%=sFlowNo%>"){
if("FundPaymentCarFlow"=="<%=sFlowNo%>"||"BusinessApplyFlow"=="<%=sFlowNo%>"||"MortgageFileFlow"=="<%=sFlowNo%>"||"ProjectCreditFlow"=="<%=sFlowNo%>"||"ContractSupportFlow"=="<%=sFlowNo%>"||"ProjectRecreditFlow"=="<%=sFlowNo%>"||"ProjectSupportFlow"=="<%=sFlowNo%>"||"ProjectApprovalFlow"=="<%=sFlowNo%>"||"FundPaymentFlow"=="<%=sFlowNo%>"){
AsControl.OpenView("/Tenwa/Comm/DocList/PayDocList.jsp","docList="+docList,"right","");
}else{
AsControl.OpenView("/Tenwa/Comm/DocList/BussinessApproveDocList.jsp","docList="+docList,"right","");

View File

@ -67,7 +67,7 @@
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1"; //--设置为Grid风格--
dwTemp.ReadOnly = "0";
dwTemp.setPageSize(50);
dwTemp.setPageSize(500);
if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){
dwTemp.ReadOnly = "1";//只读模式
RightType="ReadOnly";

View File

@ -639,7 +639,7 @@
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PAYER" label="收款人" type="STRING" length="32"/>
<attribute name="PAYER" label="收款人" type="STRING" length="500"/>
<attribute name="PAY_OBJECT" label="收款对象" type="STRING" length="20"/>
<attribute name="COLLECT_WAY" label="收款方向" type="STRING" length="50"/>
<attribute name="COLLECT_TIME" label="收款时间" type="STRING" length="50"/>
@ -669,7 +669,7 @@
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PAYER" label="收款人" type="STRING" length="32"/>
<attribute name="PAYER" label="收款人" type="STRING" length="500"/>
<attribute name="PAY_OBJECT" label="收款对象" type="STRING" length="20"/>
<attribute name="COLLECT_WAY" label="收款方向" type="STRING" length="50"/>
<attribute name="COLLECT_TIME" label="收款时间" type="STRING" length="50"/>