Commit c2288358 authored by 18083's avatar 18083

核销反冲页面调整

parent 379011fa
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
} }
if("${/model/role_info/record/@role_code}"=="0014") { if("${/model/role_info/record/@role_code}"=="0014") {
zjwfl5110_ApproveChecker_add('zjwfl5110_submit', function (type) { zjwfl5110_ApproveChecker_add('zjwfl5110_submit', function (type) {
debugger;
var root_ds = $('${/parameter/@layout_code}_virtual_ds'); var root_ds = $('${/parameter/@layout_code}_virtual_ds');
if (type == 'agree') { if (type == 'agree') {
var headers_ds = $('csh_transaction_receipt_write_off_reverse_detail_head_ds'); var headers_ds = $('csh_transaction_receipt_write_off_reverse_detail_head_ds');
...@@ -185,7 +184,6 @@ ...@@ -185,7 +184,6 @@
<script> <script>
Leaf.onReady(init); Leaf.onReady(init);
function init() { function init() {
debugger;
var headers_ds = $('csh_transaction_receipt_write_off_reverse_detail_head_ds'); var headers_ds = $('csh_transaction_receipt_write_off_reverse_detail_head_ds');
if ('${/model/wolkflow_path/record/@current_seq}' != '10'){ if ('${/model/wolkflow_path/record/@current_seq}' != '10'){
headers_ds.getField('ignore_invoice_check_flag').setReadOnly(true); headers_ds.getField('ignore_invoice_check_flag').setReadOnly(true);
......
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