Commit 9f523914 authored by stone's avatar stone

【fix】去除调试语句

parent 3b063c93
......@@ -128,7 +128,6 @@
record.set('amount_from', formatMoney);
} else if (name == 'amount_to') {
debugger
var formatMoney=value.replace(/\,/g, "");
if (record.get('amount_from') == 'undefined' || record.get('amount_from') == null || record.get('amount_from') == '') {
record.set('amount_from', formatMoney);
......
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