diff --git a/jinbooks-ui/src/utils/DistData.ts b/jinbooks-ui/src/utils/DistData.ts index a4c2ab7..49d7b29 100644 --- a/jinbooks-ui/src/utils/DistData.ts +++ b/jinbooks-ui/src/utils/DistData.ts @@ -2213,9 +2213,13 @@ const distData: DistData = { value: "companyCosts" }, { - label: "实发工资", + label: "应发工资", value: "salaryPayable" }, + { + label: "实发工资", + value: "actualSalary" + }, { label: "个人所得税", value: "personalIncomeTax" @@ -2237,6 +2241,20 @@ const distData: DistData = { value: "providentFundPaidByEnterprises" } ], + "labor_fee_values": [ + { + label: "劳务费总额", + value: "companyCosts" + }, + { + label: "实发劳务费", + value: "actualSalary" + }, + { + label: "代扣个人所得税", + value: "personalIncomeTax" + } + ], "salary_directions": [ { label: "借", diff --git a/jinbooks-ui/src/views/hr/salary-voucher-rules/template.vue b/jinbooks-ui/src/views/hr/salary-voucher-rules/template.vue index 799903c..8a17e3c 100644 --- a/jinbooks-ui/src/views/hr/salary-voucher-rules/template.vue +++ b/jinbooks-ui/src/views/hr/salary-voucher-rules/template.vue @@ -8,7 +8,7 @@