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
8ace36f2
Commit
8ace36f2
authored
Dec 12, 2024
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作流批量审批优化
parent
93c8538f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
zj_wfl_to_do_list_batch.lview
...ebapp/modules/zjwfl/WFL5120/zj_wfl_to_do_list_batch.lview
+7
-2
No files found.
src/main/webapp/modules/zjwfl/WFL5120/zj_wfl_to_do_list_batch.lview
View file @
8ace36f2
...
...
@@ -13,9 +13,9 @@
<script
type=
"text/javascript"
>
<![CDATA[
function query_zjwfl5110_toDoDs() {
//
$("zjwfl5110_toDoDs").query();
$("zjwfl5110_toDoDs").query();
window.parent.location.reload();
//
window.parent.location.reload();
}
function winOpen_zjwfl5110_wfl_approve(instance_id, node_id, record_id, workflow_id, record_type) {
...
...
@@ -160,6 +160,10 @@
Leaf.showMessage('提示','请至少选择一条待办进行审批');
return
false;
}
if(params.length
>
50){
Leaf.showMessage('提示','请选择小于50条数据');
return false;
}
if(!comment_test){
$L.showErrorMessage("提示",'请输入审批意见!');
return;
...
...
@@ -365,6 +369,7 @@
treegrid.setColumnSize('submitted_by_name', Math.round(screen_width * 0.18));
treegrid.setColumnSize('document_info', Math.round(screen_width * 0.21));
treegrid.setColumnSize('times', Math.round(screen_width * 0.05));
treegrid.setColumnSize('down_payment_ratio', Math.round(screen_width * 0.05));
treegrid.setColumnSize('credit_flag', Math.round(screen_width * 0.05));
//treegrid.setColumnSize('division', Math.round(screen_width * 0.05));
...
...
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