|
|
@@ -65,7 +65,7 @@
|
|
|
<div class="salary-calc">
|
|
|
<span>=(({{salary.normal_salary}}+{{salary.probation_salary}})*{{detail.work_hour.work_rate}}%-{{salary.deduction_fee * 1}})*(1-{{rate.person_service_fee_rate}}%)</span>
|
|
|
<span
|
|
|
- v-if="payable"
|
|
|
+ v-if="dev_is_invoice"
|
|
|
>*(1-{{rate.person_tax_rate}}%-{{rate.person_tax_service_fee_rate}}%)</span>
|
|
|
</div>
|
|
|
</section>
|
|
|
@@ -80,8 +80,8 @@
|
|
|
<el-input type="text" :value="returnMoney" disabled></el-input>
|
|
|
=(({{salary.normal_salary}}+{{salary.probation_salary}})-{{baseSalary}})*(1+{{rate.company_service_fee_rate}}%)
|
|
|
<span
|
|
|
- v-if="payable"
|
|
|
- >*(1+{{this.isInvoice ? rate.company_tax_rate : 0}}%)</span>元
|
|
|
+ v-if="is_invoice"
|
|
|
+ >*(1+{{this.is_invoice ? rate.company_tax_rate : 0}}%)</span>元
|
|
|
</section>
|
|
|
<section class="container">
|
|
|
<span class="title">备注说明:</span>
|