Commit 105fa5ef authored by stone's avatar stone

【fix】修复bug

parent eff855b5
......@@ -137,9 +137,9 @@
}
}
if (name == 'req_date') {
for (var i = 0; i < lineRecords.length; i++) {
/* for (var i = 0; i < lineRecords.length; i++) {
lineRecords[i].set('apply_pay_date', value);
}
}*/
} else if (name == 'bp_id' || name == 'bp_id_n' || name == 'bp_bank_account_id' || name == 'bp_bank_account_id_n' || name == 'bp_bank_account_num' || name == 'bp_bank_account_name' || name == 'bp_name' || name == 'bp_category' || name == 'bp_category_desc') {
for (var j = 0; j < lineRecords.length; j++) {
var lineRecord = lineRecords[j];
......
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