借款审批
{{ applierUserName }}
{{ form.applyDate }}
+ 选择项目
¥ {{ totalBudget.toFixed(2) }}
¥ {{ hasBorrow.toFixed(2) }}
¥ {{ (totalBudget - hasBorrow).toFixed(2) }}
¥ {{ (this.form.applyAmount ? this.form.applyAmount : 0).toFixed(2) }}
超过预算金额:¥ {{ getMoreAmount('0') }}
¥ {{ (this.form.managerAmount ? this.form.managerAmount : 0).toFixed(2) }}
超过预算金额:¥ {{ getMoreAmount('1') }}
保存
退回
{{ taskName == '借款申请' ? '提交申请' : '提交审核' }}