From b26d6e357e1a71fa922dba825317601d7d7d6fbe Mon Sep 17 00:00:00 2001
From: yz <yz_0812@outlook.com>
Date: 星期日, 04 四月 2021 13:56:56 +0800
Subject: [PATCH] 添加部门信息
---
src/views/user/archivesEdit.vue | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/views/user/archivesEdit.vue b/src/views/user/archivesEdit.vue
index b94235f..1bed3d3 100644
--- a/src/views/user/archivesEdit.vue
+++ b/src/views/user/archivesEdit.vue
@@ -4132,6 +4132,7 @@
this.fileDate.empId = this.empBaseInfoForm.empId
this.labelfrom.empId = this.empBaseInfoForm.empId
+ this.remarkInfoForm.allDeptName = val.allDeptName
this.remarkInfoForm.certificateNumb = val.certificateNumb
this.remarkInfoForm.empId = val.empId
this.remarkInfoForm.empName = val.empName
@@ -4144,6 +4145,7 @@
this.remarkInfoForm.delFlag = 0
this.$set(this.remarkInfoForm, 'delFlag', 0)
+ this.laborTroubleForm.allDeptName = val.allDeptName
this.laborTroubleForm.certificateNumb = val.certificateNumb
this.laborTroubleForm.empId = val.empId
this.laborTroubleForm.empName = val.empName
@@ -4155,6 +4157,7 @@
this.laborTroubleForm.sex = val.sex
this.$set(this.laborTroubleForm, 'delFlag', 0)
+ this.occupationalForm.allDeptName = val.allDeptName
this.occupationalForm.certificateNumb = val.certificateNumb
this.occupationalForm.empId = val.empId
this.occupationalForm.empName = val.empName
@@ -4166,6 +4169,7 @@
this.occupationalForm.sex = val.sex
this.$set(this.occupationalForm, 'delFlag', 0)
+ this.insuranceForm.allDeptName = val.allDeptName
this.insuranceForm.certificateNumb = val.certificateNumb
this.insuranceForm.empId = val.empId
this.insuranceForm.empName = val.empName
@@ -4177,6 +4181,7 @@
this.insuranceForm.sex = val.sex
this.$set(this.insuranceForm, 'delFlag', 0)
+ this.unemploymentForm.allDeptName = val.allDeptName
this.unemploymentForm.certificateNumb = val.certificateNumb
this.unemploymentForm.empId = val.empId
this.unemploymentForm.empName = val.empName
@@ -4188,6 +4193,7 @@
this.unemploymentForm.sex = val.sex
this.$set(this.unemploymentForm, 'delFlag', 0)
+ this.resignForm.allDeptName = val.allDeptName
this.resignForm.certificateNumb = val.certificateNumb
this.resignForm.empId = val.empId
this.resignForm.empName = val.empName
@@ -4199,6 +4205,7 @@
this.resignForm.sex = val.sex
this.$set(this.resignForm, 'delFlag', 0)
+ this.leaveInfoForm.allDeptName = val.allDeptName
this.leaveInfoForm.certificateNumb = val.certificateNumb
this.leaveInfoForm.empId = val.empId
this.leaveInfoForm.empName = val.empName
@@ -4210,6 +4217,7 @@
this.leaveInfoForm.sex = val.sex
this.$set(this.leaveInfoForm, 'delFlag', 0)
+ this.contractInfoForm.allDeptName = val.allDeptName
this.contractInfoForm.certificateNumb = val.certificateNumb
this.contractInfoForm.empId = val.empId
this.contractInfoForm.empName = val.empName
@@ -4221,6 +4229,7 @@
this.contractInfoForm.sex = val.sex
this.$set(this.contractInfoForm, 'delFlag', 0)
+ this.dimissionAttendForm.allDeptName = val.allDeptName
this.dimissionAttendForm.certificateNumb = val.certificateNumb
this.dimissionAttendForm.empId = val.empId
this.dimissionAttendForm.empName = val.empName
@@ -4232,6 +4241,7 @@
this.dimissionAttendForm.sex = val.sex
this.$set(this.dimissionAttendForm, 'delFlag', 0)
+ this.physicalExamForm.allDeptName = val.allDeptName
this.physicalExamForm.certificateNumb = val.certificateNumb
this.physicalExamForm.empId = val.empId
this.physicalExamForm.empName = val.empName
@@ -4243,6 +4253,7 @@
this.physicalExamForm.sex = val.sex
this.$set(this.physicalExamForm, 'delFlag', 0)
+ this.workExperienceForm.allDeptName = val.allDeptName
this.workExperienceForm.certificateNumb = val.certificateNumb
this.workExperienceForm.empId = val.empId
this.workExperienceForm.empName = val.empName
@@ -4254,6 +4265,7 @@
this.workExperienceForm.sex = val.sex
this.$set(this.workExperienceForm, 'delFlag', 0)
+ this.badRecordForm.allDeptName = val.allDeptName
this.badRecordForm.certificateNumb = val.certificateNumb
this.badRecordForm.empId = val.empId
this.badRecordForm.empName = val.empName
@@ -4265,6 +4277,7 @@
this.badRecordForm.sex = val.sex
this.$set(this.badRecordForm, 'delFlag', 0)
+ this.accidentCasesForm.allDeptName = val.allDeptName
this.accidentCasesForm.certificateNumb = val.certificateNumb
this.accidentCasesForm.empId = val.empId
this.accidentCasesForm.empName = val.empName
--
Gitblit v1.8.0