Commit 2cf8942d authored by agping's avatar agping

财务日报优化

parent 0e963a43
...@@ -594,9 +594,7 @@ ...@@ -594,9 +594,7 @@
</div> </div>
<div class="modal-body"> <div class="modal-body">
备注: <textarea name="" rows="" cols=""style="width: 500px;height: 160px;" class="remark-financial"> 备注: <textarea name="" rows="" cols=""style="width: 500px;height: 160px;" class="remark-financial"></textarea>
</textarea>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button btn2" class="btn btn-primary is-submit-pass"> <button type="button btn2" class="btn btn-primary is-submit-pass">
......
...@@ -396,8 +396,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css! ...@@ -396,8 +396,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('#pay_f').html(data.data.total_info.cash); $('#pay_f').html(data.data.total_info.cash);
$('#pay_g').html(data.data.total_info.pos); $('#pay_g').html(data.data.total_info.pos);
$('#pay_h').html(data.data.total_info.other_bank); $('#pay_h').html(data.data.total_info.other_bank);
$('#pay_i').html(); $('#pay_i').html('');
$('#pay_j').html(); $('#pay_j').html('');
} }
//入账总计 //入账总计
...@@ -439,8 +439,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css! ...@@ -439,8 +439,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('#total_f').html(data.data.total_info.cash); $('#total_f').html(data.data.total_info.cash);
$('#total_g').html(data.data.total_info.pos); $('#total_g').html(data.data.total_info.pos);
$('#total_h').html(data.data.total_info.other_bank); $('#total_h').html(data.data.total_info.other_bank);
$('#total_i').html(); $('#total_i').html('');
$('#total_j').html(); $('#total_j').html('');
} }
} }
......
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