Commit 0f57dda8 authored by duxinyuan's avatar duxinyuan

1

parent d4e9d638
......@@ -30,10 +30,15 @@ define(['doT', 'text!temp/costParamsmeters_template_tpl.html', 'css!style/home.c
console.log(e)
console.log($(this).val());
if ( $(this).val() -0 > 0 ){
console.log($(this).parent().next().text())
console.log('type:',)
let type = $(this).parent().prev().prev().text() - 0 ;
//提出通联发展基金和总经理基金的成本计算
if ( type < 6 ){
// console.log($(this).parent().next().text())
let otherPrice = $(this).parent().next().text() - 0 ;
let totalPrice = $(this).val()- 0 + otherPrice ;
$(this).parent().next().next().text(totalPrice);
}
} else {
alert('请输入正确的金额')
}
......
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