|
|
@@ -80,7 +80,7 @@
|
|
|
=(({{salary.normal_salary}}+{{salary.probation_salary}})-{{baseSalary}})*(1+{{rate.company_service_fee_rate}}%)
|
|
|
<span
|
|
|
v-if="payable"
|
|
|
- >*(1+{{detail.is_invoice ? rate.company_tax_rate : 0}}%)</span>元
|
|
|
+ >*(1+{{detail.dev_is_invoice ? rate.person_total_tax_rate : 0}}%)</span>元
|
|
|
</section>
|
|
|
<section class="container">
|
|
|
<span class="title">备注说明:</span>
|
|
|
@@ -324,7 +324,7 @@ export default {
|
|
|
work_rate: this.detail.work_hour.work_rate,
|
|
|
// 扣减工资(数值,两位小数)
|
|
|
deduction_fee: this.salary.deduction_fee,
|
|
|
- // 是否要发票(0-不需要 1-需要)
|
|
|
+ // 是否要纳税(0-不需要 1-需要)
|
|
|
is_invoice: this.payable ? 1 : 0,
|
|
|
// 退还金额(数值,两位小数)
|
|
|
return_money: this.returnMoney,
|