You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.8 KiB
1 lines
1.8 KiB
const e="工资编号",a="请输入工资编号",t="员工ID",o="请输入员工ID",s="底薪",r="请输入底薪",l="绩效",d="请输入绩效",c="扣款",n="请输入扣款",h="其他补贴",y="请输入其他补贴",P="实发工资",p="请输入实发工资",m="发放状态",S="请输入发放状态",u="发放方式",i="请输入发放方式",I="备注",f="请输入备注",D="工资月份",b="请输入工资月份",M="部门ID",k="请输入部门ID",B="关联的审批流程ID",T="请输入关联的审批流程ID",x="添加工资",_="编辑工资",g="确定要删除该数据吗?",j="请选择开始时间",q="请选择结束时间",v={id:e,idPlaceholder:a,staffId:t,staffIdPlaceholder:o,baseSalary:s,baseSalaryPlaceholder:r,performanceBonus:l,performanceBonusPlaceholder:d,deductions:c,deductionsPlaceholder:n,otherSubsidies:h,otherSubsidiesPlaceholder:y,netSalary:P,netSalaryPlaceholder:p,paymentStatus:m,paymentStatusPlaceholder:S,paymentMethod:u,paymentMethodPlaceholder:i,remarks:I,remarksPlaceholder:f,salaryMonth:D,salaryMonthPlaceholder:b,departmentId:M,departmentIdPlaceholder:k,processId:B,processIdPlaceholder:T,addSalary:x,updateSalary:_,salaryDeleteTips:g,startDate:j,endDate:q};export{x as addSalary,s as baseSalary,r as baseSalaryPlaceholder,c as deductions,n as deductionsPlaceholder,v as default,M as departmentId,k as departmentIdPlaceholder,q as endDate,e as id,a as idPlaceholder,P as netSalary,p as netSalaryPlaceholder,h as otherSubsidies,y as otherSubsidiesPlaceholder,u as paymentMethod,i as paymentMethodPlaceholder,m as paymentStatus,S as paymentStatusPlaceholder,l as performanceBonus,d as performanceBonusPlaceholder,B as processId,T as processIdPlaceholder,I as remarks,f as remarksPlaceholder,g as salaryDeleteTips,D as salaryMonth,b as salaryMonthPlaceholder,t as staffId,o as staffIdPlaceholder,j as startDate,_ as updateSalary};
|
|
|