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
05b05621
Commit
05b05621
authored
Oct 17, 2025
by
panhong18943
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
五级分类优化
parent
ebcf8f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
9 deletions
+32
-9
rsc_five_class_wfl.lview
src/main/webapp/modules/rsc/RSC510/rsc_five_class_wfl.lview
+32
-9
No files found.
src/main/webapp/modules/rsc/RSC510/rsc_five_class_wfl.lview
View file @
05b05621
...
@@ -71,15 +71,29 @@
...
@@ -71,15 +71,29 @@
//加载时调用(grid,table,gridBox)
//加载时调用(grid,table,gridBox)
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_grid_load'] = function (ds, record, config_records, bp_seq) {
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_grid_load'] = function (ds, record, config_records, bp_seq) {
if ('${/model/wolkflow_path/record/@current_seq}' == '30') {
if ('${/model/wolkflow_path/record/@current_seq}' == '30') {
document.getElementById("RSC_FIVE_CLASS_WFL_query").style.display = "none";
if (document.getElementById("RSC_FIVE_CLASS_WFL_query")){
document.getElementById("RSC_FIVE_CLASS_WFL_user_button1").style.display = "none";
document.getElementById("RSC_FIVE_CLASS_WFL_query").style.display = "none";
document.getElementById("RSC_FIVE_CLASS_WFL_user_button2").style.display = "none";
}
if (document.getElementById("RSC_FIVE_CLASS_WFL_user_button1")){
document.getElementById("RSC_FIVE_CLASS_WFL_user_button1").style.display = "none";
}
if (document.getElementById("RSC_FIVE_CLASS_WFL_user_button2")){
document.getElementById("RSC_FIVE_CLASS_WFL_user_button2").style.display = "none";
}
}
}
if('${/model/wolkflow_path/record/@current_seq}' == '20'){
if('${/model/wolkflow_path/record/@current_seq}' == '20'){
document.getElementById("RSC_FIVE_CLASS_WFL_user_button1").style.display = "none";
if (document.getElementById("RSC_FIVE_CLASS_WFL_user_button1")){
document.getElementById("RSC_FIVE_CLASS_WFL_user_button2").style.display = "none";
document.getElementById("RSC_FIVE_CLASS_WFL_user_button1").style.display = "none";
document.getElementById("RSC_FIVE_CLASS_WFL_RESULT_SAVE_layout_dynamic_button_id").style.display = "none";
}
document.getElementById("RSC_FIVE_CLASS_WFL_RESULT_ADD_layout_dynamic_button_id").style.display = "none";
if (document.getElementById("RSC_FIVE_CLASS_WFL_user_button2")){
document.getElementById("RSC_FIVE_CLASS_WFL_user_button2").style.display = "none";
}
if (document.getElementById("RSC_FIVE_CLASS_WFL_RESULT_SAVE_layout_dynamic_button_id")){
document.getElementById("RSC_FIVE_CLASS_WFL_RESULT_SAVE_layout_dynamic_button_id").style.display = "none";
}
if (document.getElementById("RSC_FIVE_CLASS_WFL_RESULT_ADD_layout_dynamic_button_id")){
document.getElementById("RSC_FIVE_CLASS_WFL_RESULT_ADD_layout_dynamic_button_id").style.display = "none";
}
}
}
var estimate_num = '${/parameter/@estimate_num}';
var estimate_num = '${/parameter/@estimate_num}';
...
@@ -112,6 +126,15 @@
...
@@ -112,6 +126,15 @@
}
}
}
}
}
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_form_add_and_load'] = function(ds, record, config_records, bp_seq) {
var estimate_num = '${/parameter/@estimate_num}';
var ds_id = get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'RESULT', 'con_five_classification');
var ds_id_s=get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'RESULT_SAME', 'con_five_classification');
if ('${/parameter/@modify_flag}' == 'Y'){
Leaf.request({
Leaf.request({
url: $('update_final_sort_id').getUrl(),
url: $('update_final_sort_id').getUrl(),
para: {
para: {
...
@@ -128,8 +151,8 @@
...
@@ -128,8 +151,8 @@
scope: this
scope: this
})
})
}
}
}
;
//刷新
//刷新
window['${/parameter/@layout_code}_user_button2_layout_dynamic_click'] = function() {
window['${/parameter/@layout_code}_user_button2_layout_dynamic_click'] = function() {
var estimate_num = '${/parameter/@estimate_num}';
var estimate_num = '${/parameter/@estimate_num}';
...
...
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