Commit 8ace36f2 authored by 38823's avatar 38823

工作流批量审批优化

parent 93c8538f
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
<script type="text/javascript"><![CDATA[ <script type="text/javascript"><![CDATA[
function query_zjwfl5110_toDoDs() { 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) { function winOpen_zjwfl5110_wfl_approve(instance_id, node_id, record_id, workflow_id, record_type) {
...@@ -160,6 +160,10 @@ ...@@ -160,6 +160,10 @@
Leaf.showMessage('提示','请至少选择一条待办进行审批'); Leaf.showMessage('提示','请至少选择一条待办进行审批');
return false; return false;
} }
if(params.length > 50){
Leaf.showMessage('提示','请选择小于50条数据');
return false;
}
if(!comment_test){ if(!comment_test){
$L.showErrorMessage("提示",'请输入审批意见!'); $L.showErrorMessage("提示",'请输入审批意见!');
return; return;
...@@ -365,6 +369,7 @@ ...@@ -365,6 +369,7 @@
treegrid.setColumnSize('submitted_by_name', Math.round(screen_width * 0.18)); treegrid.setColumnSize('submitted_by_name', Math.round(screen_width * 0.18));
treegrid.setColumnSize('document_info', Math.round(screen_width * 0.21)); treegrid.setColumnSize('document_info', Math.round(screen_width * 0.21));
treegrid.setColumnSize('times', Math.round(screen_width * 0.05)); treegrid.setColumnSize('times', Math.round(screen_width * 0.05));
treegrid.setColumnSize('down_payment_ratio', 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('credit_flag', Math.round(screen_width * 0.05));
//treegrid.setColumnSize('division', Math.round(screen_width * 0.05)); //treegrid.setColumnSize('division', Math.round(screen_width * 0.05));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment