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
bc431f19
Commit
bc431f19
authored
Dec 31, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]增加报价按钮
parent
8b6cabde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
prj_project_modify_entrance.lview
...app/modules/prj/PRJ501N/prj_project_modify_entrance.lview
+11
-7
No files found.
src/main/webapp/modules/prj/PRJ501N/prj_project_modify_entrance.lview
View file @
bc431f19
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
-->
-->
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
customizationEnabled=
"true"
dynamiccreateenabled=
"true"
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
customizationEnabled=
"true"
dynamiccreateenabled=
"true"
trace=
"true"
>
trace=
"true"
>
<!-- <a:init-procedure>--
>
<a:init-procedure
>
<!-- <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:init-procedure
>
<a:view>
<a:view>
<a:link
id=
"prj_project_get_layout_code_link_id"
model=
"cont.CON500.con_contract_get_layout_code"
<a:link
id=
"prj_project_get_layout_code_link_id"
model=
"cont.CON500.con_contract_get_layout_code"
modelaction=
"update"
/>
modelaction=
"update"
/>
...
@@ -175,10 +175,6 @@
...
@@ -175,10 +175,6 @@
var project_id = $(ds_id).getSelected()[0].get('project_id');
var project_id = $(ds_id).getSelected()[0].get('project_id');
//根据是否是代理店打印不同的文本
//根据是否是代理店打印不同的文本
var templet_code='';
var templet_code='';
// if("${/model/role_info/record/@role_code}"!="0018"
&&
"${/model/role_info/record/@role_code}"!="0019") {
// templet_code='PROJECT_QUOTATION_N';
// }
templet_code = 'PROJECT_QUOTATION_N';
templet_code = 'PROJECT_QUOTATION_N';
var url=$('prj_quotation_print_link').getUrl() + '?project_id=' + project_id + '
&
templet_code=' + templet_code;
var url=$('prj_quotation_print_link').getUrl() + '?project_id=' + project_id + '
&
templet_code=' + templet_code;
window.open(url, '_self');
window.open(url, '_self');
...
@@ -191,7 +187,15 @@
...
@@ -191,7 +187,15 @@
}
}
};
};
Leaf.onReady(function(){
//上级 btn4 可见
if("${/model/role_info/record/@role_code}"=="0019") {
$('PROJECT_MODIFY_ENTRANCE_user_button4').hide();
}else if("${/model/role_info/record/@role_code}"=="0018"){
$('PROJECT_MODIFY_ENTRANCE_user_button3').hide();
}
})
function check_isload() {
function check_isload() {
}
}
...
...
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