Commit 15e58b2f authored by congweijing's avatar congweijing

更新表和页面注册脚本

parent ca452f7b
...@@ -34,7 +34,8 @@ sys_function_assign_pkg.func_load('RENT3006','核销页面','','F','modules/hls_ ...@@ -34,7 +34,8 @@ sys_function_assign_pkg.func_load('RENT3006','核销页面','','F','modules/hls_
--分配页面 --分配页面
sys_function_assign_pkg.func_service_load('RENT3003','modules/hls_rent/RENT300/rent_receipt_verification.screen'); sys_function_assign_pkg.func_service_load('RENT3003','modules/hls_rent/RENT300/rent_receipt_verification.screen');
sys_function_assign_pkg.func_service_load('RENT3004','modules/hls_rent/RENT300/rent_receipt_fee.screen'); sys_function_assign_pkg.func_service_load('RENT3004','modules/hls_rent/RENT300/rent_receipt_fee.screen');
sys_function_assign_pkg.func_service_load('RENT3005','modules/hls_rent/RENT300/rent_manual_receipt.screen'); sys_function_assign_pkg.func_service_load('RENT3004','modules/hls_rent/RENT300/rent_manual_receipt.screen');
--sys_function_assign_pkg.func_service_load('RENT3005','modules/hls_rent/RENT300/rent_manual_receipt.screen');
sys_function_assign_pkg.func_service_load('RENT3001','modules/hls_rent/RENT300/rent_fee_information.screen'); sys_function_assign_pkg.func_service_load('RENT3001','modules/hls_rent/RENT300/rent_fee_information.screen');
sys_function_assign_pkg.func_service_load('RENT3001','modules/hls_rent/RENT300/rent_fee_add.screen'); sys_function_assign_pkg.func_service_load('RENT3001','modules/hls_rent/RENT300/rent_fee_add.screen');
...@@ -47,8 +48,9 @@ sys_function_assign_pkg.func_bm_load('RENT3003','hls_rent.RENT300.rent_source_ob ...@@ -47,8 +48,9 @@ sys_function_assign_pkg.func_bm_load('RENT3003','hls_rent.RENT300.rent_source_ob
sys_function_assign_pkg.func_bm_load('RENT3003','hls_rent.RENT300.rent_ver_search'); sys_function_assign_pkg.func_bm_load('RENT3003','hls_rent.RENT300.rent_ver_search');
sys_function_assign_pkg.func_bm_load('RENT3004','hls_rent.RENT300.rent_source_object'); sys_function_assign_pkg.func_bm_load('RENT3004','hls_rent.RENT300.rent_source_object');
sys_function_assign_pkg.func_bm_load('RENT3004','hls_rent.RENT300.rent_receipt_fee'); sys_function_assign_pkg.func_bm_load('RENT3004','hls_rent.RENT300.rent_receipt_fee');
sys_function_assign_pkg.func_bm_load('RENT3005','hls_rent.RENT300.rent_source_object'); sys_function_assign_pkg.func_bm_load('RENT3004','hls_rent.RENT300.rent_fee_currency');
sys_function_assign_pkg.func_bm_load('RENT3005','hls_rent.RENT300.rent_fee_currency'); --sys_function_assign_pkg.func_bm_load('RENT3005','hls_rent.RENT300.rent_source_object');
--sys_function_assign_pkg.func_bm_load('RENT3005','hls_rent.RENT300.rent_fee_currency');
sys_function_assign_pkg.func_bm_load('RENT3001','hls_rent.RENT300.rent_fee_add'); sys_function_assign_pkg.func_bm_load('RENT3001','hls_rent.RENT300.rent_fee_add');
sys_function_assign_pkg.func_bm_load('RENT3001','hls_rent.RENT300.rent_fee_currency'); sys_function_assign_pkg.func_bm_load('RENT3001','hls_rent.RENT300.rent_fee_currency');
......
...@@ -24,10 +24,11 @@ base_in varchar2(20) not null, ...@@ -24,10 +24,11 @@ base_in varchar2(20) not null,
phone_number varchar2(100) not null, phone_number varchar2(100) not null,
people_status varchar2(20) not null, people_status varchar2(20) not null,
email varchar2(100) not null, email varchar2(100) not null,
message varchar2(500) , message varchar2(500) not null,
contract_no varchar2(30), contract_no varchar2(30),
leaving_date date, leaving_date date,
live_start_date date, live_start_date date,
check_out_date date,
created_by number, created_by number,
creation_date date, creation_date date,
last_updated_by number, last_updated_by number,
...@@ -48,11 +49,12 @@ comment on column hls_hsm.email is ' ...@@ -48,11 +49,12 @@ comment on column hls_hsm.email is '
comment on column hls_hsm.message is '备注'; comment on column hls_hsm.message is '备注';
comment on column hls_hsm.contract_no is '房屋合同编号'; comment on column hls_hsm.contract_no is '房屋合同编号';
comment on column hls_hsm.leaving_date is '欲入住至(时间)'; comment on column hls_hsm.leaving_date is '欲入住至(时间)';
comment on column hls_hsm.live_start_date is '入住起始日期(已入住)'; comment on column hls_hsm.live_start_date is '入住起始日期(已入住要用)';
comment on column hls_hsm.check_out_date is '退房日期(已退房要用)';
comment on column hls_hsm.created_by is '默认'; comment on column hls_hsm.created_by is '默认';
comment on column hls_hsm.creation_date is '默认'; comment on column hls_hsm.creation_date is '默认';
comment on column hls_hsm.last_updated_by is '默认'; comment on column hls_hsm.last_update_by is '默认';
comment on column hls_hsm.last_update_date is '退房日期(已退房)'; comment on column hls_hsm.last_update_date is '默认';
-- create/recreate primary, unique and foreign key constraints -- create/recreate primary, unique and foreign key constraints
alter table hls_hsm alter table hls_hsm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment