diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp
index c117dfe68..48d5a1f7d 100644
--- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp
+++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp
@@ -106,6 +106,8 @@
doTemp.setReadOnly("FRAME_NUMBER2",false);
doTemp.setReadOnly("FRAME_NUMBER3",false);
doTemp.setReadOnly("FRAME_NUMBER4",false);
+ doTemp.setReadOnly("FRAME_BRAND",false);
+ doTemp.setReadOnly("FRAME_COLOR",false);
//第一车贷产品可以修改其他配置说明
if("DYCD".equals(operationType)){
doTemp.setReadOnly("MEMO",false);
diff --git a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/rentCollectionList.jsp b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/rentCollectionList.jsp
index bf4d775d4..636860b48 100644
--- a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/rentCollectionList.jsp
+++ b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/rentCollectionList.jsp
@@ -90,6 +90,6 @@
getObj(0,i,"CUSTOMER_NAME").innerHTML=''+getObj(0,i,"CUSTOMER_NAME").innerHTML+'';
}
}
- afterSearch();
+ //afterSearch();
<%@ include file="/Frame/resources/include/include_end.jspf"%>
\ No newline at end of file
diff --git a/WebContent/Tenwa/beforeApplication/BeforeApplicationConfigInfo.jsp b/WebContent/Tenwa/beforeApplication/BeforeApplicationConfigInfo.jsp
index 40966aecc..d89b34b3f 100644
--- a/WebContent/Tenwa/beforeApplication/BeforeApplicationConfigInfo.jsp
+++ b/WebContent/Tenwa/beforeApplication/BeforeApplicationConfigInfo.jsp
@@ -17,7 +17,7 @@
dwTemp.genHTMLObjectWindow(CurPage.getParameter("id"));
String sButtons[][] = {
- {"true","All","Button","保存","保存所有修改","as_save(0,returnList())","","","",""},
+ {"true","All","Button","保存","保存所有修改","as_save(0)","","","",""},
{"true","All","Button","返回","返回列表","returnList()","","","",""}
};
//sButtonPosition = "south";
diff --git a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/doc/upload/service/impl/LibraryDocUploadServiceImpl.java b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/doc/upload/service/impl/LibraryDocUploadServiceImpl.java
index 4568e8617..95b135525 100644
--- a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/doc/upload/service/impl/LibraryDocUploadServiceImpl.java
+++ b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/doc/upload/service/impl/LibraryDocUploadServiceImpl.java
@@ -1,5 +1,6 @@
package apx.com.amarsoft.als.apzl.apply.business.doc.upload.service.impl;
+import java.awt.image.BufferedImage;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileOutputStream;
@@ -8,6 +9,7 @@ import java.net.URLDecoder;
import java.util.List;
import java.util.Map;
+import javax.imageio.ImageIO;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@@ -36,6 +38,9 @@ public class LibraryDocUploadServiceImpl implements LibraryDocUploadService {
ReturnMapUtil ReturnMapUtil) throws Exception {
Map testMap = (Map) MultipartDataUtil
.readRequestParam(request, "UTF-8");
+ System.out.println("=============文件上传参数================================");
+ System.out.println(testMap.toString());
+ System.out.println("=======================================");
fieldMap = (Map) testMap.get("fieldMap"); // 参数
fileList = (List