diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LBEquipmentList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LBEquipmentList.jsp index 7d9b5906a..dc49b5fd9 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LBEquipmentList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LBEquipmentList.jsp @@ -63,6 +63,8 @@ String sButtons[][] =null; sButtons=new String[][]{ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 {"true","","Button","修改","修改资产转出信息","viewAndEdit()","","","","btn_icon_edit"}, + {"true","","Button","excel导入","excel导入","importExcel()","","","","btn_icon_import"}, + {"true","","Button","资产转出登记模版下载","资产转出登记模版下载","DiscountDownload()","","","","btn_icon_down",""}, }; %> @@ -76,11 +78,21 @@ String sButtons[][] =null; <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List06;Describe=定义按钮事件;]~*/%> + +
+
+ +
+
diff --git a/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/LbFileArchivingInfoTemp.jsp b/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/LbFileArchivingInfoTemp.jsp index 855a6f23b..37cf424bb 100644 --- a/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/LbFileArchivingInfoTemp.jsp +++ b/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/LbFileArchivingInfoTemp.jsp @@ -18,10 +18,10 @@ String sTempletNo = "LbFileArchivingInfoTemp";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); doTemp.setColTips("", ""); - doTemp.setDefaultValue("CONTRACT_NUMBER", contractNumber); +/* doTemp.setDefaultValue("CONTRACT_NUMBER", contractNumber); doTemp.setDefaultValue("CONTRACT_ID", contractId); doTemp.setDefaultValue("FLOWUNID", flowunid); - doTemp.setDefaultValue("ARCHIVING_PERSON", CurUser.getUserName()); + doTemp.setDefaultValue("ARCHIVING_PERSON", CurUser.getUserName()); */ ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform dwTemp.ReadOnly = "0";//只读模式 @@ -34,6 +34,28 @@ sButtonPosition = "south"; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>