sc
This commit is contained in:
@@ -18,8 +18,13 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="奖金" prop="rewardSalary">
|
||||
<el-input-number v-model="formData.rewardSalary" :min="0" :controls="false" />
|
||||
<el-form-item label="绩效(%)">
|
||||
<el-input-number
|
||||
v-model="formData.jixiaoSalary"
|
||||
:min="0"
|
||||
:max="100"
|
||||
:controls="false"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -49,6 +54,11 @@
|
||||
<el-input-number v-model="formData.fullWorkSalary" :min="0" :controls="false" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="奖金" prop="rewardSalary">
|
||||
<el-input-number v-model="formData.rewardSalary" :min="0" :controls="false" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="其他应发" prop="extraSalary">
|
||||
<el-input-number v-model="formData.extraSalary" :min="0" :controls="false" />
|
||||
@@ -57,16 +67,11 @@
|
||||
</el-row>
|
||||
<el-divider direction="horizontal" content-position="left">应扣</el-divider>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12" :offset="0">
|
||||
<!-- <el-col :span="12" :offset="0">
|
||||
<el-form-item label="绩效">
|
||||
<el-input placeholder="生成后录入" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="考勤">
|
||||
<el-input placeholder="自动计算" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12" :offset="0">
|
||||
@@ -86,6 +91,11 @@
|
||||
<el-input placeholder="自动计算" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="考勤">
|
||||
<el-input placeholder="自动计算" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="其他应扣" prop="extraDeduct">
|
||||
<el-input-number v-model="formData.extraDeduct" :min="0" :controls="false" />
|
||||
|
||||
Reference in New Issue
Block a user