Commit 94bb65f1 authored by 18083's avatar 18083

资管费付款会计节点新增字段调整

parent 52e30669
...@@ -48,11 +48,6 @@ ...@@ -48,11 +48,6 @@
document.getElementById('${/parameter/@layout_code}_save').style.display = "none"; document.getElementById('${/parameter/@layout_code}_save').style.display = "none";
} }
} }
if (${/parameter/@source_type}' != 'WFL_ACCT') {
var gridId= 'CSH501D_ASSET_WFL_RE_PAYMENT_REQ_DETAIL_G_csh_payment_req_ln_layout_grid_id';
$(gridId).hideColumn('sbo_num');
$(gridId).hideColumn('journal_date');
}
//进项发票信息 //进项发票信息
var first = document.getElementsByClassName("item-input-wrap"); var first = document.getElementsByClassName("item-input-wrap");
...@@ -84,6 +79,12 @@ ...@@ -84,6 +79,12 @@
if ('${/parameter/@source_type}' == 'WFL_N') { if ('${/parameter/@source_type}' == 'WFL_N') {
record.getField('apply_pay_date').setReadOnly(true); record.getField('apply_pay_date').setReadOnly(true);
} }
if ('${/parameter/@source_type}' != 'WFL_ACCT') {
var gridId= ds.bindname+'_layout_grid_id';
$(gridId).hideColumn('sbo_num');
$(gridId).hideColumn('journal_date');
}
} }
} }
......
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