diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/TestList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/TestList.jsp
new file mode 100644
index 000000000..3e53134df
--- /dev/null
+++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/TestList.jsp
@@ -0,0 +1,131 @@
+<%@ 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("li_Property_import");
+ ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
+ dwTemp.Style="1"; //--设置为Grid风格--
+ dwTemp.ReadOnly = "1"; //只读模式
+ dwTemp.setPageSize(30);
+ dwTemp.genHTMLObjectWindow("id");
+%>
+<%/*~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",""},
+ };
+%>
+<%/*~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/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/Testinfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/Testinfo.jsp
new file mode 100644
index 000000000..b40768c7f
--- /dev/null
+++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/Testinfo.jsp
@@ -0,0 +1,26 @@
+<%@page import="com.itextpdf.text.log.SysoCounter"%>
+<%@ page contentType="text/html; charset=GBK"%><%@
+include
+ file="/Frame/resources/include/include_begin_info.jspf"%>
+<%
+ //获得参数
+ String id = CurPage.getParameter("id");
+ if (id == null)
+ id = "";
+ ASObjectModel doTemp = new ASObjectModel("li_Property_importS");
+ ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
+ dwTemp.Style = "2"; //设置DW风格 1:Grid 2:Freeform
+ dwTemp.ReadOnly = "0"; //设置是否只读 1:只读 0:可写
+ dwTemp.genHTMLObjectWindow("");
+
+ String sButtons[][] = {{"true", "All", "Button", "保存","保存所有修改", "saveRecord()", "", "", "", ""},};
+%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
+
+<%@ include file="/Frame/resources/include/include_end.jspf"%>