修改测试问题

This commit is contained in:
tangfutang 2019-10-08 19:25:23 +08:00
parent c1eec7ae7e
commit 4345b3445d
5 changed files with 12 additions and 10 deletions

View File

@ -231,11 +231,11 @@ $(function(){
setItemValue(0,0,'MARGIN_SCALE_SET','0');
}else{
setItemRequired(0,'TOTAL',false);
setItemRequired(0,'MARGIN_SCALE_SET',true);
setItemRequired(0,'MARGIN_SCALE_SET',false);
setItemRequired(0,'LIMIT_END_DATE',true);
setItemValue(0,0,'MARGIN_SCALE_SET','');
setItemValue(0,0,'TOTAL','');
alert("ąŁÖ¤˝đąČŔýąŘĚî");
//alert("±£Ö¤½ð±ÈÀý±ØÌî");
}
}
function changeTotalRequiredv(){

View File

@ -188,11 +188,11 @@ function saveproj_name(){
setItemValue(0,0,'MARGIN_SCALE_SET','0');
}else{
setItemRequired(0,'TOTAL',false);
setItemRequired(0,'MARGIN_SCALE_SET',true);
setItemRequired(0,'MARGIN_SCALE_SET',false);
setItemRequired(0,'LIMIT_END_DATE',true);
setItemValue(0,0,'MARGIN_SCALE_SET','');
setItemValue(0,0,'TOTAL','');
alert("ąŁÖ¤˝đąČŔýąŘĚî");
//alert("±£Ö¤½ð±ÈÀý±ØÌî");
}
}
function changeTotalRequiredv(){

View File

@ -97,14 +97,15 @@ public class vehicleAssessmentController {
if(null == itemno || "".equals(itemno) || itemno.length() == 0 ){
return "没有查询到对应的上牌地区信息!!!";
}else{
BizObject usedCarCode = codeSNT.createQuery("select itemname,itemno FROM O WHERE codeno='UsedCarCode' AND itemno=:AREA")
/*BizObject usedCarCode = codeSNT.createQuery("select itemname,itemno FROM O WHERE codeno='UsedCarCode' AND itemno=:AREA")
.setParameter("AREA",itemno).getSingleResult(false);
if(null != usedCarCode){
zone = itemno;
}else{
zone = itemno.substring(0,4)+"00";
}
System.out.println("二手车评估地址ID:"+zone);
}*/
zone = itemno;
System.out.println("二手车评估地址ID:"+zone);
}
}

View File

@ -32,12 +32,13 @@ public class LBCustomerRelaProjToContractBusiness extends BaseBussiness {
this.initBussinessParam(Sqlca);
Map<String,String>fromCondtion=new HashMap<String,String>();
fromCondtion.put("PROJECT_ID",this.getAttribute("ProjectId").toString());
fromCondtion.put("contract_id","");
Map<String,String> other=new HashMap<String, String>();
other.put("flowunid",this.getAttribute("FlowUnid").toString());
DataOperatorUtil.copyJBOSet(LB_GUARANTEE_UNIT.CLASS_NAME, fromCondtion, LB_GUARANTEE_UNIT_TEMP.CLASS_NAME, null, other, null,Sqlca);
DataOperatorUtil.copyJBOSet(CUSTOMER_FAMILY.CLASS_NAME, fromCondtion, CUSTOMER_FAMILY_TEMP.CLASS_NAME, null, other, null, Sqlca);
List<BizObject> unionList= DataOperatorUtil.getSetJBO(LB_UNION_LESSEE.CLASS_NAME, fromCondtion, Sqlca);
fromCondtion.put("contract_id","");
List<BizObject> unionList= DataOperatorUtil.getSetJBO(LB_UNION_LESSEE.CLASS_NAME, fromCondtion, Sqlca);
//List<BizObject> unitList=DataOperatorUtil.getSetJBO(LB_GUARANTEE_UNIT.CLASS_NAME, fromCondtion, Sqlca);
for(BizObject union:unionList){
fromCondtion.clear();

View File

@ -123,7 +123,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness {
Map<String,String>familyProperty=new HashMap<String, String>();
familyProperty.put("FLOWUNID", flowunid);
familyProperty.put(CUSTOMER_INFO_TEMP.customerid, customerId);
familyProperty.put("name", custName);
//familyProperty.put("name", custName);
//¸üÐÂCUSTOMER_PERSON
Map<String,String>personProperty=new HashMap<String, String>();
personProperty.put("FLOWUNID", flowunid);