179 lines
86 KiB
SQL
179 lines
86 KiB
SQL
--1. 筛选:增加渠道商,车牌号进行筛选(见截图1)
|
||
|
||
--3. 电话催收记录中 增加字段录入,
|
||
|
||
--与客户关系、电话状态、行动代码、添加联系人信息,
|
||
|
||
--其中客户关系,电话状态,行动代码可预先设置,用户在登记界面只能按照选项进行选择
|
||
--- 客户关系:共同申请人-担保人/配偶/父母-子女/兄弟-姐妹/ 邻居-同事/亲戚/朋友/其他
|
||
-- 电话状态:电话接通、接通挂断、拒接、空号、停机、可联、失联、错号、无法接通、关机等
|
||
-- 行动代码:可联失联、催收其他人、逾期原因、车辆状态、特殊案例、欺诈案例
|
||
|
||
-- 添加列
|
||
ALTER TABLE OVERDUE_DUNNING_RECORD ADD `relationship_type` varchar(32) DEFAULT NULL COMMENT '与客户关系';
|
||
ALTER TABLE OVERDUE_DUNNING_RECORD ADD `phone_sts` varchar(32) DEFAULT NULL COMMENT '电话状态';
|
||
ALTER TABLE OVERDUE_DUNNING_RECORD ADD `action_code` varchar(32) DEFAULT NULL COMMENT '行动代码';
|
||
|
||
|
||
|
||
-- 模板展示
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('OverdueDunningRecordInfo', '1150', '1150', '1', 'O', 'relationship_type', 'relationship_type', 'String', '', '与客户关系', '', '1', 'Select', '1', '1', 'Code', 'adjustTypeCS', '', '32', '1', '0', '0', '1', '0', 0, NULL, '', '', 'SYS_Designer', '2018/11/19 14:00:17', 'administrator', '2020/08/04 15:39:47', '0', '', '1', '', '', '', NULL);
|
||
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('OverdueDunningRecordInfo', '1160', '1160', '1', 'O', 'phone_sts', 'phone_sts', 'String', '', '电话状态', '', '1', 'Select', '1', '1', 'Code', 'adjustTypeCS', '', '32', '1', '0', '0', '1', '0', 0, NULL, '', '', 'SYS_Designer', '2018/11/19 14:00:17', 'administrator', '2020/08/04 15:39:47', '0', '', '1', '', '', '', NULL);
|
||
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('OverdueDunningRecordInfo', '1170', '1170', '1', 'O', 'action_code', 'action_code', 'String', '', '行动代码', '', '1', 'Select', '1', '1', 'Code', 'adjustTypeCS', '', '32', '1', '0', '0', '1', '0', 0, NULL, '', '', 'SYS_Designer', '2018/11/19 14:00:17', 'administrator', '2020/08/04 15:39:47', '0', '', '1', '', '', '', NULL);
|
||
|
||
-- 增加下拉框选择
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('actionCodeTyps', '01', '可联失联', NULL, '0010', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('actionCodeTyps', '02', '催收其他人', NULL, '0020', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('actionCodeTyps', '03', '逾期原因', NULL, '0030', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('actionCodeTyps', '04', '车辆状态', NULL, '0040', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('actionCodeTyps', '05', '特殊案例', NULL, '0050', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('actionCodeTyps', '06', '欺诈案例', NULL, '0060', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '01', '电话接通', NULL, '0010', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '02', '接通挂断', NULL, '0020', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '03', '拒接', NULL, '0030', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '04', '空号', NULL, '0040', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '05', '停机', NULL, '0050', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '06', '可联', NULL, '0060', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '07', '失联', NULL, '0070', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '08', '错号', NULL, '0080', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '09', '无法接通', NULL, '0090', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('phoneStsTypes', '10', '关机', NULL, '0100', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('relationshipTypes', '01', '共同申请人-担保人', NULL, '0010', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('relationshipTypes', '02', '配偶', NULL, '0020', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('relationshipTypes', '03', '父母-子女', NULL, '0030', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('relationshipTypes', '04', '兄弟-姐妹', NULL, '0040', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('relationshipTypes', '05', '邻居-同事', NULL, '0050', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('relationshipTypes', '06', '亲戚', NULL, '0060', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('relationshipTypes', '07', '朋友', NULL, '0070', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('relationshipTypes', '08', '其他', NULL, '0080', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|
||
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1010', '1010', '1', 'lul', 'CUSTOMER_NAME', 'CUSTOMER_NAME', 'String', '', '客戶名称', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0010', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1020', '1020', '1', 'O', 'CONTRACT_NUMBER', 'CONTRACT_NUMBER', 'String', '', '业务合同号', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0010', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1030', '1030', '1', 'O', 'ID', 'ID', 'String', '', 'ID', '', '1', 'Text', '1', '1', '', '', '', '50', '0', '1', '1', '1', '0', 0, NULL, '0010', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1040', '1040', '1', 'O', 'PROJECT_MANAGE', 'PROJECT_MANAGE', 'String', NULL, '业务经理', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '50', '1', '1', '1', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1050', '1050', '1', 'lul', 'CUSTOMER_ID', 'CUSTOMER_ID', 'String', '', '承租人编号', '', '1', 'Text', '1', '1', '', '', '', '50', '0', '1', '1', '1', '0', 0, NULL, '0010', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1060', '1060', '1', 'vo', 'over_list', 'over_list', 'String', NULL, '逾期期数', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '50', '1', '1', '1', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1070', '1070', '1', 'vo', 'over_days', 'over_days', 'String', NULL, '逾期天数', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '50', '1', '1', '1', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1080', '1080', '1', 'vo', 'over_money', 'over_money', 'String', NULL, '逾期金额', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '50', '1', '1', '1', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1090', '1090', '1', 'vo', 'over_penalty', 'over_penalty', 'String', NULL, '逾期罚息', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '50', '1', '1', '1', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1100', '1100', '1', '', 'com.tenwa.customer.cache.OverdueDunningCache.getPartDept(ID)', 'part_dept', 'String', '', '催款员', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0010', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1110', '1110', '1', '', 'com.tenwa.flow.comm.handler.flowmanage.OverdueProjectCache.getNextCommitmentDate(ID)', 'plan_next_contact_day', 'String', '', '计划联系日', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0010', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1120', '1120', '1', '', 'com.tenwa.flow.comm.handler.flowmanage.OverdueProjectCache.getCommitmentDate(ID)', 'repayment_date', 'String', '', '承诺还款日', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0010', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1130', '1130', '1', 'lec', 'LICENSE_PLATE_NUMBER', 'LICENSE_PLATE_NUMBER', 'String', '', '车牌号', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0020', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1140', '1140', '1', 'lec', 'FRAME_NUMBER', 'FRAME_NUMBER', 'String', '', '车架号', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0020', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1150', '1150', '1', 'lcc', 'EQUIP_AMT', 'EQUIP_AMT', 'String', '', '车价', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0020', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1160', '1160', '1', 'lec', 'MODEL', 'MODEL', 'String', '', '车型', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0020', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1170', '1170', '1', 'lcc', 'FIRST_PAYMENT_RATIO', 'FIRST_PAYMENT_RATIO', 'String', '', '首付比例', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0030', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:57', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1180', '1180', '1', 'lcc', 'CLEAN_LEASE_MONEY', 'CLEAN_LEASE_MONEY', 'String', '', '融资金额', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0030', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:58', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1190', '1190', '1', 'lcc', 'INCOME_NUMBER', 'INCOME_NUMBER', 'String', '', '计划期数', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0030', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:58', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1200', '1200', '1', 'lcc', 'YEAR_RATE', 'YEAR_RATE', 'String', '', '实际利率', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0030', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 18:06:58', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1210', '1210', '1', 'lcc', 'START_DATE', 'START_DATE', 'String', '', '合同起始日', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0030', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:25', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1230', '1230', '1', 'ca', 'bank_name', 'bank_name', 'String', '', '还款银行', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:25', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1231', '1231', '1', 'ca', 'acc_number', 'acc_number', 'String', '', '还款卡号', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:25', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1240', '1240', '1', '', '\'\'', 'contractEndDate', 'String', '', '最后还款日', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0030', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:25', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1250', '1250', '1', '', '\'\'', 'repaymentAmount', 'String', '', '月租金', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0030', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:25', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1260', '1260', '1', '', '\'\'', 'principalRepayAmount', 'String', '', '未偿本金', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:25', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1270', '1270', '1', '', '\'\'', 'totalRepayAmount', 'String', '', '未偿总额', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1271', '1271', '1', '', '\'\'', 'principalPaymentAmount', 'String', '', '已还本金', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1280', '1280', '1', '', '\'\'', 'totalPaymentAmount', 'String', '', '已还金额【含代偿】', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1300', '1300', '1', '', '\'\'', 'interestPaymentAmount', 'String', '', '已还利息', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1301', '1301', '1', '', '\'\'', 'totalCompensatoryPaymentAmount', 'String', '', '已还金额【不含代偿】', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1310', '1310', '1', '', '\'\'', 'overdueNowPeriods', 'String', '', '当前逾期期数', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0050', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1320', '1320', '1', '', '\'\'', 'overdueHisPeriods', 'String', '', '历史逾期期数', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0050', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1330', '1330', '1', '', '\'\'', 'overdueHisDays', 'String', '', '历史最长预期天数', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0050', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1340', '1340', '1', '', '\'\'', 'repaymentAreadyPeriods', 'String', '', '已还期数', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1350', '1350', '1', '', '\'\'', 'overdueCounts', 'String', '', '逾期次数', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0050', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1360', '1360', '1', '', '\'\'', 'penaltyNowAmount', 'String', '', '当前罚息', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0050', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('CustRentCollectionListNew', '1370', '1370', '1', '', '\'\'', 'compensatoryPeriods', 'String', '', '已代偿期数', '', '1', 'Text', '1', '1', '', '', '', '50', '1', '1', '1', '1', '0', 0, NULL, '0040', '', 'SYS_Designer', '2017/06/21 16:46:10', 'administrator', '2020/08/13 16:19:26', '0', '', '1', '', '', '', NULL);
|
||
|
||
|
||
|
||
INSERT INTO `apzl`.`awe_do_group`(`dono`, `dockid`, `dockname`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `inputorg`, `sortno`, `grouphead`, `groupfoot`, `groupbody`, `colcount`, `styleid`, `isexpand`, `groupbody1`, `groupbody2`) VALUES ('CustRentCollectionListNew', '0010', '催收基本信息', 'SYS_Designer', '2020/06/06 11:10:11', 'SYS_Designer', '2020/06/06 11:10:11', '', '0010', '', '', '', 2, '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_group`(`dono`, `dockid`, `dockname`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `inputorg`, `sortno`, `grouphead`, `groupfoot`, `groupbody`, `colcount`, `styleid`, `isexpand`, `groupbody1`, `groupbody2`) VALUES ('CustRentCollectionListNew', '0020', '车辆信息', 'SYS_Designer', '2020/06/06 11:10:11', 'SYS_Designer', '2020/06/06 11:10:11', '', '0020', '', '', '', 2, '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_group`(`dono`, `dockid`, `dockname`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `inputorg`, `sortno`, `grouphead`, `groupfoot`, `groupbody`, `colcount`, `styleid`, `isexpand`, `groupbody1`, `groupbody2`) VALUES ('CustRentCollectionListNew', '0030', '合同基本信息', 'SYS_Designer', '2020/06/06 11:10:11', 'SYS_Designer', '2020/06/06 11:10:11', '', '0030', '', '', '', 2, '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_group`(`dono`, `dockid`, `dockname`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `inputorg`, `sortno`, `grouphead`, `groupfoot`, `groupbody`, `colcount`, `styleid`, `isexpand`, `groupbody1`, `groupbody2`) VALUES ('CustRentCollectionListNew', '0040', '还款信息', 'SYS_Designer', '2020/06/06 11:10:11', 'SYS_Designer', '2020/06/06 11:10:11', '', '0040', '', '', '', 2, '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_group`(`dono`, `dockid`, `dockname`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `inputorg`, `sortno`, `grouphead`, `groupfoot`, `groupbody`, `colcount`, `styleid`, `isexpand`, `groupbody1`, `groupbody2`) VALUES ('CustRentCollectionListNew', '0050', '逾期信息', 'SYS_Designer', '2020/06/06 11:10:11', 'SYS_Designer', '2020/06/06 11:10:11', '', '0050', '', '', '', 2, '', '', '', '');
|
||
|
||
|
||
INSERT INTO `apzl`.`awe_do_catalog`(`dono`, `doname`, `dodescribe`, `dotype`, `doclass`, `isinuse`, `colcount`, `modeid`, `jboclass`, `jbofrom`, `jbowhere`, `jbogroup`, `jboorder`, `businessprocess`, `exportflag`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `remark`, `isvalidate`, `parent`) VALUES ('CustRentCollectionListNew', '合同基本信息', NULL, '30130', NULL, '1', '2', 'default', 'jbo.com.tenwa.lease.comm.LB_CONTRACT_INFO', 'O left join jbo.com.tenwa.lease.comm.LB_UNION_LESSEE lul on O.id=lul.contract_id left join jbo.app.tenwa.calc.LC_CALC_CONDITION lcc on O.id=lcc.contract_id left join jbo.app.tenwa.calc.VI_OVERDUE_RENT_PLAN_SUM vo on O.id=vo.contract_id LEFT JOIN jbo.app.LB_EQUIPMENT_CAR lec on lec.contract_id=O.id LEFT JOIN jbo.app.tenwa.customer.CUSTOMER_ACCOUNT ca on ca.customerid=lul.customer_id', 'lul.customer_id=:cust_id', NULL, NULL, NULL, NULL, 'SYS_Designer', '2017/06/21 14:49:53', 'SYS_Designer', '2018/08/15 15:53:45', NULL, '1', NULL);
|
||
|
||
|
||
INSERT INTO `apzl`.`scenario_model`(`scenarioid`, `modelid`, `sortno`, `modelname`, `modeldescribe`, `modeltype`, `subtypeno`, `runcondition`, `status`, `nopassdeal`, `passdeal`, `passmessage`, `nopassmessage`, `executescript`, `remark`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `groupid`, `modelkind`, `bizviewer`) VALUES ('付款申请(汽车)', '0040', '0040', '发票信息是否填写', '', '10', '', '', '1', '10', NULL, '发票信息已填写', '请先填写发票信息', 'com.tenwa.lease.flow.project.commcheck.CarTypeCheck', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||
|
||
-- 新增sql配置页签:
|
||
INSERT INTO `apzl`.`prd_nodeinfo`(`nodeid`, `nodename`, `sortno`, `isinuse`, `itemdescribe`, `inputuserid`, `inputorgid`, `inputtime`, `updateuserid`, `updatetime`, `initscript`, `exportscript`, `phasescript`, `deletescript`, `remark`, `formalClass`, `querycondition`) VALUES ('990001', '付款申请审批记录', '990001', '1', '/Common/WorkFlow/PaymentApplyViewFlowOpinions.jsp', 'administrator', '8009001', '2020/07/14', 'administrator', '2020/07/14', '', '', '', '', '', '', '');
|
||
|
||
-- 提前结清测算器部署
|
||
INSERT INTO `apzl`.`awe_do_catalog` (`dono`, `doname`, `dodescribe`, `dotype`, `doclass`, `isinuse`, `colcount`, `modeid`, `jboclass`, `jbofrom`, `jbowhere`, `jbogroup`, `jboorder`, `businessprocess`, `exportflag`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `remark`, `isvalidate`, `parent`) VALUES
|
||
('calculationContractCar', '提前结清测算', NULL, '30050', NULL, '1', '2', 'default', 'jbo.app.tenwa.calc.LC_FUND_RENT_ADJUST_TEMP', 'O left join jbo.app.tenwa.calc.LC_FUND_INCOME lfi on O.payment_number=lfi.payment_number and lfi.fee_type=\'feetype4\'', 'O.flowunid=:FlowUnid', NULL, NULL, NULL, NULL, 'SYS_Designer', '2017/06/26 14:15:49', 'SYS_Designer', '2018/07/20 18:27:42', NULL, '1', NULL);
|
||
|
||
|
||
INSERT INTO `apzl`.`awe_do_group` (`dono`, `dockid`, `dockname`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `inputorg`, `sortno`, `grouphead`, `groupfoot`, `groupbody`, `colcount`, `styleid`, `isexpand`, `groupbody1`, `groupbody2`)
|
||
VALUES ('calculationContractCar', '0010', '提前结清测算', 'SYS_Designer', '2017/06/28 09:15:17', 'SYS_Designer', '2018/07/20 18:27:43', NULL, '0010', NULL, NULL, NULL, '2', NULL, NULL, NULL, NULL);
|
||
|
||
|
||
|
||
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1303', '1303', '1', 'O', 'OTHER_IN', 'OTHER_IN', 'Number', '0.00', '其他应收', '', '1', 'Text', '2', '3', '', '', '', '22', '1', '0', '0', '1', '0', 0, '', '0010', '', 'SYS_Designer', '2017/06/26 14:18:17', 'administrator', '2020/07/15 10:40:59', '0', '', '1', '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1310', '1310', '1', 'O', 'REPAYMENT_INTEREST', 'REPAYMENT_INTEREST', 'Number', NULL, '还款日息差', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '1', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2018/07/28 17:38:12', 'administrator', '2020/07/15 10:40:59', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1320', '1320', '0', 'O', 'AGREED_DATEPENALTY', 'AGREED_DATEPENALTY', 'Number', '0.00', '商定还款日息差', '', '1', 'Text', '2', '3', '', '', '', '32', '1', '0', '0', '1', '0', 0, '', '0010', '', 'SYS_Designer', '2018/12/18 14:37:03', 'administrator', '2020/07/15 10:40:59', '0', '', '1', '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1400', '1400', '1', 'O', 'DUN_RENT', 'DUN_RENT', 'Number', NULL, '逾期租金', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '1', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/26 14:20:00', 'administrator', '2020/07/15 10:40:59', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1698', '1698', '1', 'O', 'COLLECT_FEES', 'COLLECT_FEES', 'Number', NULL, '催收费用', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '32', '1', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2018/08/22 20:57:48', 'administrator', '2020/07/15 10:40:59', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1896', '1896', '1', 'O', 'DISPOSE_MONEY', 'DISPOSE_MONEY', 'Number', NULL, '处置金额', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '32', '1', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2018/08/22 20:57:48', 'administrator', '2020/07/15 10:40:59', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '2094', '2094', '1', 'O', 'SURPLUSINTEREST', 'SURPLUSINTEREST', 'Number', NULL, '剩余利息', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '32', '1', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2018/08/23 20:58:50', 'administrator', '2020/07/15 10:40:59', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '2300', '2300', '1', 'O', 'CONTRACT_TOTAL', 'CONTRACT_TOTAL', 'Number', NULL, '提前还款金额', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '1', '1', '0', '1', '0', 1, NULL, '0010', NULL, 'SYS_Designer', '2017/06/26 14:20:00', 'administrator', '2020/07/15 10:40:59', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '2506', '2506', '0', 'O', 'MAXIMUM_TOTAL', 'MAXIMUM_TOTAL', 'Number', '', '最终还款金额', '', '1', 'Text', '2', '3', '', '', '', '32', '1', '1', '0', '1', '0', 0, NULL, '0010', '', 'SYS_Designer', '2018/08/24 17:51:03', 'administrator', '2020/07/15 10:40:59', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '2712', '2712', '1', NULL, '\'\'', 'GUARANTEEMONEY', 'Number', NULL, '客户保证金', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '32', '1', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2018/08/26 10:35:20', 'administrator', '2020/07/15 10:40:59', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1065', '1065', '1', 'O', 'FIST_CORPUS', 'FIST_CORPUS', 'Number', '0.00', '商定一年内剩余利息', '', '1', 'Text', '2', '3', '', '', '', '22', '0', '0', '0', '1', '0', 0, '', '0010', '', 'SYS_Designer', '2018/07/31 15:11:34', 'administrator', '2020/07/15 14:21:07', '0', '', '1', '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1067', '1067', '1', 'O', 'AGREED_INTEREST', 'AGREED_INTEREST', 'Number', NULL, '商定利息', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '0', '0', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/26 14:20:00', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1068', '1068', '1', 'O', 'INTEREST_HANDLING_CHARGE', 'INTEREST_HANDLING_CHARGE', 'Number', NULL, '剩余利息', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '0', '0', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/26 14:20:00', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1080', '1080', '1', 'O', 'DUN_PENALTY', 'DUN_PENALTY', 'Number', NULL, '逾期罚息', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '1', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/26 14:20:00', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1140', '1140', '0', 'O', 'AGREED_PENALTY', 'AGREED_PENALTY', 'Number', '0.00', '商定逾期罚息', '', '1', 'Text', '2', '3', '', '', '', '22', '1', '0', '0', '1', '0', 0, '', '0010', '', 'SYS_Designer', '2017/06/26 14:20:00', 'administrator', '2020/07/15 14:21:08', '', '', '1', '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1220', '1220', '1', 'O', 'PAYMENT_NUMBER', 'PAYMENT_NUMBER', 'String', NULL, '投放编号', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '255', '0', '0', '0', '1', '0', 0, NULL, NULL, NULL, 'SYS_Designer', '2017/06/29 13:49:24', 'administrator', '2020/07/15 14:21:08', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1240', '1240', '1', 'O', 'REPURCHASE_RATIO', 'REPURCHASE_RATIO', 'Number', NULL, '回购比例', '<font color=\'red\'>%</font>', '1', 'Text', '16', '3', NULL, NULL, NULL, '22', '0', '0', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/09/19 10:00:23', 'administrator', '2020/07/15 14:21:08', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1260', '1260', '1', 'O', 'REPURCHASE_MONEY', 'REPURCHASE_MONEY', 'Number', NULL, '回购本金', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '0', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/09/19 10:00:23', 'administrator', '2020/07/15 10:40:59', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1280', '1040', '1', 'lfi', 'FACT_MONEY', 'FACT_MONEY', 'Number', NULL, '名誉货价', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '0', '0', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2018/07/20 18:15:23', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1302', '1302', '1', 'O', 'OTHER_OUT', 'OTHER_OUT', 'Number', NULL, '其他应退', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '1', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/26 14:18:17', 'administrator', '2020/07/15 10:40:59', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1004', '1004', '1', 'O', 'ADJUST_TYPE', 'ADJUST_TYPE', 'String', '', '变更类型', '', '1', 'Select', '1', '1', 'Code', 'adjustTypeCS', '', '200', '1', '0', '1', '1', '0', 1, NULL, '0010', '', 'SYS_Designer', '2017/06/29 13:48:16', 'administrator', '2020/07/15 14:21:07', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1005', '1005', '1', 'O', 'PAYDAY_ADJUST', 'PAYDAY_ADJUST', 'String', NULL, '约定终止日', NULL, '1', 'Date', '1', '1', NULL, NULL, NULL, '20', '1', '0', '1', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/26 14:18:17', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1006', '1006', '1', 'O', 'CORPUS_OVERAGE', 'CORPUS_OVERAGE', 'Number', NULL, '剩余本金', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '1', '1', '1', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/26 14:20:00', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1010', '1010', '1', 'O', 'FLOWUNID', 'FLOWUNID', 'String', NULL, '流程编号', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '32', '0', '0', '0', '1', '1', 1, '0', '0010', NULL, 'SYS_DESIGNER', '2017/06/26 14:15:49', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1021', '1021', '1', 'O', 'NOMINAL_PRICE', 'NOMINAL_PRICE', 'Number', '', '留购价', '', '1', 'Text', '2', '3', '', '', '', '22', '1', '1', '0', '1', '0', 0, NULL, '0010', '', 'SYS_Designer', '2018/07/28 16:12:00', 'administrator', '2020/07/15 14:21:07', '0', '', '1', '', '', '', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1023', '1023', '0', 'O', 'SDNOMINAL_PRICE', 'SDNOMINAL_PRICE', 'Number', '0.00', '商定留购价', '', '1', 'Text', '2', '3', '', '', '', '22', '1', '0', '0', '1', '0', 0, '', '0010', '', 'SYS_Designer', '2018/07/28 16:12:00', 'administrator', '2020/07/15 14:21:07', '', '', '1', '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1061', '1061', '1', 'O', 'HANDLING_CHARGE', 'HANDLING_CHARGE', 'Number', NULL, '违约金', NULL, '1', 'Text', '2', '3', NULL, NULL, NULL, '22', '1', '1', '0', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2017/06/26 14:18:17', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1062', '1062', '0', 'O', 'SDHANDLING_CHARGE', 'SDHANDLING_CHARGE', 'Number', '0.00', '商定违约金', '', '1', 'Text', '2', '3', '', '', '', '22', '1', '0', '0', '1', '0', 0, '', '0010', '', 'SYS_Designer', '2018/07/28 16:37:22', 'administrator', '2020/07/15 14:21:07', '', '', '1', '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1064', '1064', '1', 'O', 'FIST_RENT', 'FIST_RENT', 'Number', '', '一年内剩余利息', '', '1', 'Text', '2', '3', '', '', '', '22', '0', '1', '0', '1', '0', 0, '', '0010', '', 'SYS_Designer', '2018/07/28 17:31:36', 'administrator', '2020/07/15 14:21:07', '0', '', '1', '', '', '', '');
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1000', '1000', '1', 'O', 'ID', 'ID', 'String', NULL, '标识', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '32', '0', '0', '0', '1', '1', 1, '0', '0010', NULL, 'SYS_DESIGNER', '2017/06/26 14:15:49', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1001', '1001', '1', '', '\'\'', 'CONTRACT_NUMBER', 'String', '', '合同编号', '', '1', 'Text', '1', '1', '', '', '', '32', '1', '1', '1', '1', '0', 2, NULL, '0010', '', 'SYS_Designer', '2017/08/17 19:17:44', 'administrator', '2020/07/15 14:21:07', '0', '', '1', '', '', 'SelectContractId()', NULL);
|
||
INSERT INTO `apzl`.`awe_do_library`(`dono`, `colindex`, `sortno`, `isinuse`, `coltablename`, `colactualname`, `colname`, `coltype`, `coldefaultvalue`, `colheader`, `colunit`, `colcolumntype`, `coleditstyle`, `colcheckformat`, `colalign`, `coleditsourcetype`, `coleditsource`, `colhtmlstyle`, `collimit`, `colvisible`, `colreadonly`, `colrequired`, `colsortable`, `isfilter`, `colspan`, `isautocomplete`, `groupid`, `colfilterrefid`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `isaudit`, `colfilterattrs`, `isupdate`, `parentcolindex`, `tips`, `colinnerbtevent`, `colfilteroptions`) VALUES ('calculationContractCar', '1003', '1003', '1', 'O', 'PAYDAY_DATE', 'PAYDAY_DATE', 'String', NULL, '提出日期', NULL, '1', 'Date', '1', '1', NULL, NULL, NULL, '20', '1', '0', '1', '1', '0', 0, NULL, '0010', NULL, 'SYS_Designer', '2018/07/28 15:23:51', 'administrator', '2020/07/15 14:21:07', '0', NULL, '1', NULL, NULL, NULL, NULL);
|
||
|
||
INSERT INTO `apzl`.`code_library`(`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) VALUES ('adjustTypeCS', '01', '客户提前结清测算', NULL, '0010', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SYS_Designer', NULL, '2018/03/07 16:47:40', 'SYS_Designer', '2018/06/23 16:21:58', NULL, NULL);
|
||
|