666888
This commit is contained in:
parent
985e5e7335
commit
3ca03e1064
@ -104,5 +104,34 @@ function saveproj_name(){
|
||||
}
|
||||
},'请选择省市');
|
||||
}
|
||||
//验证手机号码
|
||||
/* function checkMobile(str) {
|
||||
var re = /^1\d{10}$/
|
||||
if (re.test(str)) {
|
||||
alert("正确");
|
||||
} else {
|
||||
alert("请输入有效数字");
|
||||
}
|
||||
} */
|
||||
//验证电话号码
|
||||
function checkPhone(){
|
||||
//var str = $("#DEALER_PHONE").val();
|
||||
//var str = document.getElementById("DEALER_PHONE").value;
|
||||
var str=getItemValue(0, 0, "DEALER_PHONE");
|
||||
var re = /^0\d{2,3}-?\d{7,8}$/;
|
||||
if(re.test(str)){
|
||||
}else{
|
||||
alert("请输入有效数字");
|
||||
}
|
||||
}
|
||||
//验证邮箱的有效性
|
||||
/* function checkEmail(str){
|
||||
var re = /^(\w-*\.*)+@(\w-?)+(\.\w{2,})+$/
|
||||
if(re.test(str)){
|
||||
alert("正确");
|
||||
}else{
|
||||
alert("请输入正确的邮箱号");
|
||||
}
|
||||
} */
|
||||
</script>
|
||||
<%@ include file="/Frame/resources/include/include_end.jspf"%>
|
||||
@ -4462,6 +4462,109 @@
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_CAR_BRAND" label="车品牌" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识编号" type="STRING" length="100"/>
|
||||
<attribute name="brandid" label="品牌ID" type="STRING" length="100"/>
|
||||
<attribute name="initiala" label="品牌首字母" type="STRING" length="32"/>
|
||||
<attribute name="name" label="品牌名称" type="STRING" length="100"/>
|
||||
<attribute name="sortno" label="排序号" type="STRING" length="10"/>
|
||||
<attribute name="isshow" label="是否显示" type="STRING" length="10"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
|
||||
<attribute name="interfactid" label="第三方ID" type="STRING" length="100"/>
|
||||
<attribute name="carimage" label="图标" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_car_brand" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
</class>
|
||||
<class name="LB_CAR_BRANDSE" label="车系列" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="编号" type="STRING" length="100"/>
|
||||
<attribute name="brandid" label="品牌ID" type="STRING" length="100"/>
|
||||
<attribute name="brandname" label="品牌名称" type="STRING" length="100"/>
|
||||
<attribute name="seriesid" label="车系ID" type="STRING" length="100"/>
|
||||
<attribute name="seriesname" label="车系名称" type="STRING" length="100"/>
|
||||
<attribute name="seriesgroupname" label="车系组名" type="STRING" length="100"/>
|
||||
<attribute name="modelid" label="车型ID" type="STRING" length="100"/>
|
||||
<attribute name="modelname" label="车型名称" type="STRING" length="100"/>
|
||||
<attribute name="levelname" label="汽车品种" type="STRING" length="100"/>
|
||||
<attribute name="makertype" label="制造商类型" type="STRING" length="100"/>
|
||||
<attribute name="geartype" label="变速箱" type="STRING" length="100"/>
|
||||
<attribute name="dischargestandard" label="排放标准" type="STRING" length="100"/>
|
||||
<attribute name="seatnumber" label="座位数" type="STRING" length="100"/>
|
||||
<attribute name="year" label="年款" type="STRING" length="100"/>
|
||||
<attribute name="displacement" label="排量" type="STRING" length="100"/>
|
||||
<attribute name="guidanceprice" label="指导价" type="STRING" length="100"/>
|
||||
<attribute name="minregyear" label="最小上牌年份" type="STRING" length="100"/>
|
||||
<attribute name="maxregyear" label="最大上牌年份" type="STRING" length="100"/>
|
||||
<attribute name="isshow" label="是否显示" type="STRING" length="32"/>
|
||||
<attribute name="interfaceid" label="第三方ID" type="STRING" length="100"/>
|
||||
<attribute name="dynamictype" label="动力类型" type="STRING" length="100"/>
|
||||
<attribute name="transmission" label="变速器" type="STRING" length="100"/>
|
||||
<attribute name="drive" label="驱动" type="STRING" length="100"/>
|
||||
<attribute name="configure" label="配置" type="STRING" length="100"/>
|
||||
<attribute name="redbluelabel" label="红蓝标" type="STRING" length="100"/>
|
||||
<attribute name="assetcoding" label="资产编码" type="STRING" length="100"/>
|
||||
<attribute name="assetname" label="资产名称" type="STRING" length="200"/>
|
||||
<attribute name="sortno" label="排序号" type="STRING" length="100"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_car_brandse" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_PRODUCT_SALVAGE" label="贴息管理" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识id" type="STRING" length="32"/>
|
||||
<attribute name="product_id" label="产品id" type="STRING" length="32"/>
|
||||
<attribute name="car_id" label="车系id" type="STRING" length="32"/>
|
||||
<attribute name="dis_attribute" label="贴息属性" type="STRING" length="32"/>
|
||||
<attribute name="fix_amount" label="固定金额" type="STRING" length="32"/>
|
||||
<attribute name="dis_ratio" label="贴息比例" type="STRING" length="32"/>
|
||||
<attribute name="total_discount" label="贴息总额" type="STRING" length="52"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_product_salvage" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<class name="LB_EQUIPMENT_CAR" label="汽车租赁物" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
|
||||
@ -1445,7 +1445,7 @@
|
||||
<attribute name="NEW_DEALER_GROUP" label="新经销商集团" type="STRING" length="32"/>
|
||||
<attribute name="DEALER_MORTGAGE_REGISTER" label="经销商抵押贷款登记" type="STRING" length="32"/>
|
||||
<attribute name="F_I_NAME" label="名称" type="STRING" length="32"/>
|
||||
<attribute name="F_I_TYPE" label="类型" type="STRING" length="32"/>
|
||||
<attribute name="F_I_TYPE" label="集团类别" type="STRING" length="32"/>
|
||||
<attribute name="F_I_PHONE_NUMBER" label="手机号码" type="STRING" length="32"/>
|
||||
<attribute name="F_I_OTHER_EMAIL_ADDRESS" label="其它电子邮箱地址" type="STRING" length="32"/>
|
||||
<attribute name="F_I_BACKUP" label="备份" type="STRING" length="32"/>
|
||||
@ -1453,9 +1453,9 @@
|
||||
<attribute name="F_I_BACKUP_EMAIL_ASSRESS" label="备份电子邮箱地址" type="STRING" length="32"/>
|
||||
<attribute name="SIGN_SAMPLE" label="签字样本" type="STRING" length="32"/>
|
||||
<attribute name="BAIL" label="保证金" type="STRING" length="32"/>
|
||||
<attribute name="WHOLESALE" label="WHOLESALE" type="STRING" length="32"/>
|
||||
<attribute name="WHOLESALE" label="批发商" type="STRING" length="32"/>
|
||||
<attribute name="DEALER_BANK_ABBREVIATION" label="证券发行银行" type="STRING" length="32"/>
|
||||
<attribute name="SUBSIDIARY_COMPANY" label="子公司从属" type="STRING" length="32"/>
|
||||
<attribute name="SUBSIDIARY_COMPANY" label="所属母公司" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -120,7 +120,48 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_DOC_CONTRACT_LIST" label="生成合同列表" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="contract_id" label="合同标识" type="STRING" length="32"/>
|
||||
<attribute name="contract_no" label="业务合同号+后缀" type="STRING" length="250"/>
|
||||
<attribute name="filename" label="文件名" type="STRING" length="250"/>
|
||||
<attribute name="attribute_id" label="附件明细表标识" type="STRING" length="32"/>
|
||||
<attribute name="file_type" label="文件类型" type="STRING" length="32"/>
|
||||
<attribute name="file_flag" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="sign_type" label="签约状态" type="STRING" length="32"/>
|
||||
<attribute name="project_id" label="项目标识" type="STRING" length="32"/>
|
||||
<attribute name="prodect_id" label="产品标识" type="STRING" length="32"/>
|
||||
<attribute name="library_id" label="资料清单标识" type="STRING" length="32"/>
|
||||
<attribute name="doc_name" label="资料名称" type="STRING" length="64"/>
|
||||
<attribute name="document_id" label="契约锁合同文件id" type="STRING" length="32"/>
|
||||
<attribute name="customername" label="客户名称" type="STRING" length="64"/>
|
||||
<attribute name="telephone" label="电话号码" type="STRING" length="32"/>
|
||||
<attribute name="ids" label="客户id/担保人id" type="STRING" length="32"/>
|
||||
<attribute name="filepath" label="文档路径" type="STRING" length="500"/>
|
||||
<attribute name="fullpath" label="文档全路径文件名" type="STRING" length="600"/>
|
||||
<attribute name="inputuserid" label="创建人" type="STRING" length="100"/>
|
||||
<attribute name="inputorgid" label="创建人所属部门" type="STRING" length="100"/>
|
||||
<attribute name="inputtime" label="创建时间" type="STRING" length="100"/>
|
||||
<attribute name="updateuserid" label="修改人" type="STRING" length="100"/>
|
||||
<attribute name="updateorgid" label="修改人所属部门" type="STRING" length="100"/>
|
||||
<attribute name="updatetime" label="修改时间" type="STRING" length="100"/>
|
||||
<attribute name="config_id" label="文件清单配置标识" type="STRING" length="100"/>
|
||||
<attribute name="doc_class_itemno" label="资料分类编号" type="STRING" length="100"/>
|
||||
<attribute name="singcontract_id" label="契约锁合同id" type="STRING" length="64"/>
|
||||
<attribute name="content_type" label="文件格式" type="STRING" length="100"/>
|
||||
<attribute name="flow_unid" label="流程id" type="STRING" length="32"/>
|
||||
<attribute name="process" label="合同制作过程" type="STRING" length="32"/>
|
||||
<attribute name="sendprocess" label="契约锁发送过程" type="STRING" length="32"/>
|
||||
<attribute name="message" label="记录作废1、退回0、记录最后一次错误信息" type="STRING" length="200"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_doc_contract_list" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
</package>
|
||||
|
||||
@ -300,6 +300,9 @@
|
||||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||||
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
|
||||
<attribute name="MODIFY_REASON" label="修改原因分类" type="STRING" length="32"/>
|
||||
<attribute name="SEAL_TYPE" label="印章类型" type="STRING" length="32"/>
|
||||
<attribute name="MORTGAGA_AGENT" label="抵押代理人" type="STRING" length="32"/>
|
||||
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -665,6 +668,8 @@
|
||||
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||||
<attribute name="SEAL_TYPE" label="印章类型" type="STRING" length="32"/>
|
||||
<attribute name="MORTGAGE_AGENT" label="抵押代理人" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -720,6 +725,8 @@
|
||||
<attribute name="ASSET_TYPE" label="资产类型" type="STRING" length="32"/>
|
||||
<attribute name="INVOICE_MEMO" label="开票说明" type="STRING" length="2000"/>
|
||||
<attribute name="CONTRACT_INVOICE_STATUS" label="合同开票状态" type="STRING" length="32"/>
|
||||
<attribute name="SEAL_TYPE" label="印章类型" type="STRING" length="32"/>
|
||||
<attribute name="MORTGAGE_AGENT" label="抵押代理人" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -985,6 +992,7 @@
|
||||
<attribute name="ASSET_TYPE" label="资产类型" type="STRING" length="32"/>
|
||||
<attribute name="INVOICE_MEMO" label="开票说明" type="STRING" length="2000"/>
|
||||
<attribute name="CONTRACT_INVOICE_STATUS" label="合同开票状态" type="STRING" length="32"/>
|
||||
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -1017,6 +1025,7 @@
|
||||
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||||
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -3273,9 +3282,10 @@
|
||||
<class name="LB_CUSTOMER_SURVEY_RECORD" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="40"/>
|
||||
<attribute name="PROJECT_ID" label="合同编号" type="STRING" length="40"/>
|
||||
<attribute name="DISTRIBUTOR_ID" label="经销商编号" type="STRING" length="20"/>
|
||||
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="20"/>
|
||||
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="100"/>
|
||||
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="100"/>
|
||||
<attribute name="DISTRIBUTOR_ID" label="经销商编号" type="STRING" length="100"/>
|
||||
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="100"/>
|
||||
<attribute name="SERVER" label="调查人员" type="STRING" length="255"/>
|
||||
<attribute name="SERVEYTIME" label="调查时间" type="STRING" length="255"/>
|
||||
<attribute name="SERVEY_TYPE" label="调查方式" type="STRING" length="255"/>
|
||||
@ -3450,6 +3460,82 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="VI_CONTRACTMAKEPRINTLIST" label="合同签约生成列表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="id" label="id" type="STRING"/>
|
||||
<attribute name="docname" label="docname" type="STRING"/>
|
||||
<attribute name="customername" label="customername" type="STRING"/>
|
||||
<attribute name="libid" label="libid" type="STRING"/>
|
||||
<attribute name="productid" label="productid" type="STRING"/>
|
||||
<attribute name="STATUS" label="STATUS" type="STRING"/>
|
||||
<attribute name="ATTRIBUTE_ID" label="ATTRIBUTE_ID" type="STRING"/>
|
||||
<attribute name="telephone" label="telephone" type="STRING"/>
|
||||
<attribute name="sign_type" label="sign_type" type="STRING"/>
|
||||
<attribute name="sendprocess" label="sendprocess" type="STRING"/>
|
||||
<attribute name="flowunid" label="flowunid" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="vi_contractmakeprintlist" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="BUSINESS_STATUS" label="项目状态表" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="id" type="STRING" length="32"/>
|
||||
<attribute name="contract_number" label="contract_number" type="STRING" length="32"/>
|
||||
<attribute name="business_status" label="business_status" type="STRING" length="32"/>
|
||||
<attribute name="inputuserid" label="inputuserid" type="STRING" length="32"/>
|
||||
<attribute name="inputorgid" label="inputorgid" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="inputtime" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="updateuserid" type="STRING" length="32"/>
|
||||
<attribute name="updateorgid" label="updateorgid" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="updatetime" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="business_status" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_CONTRACT_SIGN_LOG" label="合同签约日志" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="contractdocid" label="合同文件表标识" type="STRING" length="32"/>
|
||||
<attribute name="contract_id" label="合同标识" type="STRING" length="32"/>
|
||||
<attribute name="project_id" label="项目标识" type="STRING" length="32"/>
|
||||
<attribute name="attribute_id" label="附件明细表标识" type="STRING" length="32"/>
|
||||
<attribute name="library_id" label="资料清单标识" type="STRING" length="32"/>
|
||||
<attribute name="file_flag" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="sign_type" label="签约状态" type="STRING" length="32"/>
|
||||
<attribute name="doc_name" label="资料名称" type="STRING" length="64"/>
|
||||
<attribute name="document_id" label="契约锁合同文件id" type="STRING" length="32"/>
|
||||
<attribute name="singcontract_id" label="契约锁合同id" type="STRING" length="100"/>
|
||||
<attribute name="customername" label="客户名称" type="STRING" length="64"/>
|
||||
<attribute name="telephone" label="电话号码" type="STRING" length="32"/>
|
||||
<attribute name="inputuserid" label="创建人" type="STRING" length="100"/>
|
||||
<attribute name="inputorgid" label="创建人所属部门" type="STRING" length="100"/>
|
||||
<attribute name="inputtime" label="创建时间" type="STRING" length="100"/>
|
||||
<attribute name="flow_unid" label="流程编号" type="STRING" length="64"/>
|
||||
<attribute name="process" label="合同制作过程" type="STRING" length="32"/>
|
||||
<attribute name="signprocess" label="签约操作" type="STRING" length="32"/>
|
||||
<attribute name="sendprocess" label="契约锁发送过程" type="STRING" length="32"/>
|
||||
<attribute name="message" label="签约错误信息" type="STRING" length="200"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_contract_sign_log" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
|
||||
|
||||
<class name="LB_CARDATA_MODEL" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user