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
dd58920f
Commit
dd58920f
authored
Jul 31, 2025
by
taoruidan18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I-23893【建机运维】代理店错误地能下载盖章版本的催款通知函
parent
121b63c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
con_contract_rent_download.lview
...bapp/modules/cont/CON620/con_contract_rent_download.lview
+8
-1
No files found.
src/main/webapp/modules/cont/CON620/con_contract_rent_download.lview
View file @
dd58920f
...
...
@@ -11,7 +11,7 @@
<s:server-script
import=
"con_print_path.js"
>
<![CDATA[
set_parameter_file_path();
]]>
</s:server-script>
<
!--<a:model-query model="cont.CON620.get_sys_role" rootPath="role_info"/>--
>
<
a:model-query
model=
"cont.CON620.get_sys_role"
rootPath=
"role_info"
/
>
</a:init-procedure>
<a:view>
<a:link
id=
"con_rent_temp_link"
...
...
@@ -23,6 +23,13 @@
<a:link
id=
"con_rent_down_signatures_link"
url=
"${/request/@context_path}/modules/cont/CON620/create_content_for_collection_download_signatures.lsc"
/>
<script
type=
"text/javascript"
>
<![CDATA[
Leaf.onReady(function() {
if("${/model/role_info/record/@role_code}"!="0018"&&"${/model/role_info/record/@role_code}"!="0019") {
document.getElementById("con_print_signatures_id").style.display = "";
} else {
document.getElementById("con_print_signatures_id").style.display = "none";
}
});
//生成催收函word
function con_print_word_create() {
Leaf.Masker.mask(Ext.getBody(), '请稍等......');
...
...
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