风控中台对接-合同制作bug修复
This commit is contained in:
parent
c895b494ef
commit
ee04aa5d35
@ -196,6 +196,7 @@
|
||||
$("#ZONE").attr("ReadOnly","true");
|
||||
}
|
||||
if("şĎÍŹÖĆ×÷Á÷łĚ"=="<%=flowName%>"||"şĎÍŹąä¸üÁ÷łĚ"=="<%=flowName%>"){
|
||||
alert(111);
|
||||
setItemRequired(0,"FRAME_NUMBER",true);
|
||||
setItemRequired(0,"CAR_COLOUR",true);
|
||||
setItemRequired(0,"ENGINE_NUMBER",true);
|
||||
@ -211,6 +212,8 @@
|
||||
setItemReadOnly(0,0,"MANUFACTURER_NAME",true);
|
||||
setItemReadOnly(0,0,"LICENSE_PLATE_NUMBER",true);
|
||||
setItemReadOnly(0,0,"EXPIRYDATE",true);
|
||||
alert("car_use_type=" + getItemValue(0,0,"CAR_USE_TYPE"));
|
||||
setItemReadOnly(0,0,"CAR_USE_TYPE",true);
|
||||
$("#BRAND ~ a").remove();
|
||||
$("#CAR_SERIES ~ a").remove();
|
||||
$("#MODEL ~ a").remove();
|
||||
|
||||
@ -13,6 +13,11 @@ public interface LB_EQUIPMENT_CAR{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.LB_EQUIPMENT_CAR";
|
||||
/**
|
||||
*
|
||||
* 北财-车辆用途类型" STRING(32)<br>
|
||||
*/
|
||||
public static final String car_use_type = "car_use_type";
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
|
||||
@ -13,6 +13,13 @@ public interface LB_EQUIPMENT_CAR_HIS{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_EQUIPMENT_CAR_HIS";
|
||||
|
||||
/**
|
||||
*
|
||||
* 北财-车辆用途类型" STRING(32)<br>
|
||||
*/
|
||||
public static final String car_use_type = "car_use_type";
|
||||
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user