diff --git a/WebContent/Tenwa/Apzl/productCar/LmProductAndCarList.jsp b/WebContent/Tenwa/Apzl/productCar/LmProductAndCarList.jsp index b3bb132e3..7ea72b96c 100644 --- a/WebContent/Tenwa/Apzl/productCar/LmProductAndCarList.jsp +++ b/WebContent/Tenwa/Apzl/productCar/LmProductAndCarList.jsp @@ -7,7 +7,7 @@ History Log: */ String TYPENO= CurPage.getParameter("TYPENO"); - ASObjectModel doTemp = new ASObjectModel("LmProductAndCarList"); + ASObjectModel doTemp = new ASObjectModel("BaicProductAndCarList"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式 @@ -28,7 +28,7 @@ var Return="<%=CurUser.getUserID()%>@~<%=CurUser.getOrgID()%>@~<%=StringFunction.getTodayNow()%>@~<%=TYPENO%>@~"; productid="<%=TYPENO%>"; - AsDialog.OpenSelector("SelectCarInfo","productid,"+productid,"dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px", + AsDialog.OpenSelector("SelectCarInfoBaic","productid,"+productid,"dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px", function(sReturn){ if(!sReturn||sReturn=="_CANCEL_"||sReturn=="") { diff --git a/WebContent/WEB-INF/etc/jbo/jbo_oti.xml b/WebContent/WEB-INF/etc/jbo/jbo_oti.xml index e6834a395..ddd35093c 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_oti.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_oti.xml @@ -866,5 +866,26 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src_jbo/jbo/oti/RC_CAR_MODEL.java b/src_jbo/jbo/oti/RC_CAR_MODEL.java new file mode 100644 index 000000000..3f719422f --- /dev/null +++ b/src_jbo/jbo/oti/RC_CAR_MODEL.java @@ -0,0 +1,63 @@ +package jbo.oti; + +/** + * 北财车型库 - JBO命名常量类

+ * Note: This file is generated by ADE tools, dont modify it.
+ + */ +public interface RC_CAR_MODEL { + /** + * 北财车型库

+ * 代表本类映射的BizObjectClass + */ + public static final String CLASS_NAME = "jbo.oti.RC_CAR_MODEL"; + /** + * 唯一标识 LONG(64)
+ */ + public static final String ID = "ID"; + /** + * 品牌唯一标识 LONG(64)
+ */ + public static final String brand_id = "brand_id"; + /** + * 品牌名称 LONG(64)
+ */ + public static final String brand_name = "brand_name"; + /** + * 车系ID
+ */ + public static final String series_id = "series_id"; + + /** + * 车系名 STRING(20)
+ */ + public static final String series_name = "series_name"; + /** + * 车型id STRING(50)
+ */ + public static final String model_id = "model_id"; + /** + * 车型配置编码 STRING(32)
+ */ + public static final String model_code = "model_code"; + /** + * 车型名称 STRING(32)
+ */ + public static final String model_name = "model_name"; + /** + * 指导价 STRING(32)
+ */ + public static final String model_plants_price = "model_plants_price"; + /** + * 零售均价 STRING(100)
+ */ + public static final String model_average_price = "model_average_price"; + /** + * 车辆类型 STRING(100)
+ */ + public static final String car_type = "car_type"; + /** + * 车辆类型编码 STRING(990)
+ */ + public static final String car_type_code = "car_type_code"; +} \ No newline at end of file