Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls_rent
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
congweijing
hls_rent
Commits
99eb97b2
Commit
99eb97b2
authored
Aug 23, 2018
by
congweijing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改表中不能为空的字段
parent
15e58b2f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
rent_receipt_fee.bm
hls_rent(bm)/RENT300/rent_receipt_fee.bm
+3
-2
rent_receipt_fee.screen
hls_rent(screen)/RENT300/rent_receipt_fee.screen
+2
-2
fee_manage.sql
room_info_manage(页面注册)/fee_manage.sql
+2
-2
hls_rent_receipt_fee收款事务表.sql
tables(新)/hls_rent_receipt_fee收款事务表.sql
+1
-1
No files found.
hls_rent(bm)/RENT300/rent_receipt_fee.bm
View file @
99eb97b2
...
...
@@ -4,7 +4,7 @@
<bm:field
name=
"receipt_no"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"ROOM_NO"
prompt=
"收款编号"
/>
<bm:field
name=
"receipt_date"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"ROOM_ABBR"
prompt=
"收款日期"
/>
<bm:field
name=
"receipt_sources"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"ROOM_TYPE"
prompt=
"收款来源"
/>
<bm:field
name=
"receipt_objects"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"ROOM_AREA"
prompt=
"收款对象"
/>
<bm:field
name=
"receipt_objects
_name
"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"ROOM_AREA"
prompt=
"收款对象"
/>
<bm:field
name=
"receipt_ways"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"BED"
prompt=
"收款方式"
/>
<bm:field
name=
"receipt_amounts"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"BED_USED"
prompt=
"收款金额"
/>
<bm:field
name=
"verification_amounts"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"BED_FREE"
prompt=
"H核销金额"
/>
...
...
@@ -36,12 +36,13 @@
to_char(receipt_date,'yyyy-mm-dd') receipt_date,
(sys_code_pkg.get_sys_code_value_name('HLS_SOURCE_TYPE', receipt_sources)) receipt_sources,
receipt_objects,
(select hh.name from hls_hsm hh where hh.staff_no = hrf.receipt_objects) receipt_objects_name,
(sys_code_pkg.get_sys_code_value_name('HLS_RECEIPT_WAY', receipt_ways)) receipt_ways,
receipt_amounts,
verification_amounts,
(select gv.currency_name from gld_currency_vl gv where gv.currency_code = currency) currency,
message
from hls_rent_receipt_fee
from hls_rent_receipt_fee
hrf
#WHERE_CLAUSE#
]]>
</bm:update-sql>
</bm:operation>
...
...
hls_rent(screen)/RENT300/rent_receipt_fee.screen
View file @
99eb97b2
...
...
@@ -37,7 +37,7 @@
new Aurora.Window({
id:'manual_receipt_add_window',
url:$('pageLink_manual_receipt_add').getUrl(),
title:'
新增房屋信息
',
title:'
收款新增
',
height:400,
width:800
})
...
...
@@ -97,7 +97,7 @@
<a:column
name=
"receipt_no"
align=
"center"
prompt=
"收款编号"
width=
"160"
/>
<a:column
name=
"receipt_date"
align=
"center"
prompt=
"收款日期"
width=
"130"
/>
<a:column
name=
"receipt_sources"
align=
"center"
prompt=
"收款来源"
width=
"130"
/>
<a:column
name=
"receipt_objects"
align=
"center"
prompt=
"收款对象"
width=
"130"
/>
<a:column
name=
"receipt_objects
_name
"
align=
"center"
prompt=
"收款对象"
width=
"130"
/>
<a:column
name=
"receipt_ways"
align=
"center"
prompt=
"收款方式"
width=
"130"
/>
<a:column
name=
"receipt_amounts"
align=
"center"
prompt=
"收款金额"
width=
"130"
/>
<a:column
name=
"verification_amounts"
align=
"center"
prompt=
"核销金额"
width=
"130"
/>
...
...
room_info_manage(页面注册)/fee_manage.sql
View file @
99eb97b2
...
...
@@ -16,8 +16,8 @@ sys_function_assign_pkg.service_load('modules/hls_rent/RENT300/rent_manual_verif
--功能定义
sys_function_assign_pkg
.
func_load
(
'RENT3003'
,
'核销事务查询'
,
''
,
'F'
,
'modules/hls_rent/RENT300/rent_receipt_verification.screen'
,
'1'
,
'ZHS'
);
sys_function_assign_pkg
.
func_load
(
'RENT3003'
,
'核销事务查询'
,
''
,
'F'
,
'modules/hls_rent/RENT300/rent_receipt_verification.screen'
,
'1'
,
'US'
);
sys_function_assign_pkg
.
func_load
(
'RENT3004'
,
'收款事
物
'
,
''
,
'F'
,
'modules/hls_rent/RENT300/rent_receipt_fee.screen'
,
'1'
,
'ZHS'
);
sys_function_assign_pkg
.
func_load
(
'RENT3004'
,
'收款事
物
'
,
''
,
'F'
,
'modules/hls_rent/RENT300/rent_receipt_fee.screen'
,
'1'
,
'US'
);
sys_function_assign_pkg
.
func_load
(
'RENT3004'
,
'收款事
务
'
,
''
,
'F'
,
'modules/hls_rent/RENT300/rent_receipt_fee.screen'
,
'1'
,
'ZHS'
);
sys_function_assign_pkg
.
func_load
(
'RENT3004'
,
'收款事
务
'
,
''
,
'F'
,
'modules/hls_rent/RENT300/rent_receipt_fee.screen'
,
'1'
,
'US'
);
--sys_function_assign_pkg.func_load('RENT3005','手工收款新增','','F','modules/hls_rent/RENT300/rent_manual_receipt.screen','1','ZHS');
--sys_function_assign_pkg.func_load('RENT3005','手工收款新增','','F','modules/hls_rent/RENT300/rent_manual_receipt.screen','1','US');
...
...
tables(新)/hls_rent_receipt_fee收款事务表.sql
View file @
99eb97b2
...
...
@@ -21,7 +21,7 @@ create table hls_rent_receipt_fee
receipt_ways
varchar2
(
30
)
not
null
,
receipt_date
date
not
null
,
receipt_amounts
varchar2
(
30
)
not
null
,
verification_amounts
varchar2
(
30
)
not
null
,
verification_amounts
varchar2
(
30
),
currency
varchar2
(
10
)
default
'CNY'
not
null
,
contract_no
varchar2
(
30
)
not
null
,
verification_no
varchar2
(
30
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment