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
406585c2
Commit
406585c2
authored
May 20, 2024
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sbo导入 导入前租赁时间的校验
parent
ec7fa42d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
insert_hls_journal_tmp.lwm
...app/WEB-INF/classes/hls/HLS536/insert_hls_journal_tmp.lwm
+5
-2
hls_journal_import_trans_upload.lview
.../modules/hls/HLS536/hls_journal_import_trans_upload.lview
+4
-0
No files found.
src/main/webapp/WEB-INF/classes/hls/HLS536/insert_hls_journal_tmp.lwm
View file @
406585c2
...
...
@@ -8,7 +8,8 @@
hls_journal_import_pkg.insert_hls_journal_tmp(p_user_id =>
${/session/@user_id},
p_header_id => ${@header_id},
p_company_id => ${/session/@company_id},
p_count =>${@v_count},
p_count =>${@v_count},
p_final_count =>${@v_final_count},
p_template_type=>${@template_type}
);
END;
...
...
@@ -17,7 +18,9 @@
<bm:parameter
inputPath=
"/session/@user_id"
/>
<bm:parameter
inputPath=
"/session/@session_id"
/>
<bm:parameter
inputPath=
"/session/@template_type"
/>
<bm:parameter
name=
"v_count"
dataType=
"java.lang.Long"
input=
"false"
output=
"true"
outputPath=
"@v_count"
/>
<bm:parameter
name=
"v_final_count"
dataType=
"java.lang.Long"
input=
"false"
output=
"true"
outputPath=
"@v_final_count"
/>
<bm:parameter
name=
"v_count"
dataType=
"java.lang.Long"
input=
"false"
output=
"true"
outputPath=
"@v_count"
/>
</bm:parameters>
</bm:operation>
<bm:operation
name=
"update"
>
...
...
src/main/webapp/modules/hls/HLS536/hls_journal_import_trans_upload.lview
View file @
406585c2
...
...
@@ -26,6 +26,10 @@
Leaf.showInfoMessage('成功','导入成功!',function(){
window.location.href = $('hls_journal_entrance_import_link').getUrl();
});
}else if (res.result.v_final_count>0){
Leaf.showInfoMessage('提示','贷款最终到期日为空,请检查!',function(){
window.location.href = $('hls_journal_entrance_import_link').getUrl();
});
}else{
Leaf.showInfoMessage('失败','导入失败!',function(){
window.location.href = $('hls_journal_entrance_import_link').getUrl();
...
...
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