From 0ebe655851692da4beb72e412344638cf271a8ad Mon Sep 17 00:00:00 2001 From: zhangjun Date: Wed, 18 Mar 2020 20:15:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E8=B4=A6=E5=8D=95=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Comm/LBImportPage/PayBillImportInfo.jsp | 27 +++ .../Comm/LBImportPage/PayBillImportList.jsp | 115 +++++++++++ WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 99 +++++++--- .../lease/carbrand/WX_PAY_THE_BILLS.java | 180 ++++++++++++++++++ 4 files changed, 398 insertions(+), 23 deletions(-) create mode 100644 WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportInfo.jsp create mode 100644 WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportList.jsp create mode 100644 src_jbo/jbo/com/tenwa/lease/carbrand/WX_PAY_THE_BILLS.java diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportInfo.jsp new file mode 100644 index 000000000..05e0af888 --- /dev/null +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportInfo.jsp @@ -0,0 +1,27 @@ +<%@page import="com.itextpdf.text.log.SysoCounter"%> +<%@ page contentType="text/html; charset=GBK"%><%@ +include + file="/Frame/resources/include/include_begin_info.jspf"%> +<% + String sPrevUrl = CurPage.getParameter("PrevUrl"); + if(sPrevUrl == null) sPrevUrl = "/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportList.jsp"; + String sTempletNo = "LCPayBillInfo";//--模板号-- + ASObjectModel doTemp = new ASObjectModel(sTempletNo); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); + dwTemp.Style = "2";//freeform + dwTemp.ReadOnly = "0";//只读模式 + dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID")); + + String sButtons[][] = { + {"true", "All", "Button", "保存","保存所有修改", "saveRecord()", "", "", "", ""}, + }; +%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> + +<%@ include file="/Frame/resources/include/include_end.jspf"%> diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportList.jsp new file mode 100644 index 000000000..22239cb31 --- /dev/null +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportList.jsp @@ -0,0 +1,115 @@ +<%@ page contentType="text/html; charset=GBK"%> +<%@ include file="/Frame/resources/include/include_begin_list.jspf"%> + +<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List01;Describe=定义页面属性;]~*/%> +<% + String PG_TITLE = "微信支付账单导入"; // 浏览器窗口标题 PG_TITLE +%> +<% + ASObjectModel doTemp = new ASObjectModel("LCPayBillList"); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); + dwTemp.Style="1"; //--设置为Grid风格-- + dwTemp.MultiSelect = true; //多选 + dwTemp.ReadOnly = "1"; //只读模式 + dwTemp.setPageSize(30); + dwTemp.genHTMLObjectWindow(""); +%> +<%/*~END~*/%> + + +<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List04;Describe=定义按钮;]~*/%> +<% + String sButtons[][] = { + //{"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, + {"true","","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit"}, + {"true","All","Button","删除","删除","deleteRecord()","","","","btn_icon_delete",""}, + {"true","","Button","excel导入","excel导入","importExcel()","","","","btn_icon_import"}, + {"true","","Button","模版下载","模版下载","DiscountDownload()","","","","btn_icon_down",""}, + /* {"true","All","Button","生成租金计划","生成租金计划","createPlan()","","","","btn_icon_generate"}, + {"true","All","Button","测试拷贝","测试拷贝","copyPath()","","","","btn_icon_generate"}, */ + }; +%> +<%/*~END~*/%> +<%/*~BEGIN~不可编辑区~[Editable=false;CodeAreaID=List05;Describe=主体页面;]~*/%> +<%@include file="/Frame/resources/include/ui/include_list.jspf"%> +<%/*~END~*/%> + +
+
+ +
+
+<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List06;Describe=定义按钮事件;]~*/%> + +<%/*~END~*/%> +<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List07;Describe=自定义函数;]~*/%> + +<%/*~END~*/%> +<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List08;Describe=页面装载时,进行初始化;]~*/%> + +<%/*~END~*/%> +<%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index 091aa8e90..10d493065 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -5260,31 +5260,31 @@ - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + @@ -5640,6 +5640,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src_jbo/jbo/com/tenwa/lease/carbrand/WX_PAY_THE_BILLS.java b/src_jbo/jbo/com/tenwa/lease/carbrand/WX_PAY_THE_BILLS.java new file mode 100644 index 000000000..b92f0bb46 --- /dev/null +++ b/src_jbo/jbo/com/tenwa/lease/carbrand/WX_PAY_THE_BILLS.java @@ -0,0 +1,180 @@ +package jbo.com.tenwa.lease.carbrand; + +import java.lang.String; + +/** +* - JBO命名常量类

+* Note: This file is generated by ADE tools, dont modify it.
+ +*/ +public interface WX_PAY_THE_BILLS{ + /** + *

+ * 代表本类映射的BizObjectClass + */ + public static final String CLASS_NAME = "jbo.com.tenwa.lease.carbrand.WX_PAY_THE_BILLS"; + /** + * 标识 STRING(32)
+ */ + public static final String id = "id"; + /** + * 交易时间 STRING(32)
+ */ + public static final String Trading_hours = "Trading_hours"; + /** + * 商户号 STRING(32)
+ */ + public static final String merchants_number = "merchants_number"; + /** + * 特约商户号 STRING(32)
+ */ + public static final String Engaged_merchant_number = "Engaged_merchant_number"; + /** + * 设备号 STRING(32)
+ */ + public static final String Device_number = "Device_number"; + /** + * 微信订单号 STRING(32)
+ */ + public static final String WX_order_number = "WX_order_number"; + /** + * 商户订单号 STRING(32)
+ */ + public static final String Merchant_order_no = "Merchant_order_no"; + /** + * 用户标识 STRING(32)
+ */ + public static final String User_identification = "User_identification"; + /** + * 交易类型 STRING(32)
+ */ + public static final String Transaction_type = "Transaction_type"; + /** + * 交易状态 STRING(32)
+ */ + public static final String Transaction_status = "Transaction_status"; + /** + * 付款银行 STRING(32)
+ */ + public static final String payment_bank = "payment_bank"; + /** + * 货币种类 STRING(32)
+ */ + public static final String Currency_type = "Currency_type"; + /** + * 应结订单金额 STRING(32)
+ */ + public static final String order_amount_money = "order_amount_money"; + /** + * 代金券金额 STRING(32)
+ */ + public static final String voucher_money = "voucher_money"; + /** + * 微信退款单号 STRING(32)
+ */ + public static final String WX_refund_number = "WX_refund_number"; + /** + * 商户退款单号 STRING(32)
+ */ + public static final String merchant_refund_number = "merchant_refund_number"; + /** + * 退款金额 STRING(32)
+ */ + public static final String refund_money = "refund_money"; + /** + * 充值券退款金额 STRING(32)
+ */ + public static final String voucher_refund_money = "voucher_refund_money"; + /** + * 退款类型 STRING(32)
+ */ + public static final String refund_type = "refund_type"; + /** + * 退款状态 STRING(32)
+ */ + public static final String refund_state = "refund_state"; + /** + * 商品名称 STRING(32)
+ */ + public static final String goods_name = "goods_name"; + /** + * 商户数据包 STRING(32)
+ */ + public static final String merchant_data = "merchant_data"; + /** + * 手续费 STRING(32)
+ */ + public static final String poundage = "poundage"; + /** + * 费率 STRING(32)
+ */ + public static final String rate = "rate"; + /** + * 订单金额 STRING(32)
+ */ + public static final String order_money = "order_money"; + /** + * 申请退款金额 STRING(32)
+ */ + public static final String Refund_amount = "Refund_amount"; + /** + * 费率备注 STRING(32)
+ */ + public static final String Rate_note = "Rate_note"; + /** + * 总交易单数 STRING(32)
+ */ + public static final String Total_transaction_number = "Total_transaction_number"; + /** + * 应结订单总金额 STRING(32)
+ */ + public static final String Total_order_amount_money = "Total_order_amount_money"; + /** + * 退款总金额 STRING(32)
+ */ + public static final String Total_refund = "Total_refund"; + /** + * 充值券退款总金额 STRING(32)
+ */ + public static final String voucher_Total_refund = "voucher_Total_refund"; + /** + * 手续费总金额 STRING(32)
+ */ + public static final String poundage_total_amount = "poundage_total_amount"; + /** + * 订单总金额 STRING(32)
+ */ + public static final String Total_order_amount = "Total_order_amount"; + /** + * 申请退款总金额 STRING(32)
+ */ + public static final String apply_Total_refund = "apply_Total_refund"; + /** + * 金额 STRING(32)
+ */ + public static final String money = "money"; + /** + * 登记人 STRING(32)
+ */ + public static final String INPUTUSERID = "INPUTUSERID"; + /** + * 登记部门 STRING(32)
+ */ + public static final String INPUTORGID = "INPUTORGID"; + /** + * 登记时间 STRING(32)
+ */ + public static final String INPUTTIME = "INPUTTIME"; + /** + * 更新人 STRING(32)
+ */ + public static final String UPDATEUSERID = "UPDATEUSERID"; + /** + * 更新部门 STRING(32)
+ */ + public static final String UPDATEORGID = "UPDATEORGID"; + /** + * 更新日期 STRING(32)
+ */ + public static final String UPDATETIME = "UPDATETIME"; +} \ No newline at end of file