|
|
@@ -216,7 +216,7 @@ export default {
|
|
|
((salary.normal_salary * 1 + salary.probation_salary * 1) *
|
|
|
(this.detail.work_hour.work_rate / 100) -
|
|
|
salary.deduction_fee * 1) *
|
|
|
- ((rate.origin_person_service_fee_rate -
|
|
|
+ ((rate.person_service_fee_rate -
|
|
|
rate.person_service_fee_rate_reduce) /
|
|
|
100)
|
|
|
);
|