This commit is contained in:
hexiaomou 2018-06-20 10:05:58 +08:00
commit 9fedf49dfd
9 changed files with 247 additions and 3 deletions

View File

@ -48,7 +48,10 @@
var sReturn = RunJavaMethodTrans("com.tenwa.channelportal.action.ContractSignAction","signIng","ProjectId=<%=projectId%>,CurUserID=<%=CurUser.getUserID()%>");
} --%>
$(function(){
$("#myiframe0_float_div table").css("width","100%");
$("#myiframe0_cells table").css("width","100%");
})
//完成电子签约
function signOnLine(){
var results = RunJavaMethodTrans("com.tenwa.action.channelportal.businesshanding.contractaward.ContractAward","projectStatus","project_id=<%=projectId%>");

View File

@ -1,5 +1,7 @@
<%@page import="jbo.com.tenwa.entity.comm.flow.FLOW_BUSSINESS_OBJECT"%>
<%@ page contentType="text/html; charset=GBK"%>
<%@ page import="java.awt.Toolkit"%>
<%@ page import="java.awt.Dimension"%>
<%@ include file="/Frame/resources/include/include_begin_list.jspf"%><%
/*
Author: undefined 2017-05-31
@ -16,6 +18,10 @@
String ishistory=CurPage.getParameter("IsHistory");
String nodeNo=CurPage.getParameter("NodeNo");
//获取页面属性
Toolkit toolkit = Toolkit.getDefaultToolkit();
Dimension screen = toolkit.getScreenSize();
String sContractId = "";//合同表的主键
String sProjId="";//项目表主键
BizObjectManager bomcl = JBOFactory.getBizObjectManager(FLOW_BUSSINESS_OBJECT.CLASS_NAME);
@ -27,6 +33,8 @@
sProjId=bocl.getAttribute("proj_id").getString();
}
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
//设置第一列的宽度
doTemp.appendHTMLStyle("ONE_CLASSIFY","width:"+(int)((screen.getWidth()-(screen.getWidth()*0.108))*0.15)+"px;");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1"; //--设置为Grid风格--
dwTemp.MultiSelect = true;
@ -52,6 +60,12 @@
}
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<script type="text/javascript">
$(function(){
$("#myiframe0_float_div table").css("width","100%");
$("#myiframe0_cells table").css("width","100%");
})
function newRecord(){
var sUrl = "/Tenwa/Lease/Flow/Comm/LBContractTemplate/LBContractTemplateInfo.jsp";
var sparam = 'FlowUnid='+'<%=sFlowUnid%>'+"&ListTempletNo="+"<%=sTempletNo%>&TaskNo=<%=taskno%>&Contract_Id=<%=sContractId%>";//流程编号
@ -85,7 +99,19 @@
alert("请选择一条记录!");
return;
}
if(confirm('确实要删除吗?'))as_delete(0);
if(confirm('确实要删除吗?')){
var files = getItemValueArray(0,"fileid");
var falg;
for(var i=0;i<files.length;i++){
falg = RunJavaMethodTrans("com.tenwa.channelportal.action.ContractSignAction","updateDocContractStatus","file_id="+files[0]);
}
if("success" == falg){
as_delete(0);
}else{
alert("删除失败!!!");
}
};
}
//在加载完表格后调用
function afterSearch(){

View File

@ -128,6 +128,10 @@ if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.
// var sParam = "productModel="+productModel+",carSeries="+carSeries+",carSystem="+carSystem;
// var result = RunJavaMethodTrans("com.tenwa.lease.flow.project.businessapply.LBEquipmentAction","saveCar",sParam);
// });
$(function(){
$("#myiframe0_float_div table").css("width","100%");
$("#myiframe0_cells table").css("width","100%");
})
function inExcel(){
var importCondition = {};//µ¼ÈëÅäÖÃ

View File

@ -93,6 +93,11 @@ if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.
<script type="text/javascript">
/*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/
$(function(){
$("#myiframe0_float_div table").css("width","100%");
$("#myiframe0_cells table").css("width","100%");
})
function newRecord(){
var sUrl = "/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit_Car/LBGuaranteeUnitInfo.jsp";
var sparam = 'FlowUnid='+'<%=sFlowUnid%>'+"&ListTempletNo="+"<%=sTempletNo%>&TaskNo=<%=taskno%>";//流程编号

View File

@ -3,6 +3,11 @@
<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List06;Describe=自定义函数;]~*/%>
<script type="text/javascript">
/*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/
$(function(){
$("#myiframe0_float_div table").css("width","100%");
$("#myiframe0_cells table").css("width","100%");
})
function newApply()
{ var flowno="<%=CurPage.getParameter("ApplyType")%>";
var selname="";

View File

@ -1521,6 +1521,12 @@
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="BANK_YURREF" label="业务参考号" type="STRING" length="32"/>
<attribute name="BANK_SQRNBR" label="流水号" type="STRING" length="32"/>
<attribute name="BANK_PAY_ID" label="支付ID" type="STRING" length="32"/>
<attribute name="BANK_REQNBR" label="流程实例号" type="STRING" length="32"/>
<attribute name="BANK_ID" label="支付账户ID" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -1577,6 +1583,12 @@
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="BANK_YURREF" label="业务参考号" type="STRING" length="32"/>
<attribute name="BANK_SQRNBR" label="流水号" type="STRING" length="32"/>
<attribute name="BANK_PAY_ID" label="支付ID" type="STRING" length="32"/>
<attribute name="BANK_REQNBR" label="流程实例号" type="STRING" length="32"/>
<attribute name="BANK_ID" label="支付账户ID" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -149,6 +149,9 @@
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="branch_title" label="开户分行" type="STRING" length="1000"/>
<attribute name="branch_code" label="分行地址" type="STRING" length="10"/>
<attribute name="acc_type" label="账户类型" type="STRING" length="32"/>
<attribute name="account_type" label="银行账号类型" type="STRING" length="32"/>
<attribute name="acc_number_short" label="账号简称" type="STRING" length="50"/>

View File

@ -1289,6 +1289,9 @@
<attribute name="ORGID" label="部门编号" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="CRTPVC" label="开户所在省份" type="STRING" length="32"/>
<attribute name="CRTCTY" label="开户所在城市" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -1317,6 +1320,10 @@
<attribute name="APPLY_NUMBER" label="申请编号唯一" type="STRING" length="32"/>
<attribute name="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
<attribute name="form_id" label="正式表id" type="STRING" length="32"/>
<attribute name="CRTPVC" label="开户所在省份" type="STRING" length="32"/>
<attribute name="CRTCTY" label="开户所在城市" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -1420,6 +1427,9 @@
<attribute name="OPEN_BANK" label="开户银行" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="CRTPVC" label="开户所在省份" type="STRING" length="32"/>
<attribute name="CRTCTY" label="开户所在城市" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -1716,6 +1726,9 @@
<attribute name="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ACCOUNT_TEMP" label="经销商名称" type="STRING" length="32"/>
<attribute name="OPEN_BANK" label="开户银行" type="STRING" length="32"/>
<attribute name="CRTPVC" label="开户所在省份" type="STRING" length="32"/>
<attribute name="CRTCTY" label="开户所在城市" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jbo>
<package name="jbo.com.tenwa.lease.comm" >
<class name="LB_CAR_LICENSE_PLATE_INFO" label="车辆牌照管理" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
@ -3469,7 +3470,179 @@
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</class>
<class name="LC_FUND_INCOME_CALLBACK_DETAIL" label="支付回调详情表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="PAY_ID" label="PAY_ID" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="计划期次" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付方向" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="SQRNBR" label="流水号" type="STRING" length="10"/>
<attribute name="YURREF" label="业务参考号" type="STRING" length="30"/>
<attribute name="REQNBR" label="流程实例号" type="STRING" length="10"/>
<attribute name="REQSTS" label="业务请求状态" type="STRING" length="3"/>
<attribute name="RTNFLG" label="业务处理结果" type="STRING" length="1"/>
<attribute name="OPRSQN" label="待处理操作序列" type="STRING" length="3"/>
<attribute name="OPRALS" label="操作别名" type="STRING" length="32"/>
<attribute name="ERRCOD" label="错误码" type="STRING" length="7"/>
<attribute name="ERRTXT" label="错误文本" type="STRING" length="256"/>
<attribute name="RTNNAR" label="结果摘要" type="STRING" length="255"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_fund_income_callback_detail" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_INCOME_CALLBACK_INFO" label="支付回掉信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="PAY_ID" label="PAY_ID" type="STRING" length="10"/>
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
<attribute name="INFO_FUNNAM" label="函数名" type="STRING" length="20"/>
<attribute name="INFO_DATTYP" label="数据格式" type="STRING" length="1"/>
<attribute name="INFO_RETCOD" label="返回代码" type="STRING" length="32"/>
<attribute name="INFO_ERRMSG" label="错误信息" type="STRING" length="256"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_fund_income_callback_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_INCOME_CALLBACK_LOG" label="支付回调日志表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="PAY_ID" label="合同号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
<attribute name="XML" label="XML返回数据" type="STRING" length="65535"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_fund_income_callback_log" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_INCOME_PAY_DETAIL" label="支付发起详情表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="PAY_ID" label="PAY_ID" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="计划期次" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付方向" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="YURREF" label="业务参考号" type="STRING" length="32"/>
<attribute name="EPTDAT" label="期望日" type="STRING" length="32"/>
<attribute name="EPTTIM" label="期望时间" type="STRING" length="32"/>
<attribute name="DBTACC" label="付方帐号" type="STRING" length="35"/>
<attribute name="DBTBBK" label="付方开户地区代码" type="STRING" length="2"/>
<attribute name="TRSAMT" label="交易金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CCYNBR" label="币种代码" type="STRING" length="32"/>
<attribute name="STLCHN" label="结算方式代码" type="STRING" length="32"/>
<attribute name="NUSAGE" label="用途" type="STRING" length="62"/>
<attribute name="BUSNAR" label="业务摘要" type="STRING" length="200"/>
<attribute name="CRTACC" label="收方帐号" type="STRING" length="35"/>
<attribute name="CRTNAM" label="收方帐户名" type="STRING" length="62"/>
<attribute name="LRVEAN" label="收方长户名 " type="STRING" length="200"/>
<attribute name="BRDNBR" label="收方行号" type="STRING" length="30"/>
<attribute name="BNKFLG" label="系统内外标志" type="STRING" length="1"/>
<attribute name="CRTBNK" label="收方开户行" type="STRING" length="62"/>
<attribute name="CTYCOD" label="城市代码" type="STRING" length="4"/>
<attribute name="CRTPVC" label="收方省份" type="STRING" length="18"/>
<attribute name="CRTCTY" label="收方城市" type="STRING" length="22"/>
<attribute name="CRTDTR" label="收方县/区" type="STRING" length="22"/>
<attribute name="NTFCH1" label="收方电子邮件" type="STRING" length="36"/>
<attribute name="NTFCH2" label="收方移动电话" type="STRING" length="16"/>
<attribute name="CRTSQN" label="收方编号" type="STRING" length="20"/>
<attribute name="TRSTYP" label="业务种类" type="STRING" length="6"/>
<attribute name="RCVCHK" label="行内收方账号户名校验" type="STRING" length="1"/>
<attribute name="RSVFLD" label="保留字段" type="STRING" length="27"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_fund_income_pay_detail" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_INCOME_PAY_INFO" label="支付发起信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
<attribute name="INFO_FUNNAM" label="函数名" type="STRING" length="20"/>
<attribute name="INFO_DATTYP" label="数据格式" type="STRING" length="1"/>
<attribute name="INFO_LGNNAM" label="登陆用户名" type="STRING" length="20"/>
<attribute name="SDKPAYRQX_BUSCOD" label="业务类别" type="STRING" length="6"/>
<attribute name="SDKPAYRQX_BUSMOD" label="业务模式编号" type="STRING" length="5"/>
<attribute name="SDKPAYRQX_MODALS" label="业务模式名称" type="STRING" length="255"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_fund_income_pay_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_INCOME_PAY_LOG" label="支付发起日志表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="PAY_ID" label="合同号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程号" type="STRING" length="32"/>
<attribute name="XML" label="XML返回数据" type="STRING" length="65535"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_fund_income_pay_log" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.lease.carbrand" >
<class name="LB_CLAIMS_BOOK_DETAIL" label="索赔申请书详情表" keyAttributes="ID">