Commit 08518603 authored by 38823's avatar 38823

授信确认调整(经租工作流调整)

parent 9a2153cd
var add_datafilters = [ var add_datafilters = [
{ {
name: '', name: '',
expression: "((t1.credit_status in ('REJECT','APPROVING_OP','APPROVED') and ${/session/@user_id}=11319) or (t1.credit_status in ('REJECT','APPROVING_OP','APPROVED','APPROVING') and ${/session/@user_id}!=11319))" expression: "((t1.credit_status in ('REJECT','APPROVING_OP','APPROVED') and ${/session/@user_id}=11319) or (t1.credit_status in ('REJECT','APPROVING','APPROVED') and ${/session/@user_id}=10399) or (t1.credit_status in ('REJECT','APPROVING_OP','APPROVED','APPROVING') and ${/session/@user_id} not in (11319,10399)))"
}, },
{ {
name : "unit_code", name : "unit_code",
......
...@@ -120,6 +120,7 @@ $Purpose: 商业伙伴授信维护 ...@@ -120,6 +120,7 @@ $Purpose: 商业伙伴授信维护
}); });
window['${/parameter/@layout_code}_unlock_layout_dynamic_window'](); window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
$(credit_ds).query(); $(credit_ds).query();
$(op_credit_ds).query();
}, },
error: function() { error: function() {
}, },
...@@ -189,6 +190,7 @@ $Purpose: 商业伙伴授信维护 ...@@ -189,6 +190,7 @@ $Purpose: 商业伙伴授信维护
}); });
// window['${/parameter/@layout_code}_unlock_layout_dynamic_window'](); // window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
$(credit_ds).query(); $(credit_ds).query();
$(op_credit_ds).query();
}, },
error: function() { error: function() {
}, },
......
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