From a06a861b86b4d5b3715a51201484b4662ece3648 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Thu, 20 Dec 2018 09:59:06 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=87=AD=E8=AF=81=E7=9B=B8=E5=85=B3--=20?= =?UTF-8?q?=E8=AE=A1=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_tenwa/com/tenwa/lease/app/quartzmession/SplitInts2.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); //传统业务 From 970c44c8aa232052b85c17c7860b6839252ab416 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Thu, 20 Dec 2018 10:37:19 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=8F=E9=94=80?= =?UTF-8?q?=E5=95=86=E6=B8=A0=E9=81=93=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorGroupChannelList.jsp | 77 +++++++++++++++++++ .../Distributorsubordinatedistribution.jsp | 58 ++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 WebContent/Tenwa/Customer/Group/GroupCompany/DistributorGroupChannelList.jsp create mode 100644 WebContent/Tenwa/Customer/Group/GroupCompany/Distributorsubordinatedistribution.jsp 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 From b5d031c902b8f518fb7542b0bf73bcaa1d034886 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 20 Dec 2018 11:02:13 +0800 Subject: [PATCH 3/3] =?UTF-8?q?1.=E5=95=86=E5=8A=A1=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BD=A6=E8=BE=86=E8=9E=8D=E8=B5=84=E9=A2=9D?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp | 5 +++++ 1 file changed, 5 insertions(+) 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"));