Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
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
hlcm
leaf-hlcm
Commits
5402e77b
Commit
5402e77b
authored
Jun 25, 2024
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保证金划转,保证金划转复核,复核状态下拉框顺序修改
parent
8c58fb87
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
cus_deposit_transfer_maintain.lview
...eposit/CUS_DEPOSIT102/cus_deposit_transfer_maintain.lview
+5
-3
cus_transfer_review_maintain.lview
...deposit/CUS_DEPOSIT102/cus_transfer_review_maintain.lview
+4
-1
No files found.
src/main/webapp/modules/cus_deposit/CUS_DEPOSIT102/cus_deposit_transfer_maintain.lview
View file @
5402e77b
...
...
@@ -7,7 +7,7 @@
-->
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
customizationEnabled=
"true"
trace=
"true"
>
<a:init-procedure>
<a:model-query
defaultWhereClause=
"t.code = 'TRANS_REVIEW_STATUS'"
fetchAll=
"true"
model=
"sys.sys_code_values_v"
rootPath=
"review_type"
/>
</a:init-procedure>
<a:view>
<a:link
id=
"check_csh_transaction_status_link_id"
model=
"cus_deposit.CUS_DEPOSIT102.csh_transaction_query"
...
...
@@ -82,7 +82,9 @@
]]>
</script>
<a:dataSets>
<a:dataSet
id=
"DEPOSIT_TRANS_TYPE_DS"
lookupCode=
"DEPOSIT_TRANS_TYPE"
/>
<a:dataSet
id=
"TRANS_REVIEW_STATUS_DS"
lookupCode=
"TRANS_REVIEW_STATUS"
/>
<a:dataSet
id=
"TRANS_REVIEW_STATUS_DS"
>
<a:datas
dataSource=
"/model/review_type"
/>
</a:dataSet>
<a:dataSet
id=
"hls_business_type_ds"
fetchAll=
"true"
>
<a:datas>
<a:record
code_value=
"LEASE"
code_value_name=
"直租"
/>
...
...
src/main/webapp/modules/cus_deposit/CUS_DEPOSIT102/cus_transfer_review_maintain.lview
View file @
5402e77b
...
...
@@ -9,6 +9,7 @@
<a:init-procedure>
<a:model-query
defaultWhereClause=
"t1.role_id=${/session/@role_id}"
fetchAll=
"true"
model=
"cont.CON733.query_roles_info"
rootPath=
"role_code"
/>
<a:model-query
defaultWhereClause=
"t.code = 'TRANS_REVIEW_STATUS'"
fetchAll=
"true"
model=
"sys.sys_code_values_v"
rootPath=
"review_type"
/>
</a:init-procedure>
<a:view>
<a:link
id=
"csh_transaction_detail_link"
url=
"${/request/@context_path}/modules/cus_deposit/CUS_DEPOSIT102/csh_transfer_review_detail.lview"
/>
...
...
@@ -87,7 +88,9 @@
]]>
</script>
<a:dataSets>
<a:dataSet
id=
"DEPOSIT_TRANS_TYPE_DS"
lookupCode=
"DEPOSIT_TRANS_TYPE"
/>
<a:dataSet
id=
"TRANS_REVIEW_STATUS_DS"
lookupCode=
"TRANS_REVIEW_STATUS"
/>
<a:dataSet
id=
"TRANS_REVIEW_STATUS_DS"
>
<a:datas
dataSource=
"/model/review_type"
/>
</a:dataSet>
<a:dataSet
id=
"hls_business_type_ds"
fetchAll=
"true"
>
<a:datas>
<a:record
code_value=
"LEASE"
code_value_name=
"直租"
/>
...
...
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