diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp
index e365ffcc9..a3d0dbbf3 100644
--- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp
+++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp
@@ -228,7 +228,12 @@ $(function(){
changeSettleMethod3();
}
getRatioByMoney(getObj(0, "EQUIP_AMT"));
+ financingCar();
});
+function financingCar(){
+ var financingCar = getItemValue(0, 0, "EQUIP_AMT")-getItemValue(0, 0, "FIRST_PAYMENT");
+ setItemValue(0, 0, "financing_car", financingCar);
+}
function changgeCompare(){
var nowTotal=Number("<%=nowTotal%>");
var equipAmt=Number(getItemValue(0, 0, "EQUIP_AMT"));
diff --git a/WebContent/Tenwa/Customer/Group/GroupCompany/DistributorGroupChannelList.jsp b/WebContent/Tenwa/Customer/Group/GroupCompany/DistributorGroupChannelList.jsp
new file mode 100644
index 000000000..dcc176c5a
--- /dev/null
+++ b/WebContent/Tenwa/Customer/Group/GroupCompany/DistributorGroupChannelList.jsp
@@ -0,0 +1,77 @@
+<%@page import="com.tenwa.comm.dataRightmanager.DataRightManager"%>
+<%@ page contentType="text/html; charset=GBK"%>
+<%@ include file="/Frame/resources/include/include_begin_list.jspf"%><%
+ String typeno= CurPage.getParameter("TYPENO");
+ ASObjectModel doTemp = new ASObjectModel("DistributorGroupChannelList");
+ String otherWhere=DataRightManager.getRightCondition(CurUser,"O");
+ //doTemp.appendJboWhere(otherWhere);
+ ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
+ dwTemp.Style="1"; //--设置为Grid风格--
+ dwTemp.ReadOnly = "1"; //只读模式
+ dwTemp.setPageSize(10);
+ dwTemp.genHTMLObjectWindow(typeno);
+ String sButtons[][] = {
+ {"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""},
+ {"true","All","Button","修改","修改","edit()","","","","btn_icon_edit",""},
+ {"true","","Button","详情","详情","view()","","","","btn_icon_detail",""},
+ {"true","All","Button","废弃","废弃","del()","","","","btn_icon_delete",""},
+ };
+%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
+
+<%@ include file="/Frame/resources/include/include_end.jspf"%>
\ No newline at end of file
diff --git a/WebContent/Tenwa/Customer/Group/GroupCompany/Distributorsubordinatedistribution.jsp b/WebContent/Tenwa/Customer/Group/GroupCompany/Distributorsubordinatedistribution.jsp
new file mode 100644
index 000000000..4cf318b41
--- /dev/null
+++ b/WebContent/Tenwa/Customer/Group/GroupCompany/Distributorsubordinatedistribution.jsp
@@ -0,0 +1,58 @@
+<%@ page contentType="text/html; charset=GBK"%>
+<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
+ String sTempletNo = "Distributorsubordinate";//--模板号--
+ String typeno=CurPage.getParameter("typeno");
+ ASObjectModel doTemp = new ASObjectModel(sTempletNo);
+ doTemp.setHtmlEvent("group_no","onChange","checkGroupNo");
+ ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
+ dwTemp.Style = "2";//freeform
+ dwTemp.genHTMLObjectWindow(typeno);
+
+ String sButtons[][] = {
+ {"true","All","Button","确定","注册集团信息","saveRecord()","","","","btn_icon_submit"},
+ {"true","All","Button","取消","取消","goBack()","","","","btn_icon_close"},
+ };
+ sButtonPosition = "south";
+%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
+
+<%@ include file="/Frame/resources/include/include_end.jspf"%>
\ No newline at end of file
diff --git a/src_tenwa/com/tenwa/lease/app/quartzmession/SplitInts2.java b/src_tenwa/com/tenwa/lease/app/quartzmession/SplitInts2.java
index e99a88562..37007c66a 100644
--- a/src_tenwa/com/tenwa/lease/app/quartzmession/SplitInts2.java
+++ b/src_tenwa/com/tenwa/lease/app/quartzmession/SplitInts2.java
@@ -53,7 +53,8 @@ public class SplitInts2 implements Job{
try{
//汽车业务
Sqlca = Transaction.createTransaction("als");
- Sqlca.executeSQL(new SqlObject("{call proc_contract_rent_month()}"));
+ Sqlca.executeSQL(new SqlObject("{call proc_contract_rent_month_temp()}"));
+ Sqlca.executeSQL(new SqlObject("{call proc_contract_discount_month_temp()}"));
Sqlca.commit();
//传统业务