|
@@ -111,7 +111,17 @@
|
|
|
}
|
|
|
},
|
|
|
getData(record){
|
|
|
- this.formState = record
|
|
|
+ this.formState={
|
|
|
+ userId :record.userId,
|
|
|
+ name:record.name,
|
|
|
+ orgName:record.orgName,
|
|
|
+ sysOrgCode:record.sysOrgCode,
|
|
|
+ beforeAdjustment:record.beforeAdjustment,
|
|
|
+ salaryIncrease:record.salaryIncrease,
|
|
|
+ salaryReduction:record.salaryReduction,
|
|
|
+ afterAdjustment:record.afterAdjustment,
|
|
|
+ remarks:record.remarks,
|
|
|
+ }
|
|
|
},
|
|
|
changeSalaryIncrease(){
|
|
|
this.formState.afterAdjustment=Number(this.formState.beforeAdjustment)+Number(this.formState.salaryIncrease)
|