Commit b37e5ad3 authored by agping's avatar agping

1

parent 56117492
......@@ -492,6 +492,8 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
//费用项目 切换
if($('#cost_type_add').val() == 3){
params.site_id = $('#fee_item_add').val();
params.fee_item = 302;
}else{
params.fee_item = $('#fee_item_add').val();
}
......
......@@ -364,6 +364,8 @@ function switchFeeItem(str){
return '其他费用';
case '301':
return '分部固定成本';
case '302':
return '其他费用';
case '401':
return '同联发展基金';
case '501':
......
......@@ -68,7 +68,7 @@
<td>[%= it[item]['id'] %]</td>
<td></td>
<td>[%= it[item]['apply_for_time'] %]</td>
<td>[%= switchFeeType(it[item]['type']) %]</td>
<td>[%= switchFeeSiteId(it[item]['site_id']) %]</td>
<td>[%= switchFeeItem(it[item]['fee_item']) %]</td>
<td>[%= it[item]['total_fee'] %]</td>
<td>[%= it[item]['store_attendance_num'] %]/[%=it[item]['district_attendance_num'] %]</td>
......
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