From 3d93abb55f9160a1719e34f304f11f20434ec8d8 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 06 三月 2021 17:49:13 +0800
Subject: [PATCH] fix(bug修复): 信息录入时提交清除所有已有数据
---
src/views/user/Informationinput.vue | 130 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 130 insertions(+), 0 deletions(-)
diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index ed15a0e..f31c346 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -4102,6 +4102,16 @@
})
},
cleanWorkExperience() {
+ this.workExperienceForm.empId = ''
+ this.workExperienceForm.archivesNumb = ''
+ this.workExperienceForm.deptId = ''
+ this.workExperienceForm.deptName = ''
+ this.workExperienceForm.empNumb = ''
+ this.workExperienceForm.empName = ''
+ this.workExperienceForm.sex = ''
+ this.workExperienceForm.JobId = ''
+ this.workExperienceForm.jobName = ''
+ this.workExperienceForm.certificateNumb = ''
this.workExperienceForm.workUnit = ''
this.workExperienceForm.beginDate = ''
this.workExperienceForm.endDate = ''
@@ -4189,6 +4199,16 @@
})
},
cleanPhysicalExam() {
+ this.physicalExamForm.empId = ''
+ this.physicalExamForm.archivesNumb = ''
+ this.physicalExamForm.deptId = ''
+ this.physicalExamForm.deptName = ''
+ this.physicalExamForm.empNumb = ''
+ this.physicalExamForm.empName = ''
+ this.physicalExamForm.sex = ''
+ this.physicalExamForm.JobId = ''
+ this.physicalExamForm.jobName = ''
+ this.physicalExamForm.certificateNumb = ''
this.physicalExamForm.hospital = ''
this.physicalExamForm.physicalExamDate = ''
this.physicalExamForm.physicalExamType = ''
@@ -4281,6 +4301,16 @@
})
},
cleanContractInfo() {
+ this.contractInfoForm.empId = ''
+ this.contractInfoForm.archivesNumb = ''
+ this.contractInfoForm.deptId = ''
+ this.contractInfoForm.deptName = ''
+ this.contractInfoForm.empNumb = ''
+ this.contractInfoForm.empName = ''
+ this.contractInfoForm.sex = ''
+ this.contractInfoForm.JobId = ''
+ this.contractInfoForm.jobName = ''
+ this.contractInfoForm.certificateNumb = ''
this.contractInfoForm.contractId = ''
this.contractInfoForm.beginDate = ''
this.contractInfoForm.endDate = ''
@@ -4377,6 +4407,16 @@
})
},
cleanDimissionAttend() {
+ this.dimissionAttendForm.empId = ''
+ this.dimissionAttendForm.archivesNumb = ''
+ this.dimissionAttendForm.deptId = ''
+ this.dimissionAttendForm.deptName = ''
+ this.dimissionAttendForm.empNumb = ''
+ this.dimissionAttendForm.empName = ''
+ this.dimissionAttendForm.sex = ''
+ this.dimissionAttendForm.JobId = ''
+ this.dimissionAttendForm.jobName = ''
+ this.dimissionAttendForm.certificateNumb = ''
this.dimissionAttendForm.dimissionAttendId = ''
this.dimissionAttendForm.attendMonth = ''
this.dimissionAttendForm.overtimeHour = ''
@@ -4471,6 +4511,16 @@
})
},
cleanLeaveInfo() {
+ this.leaveInfoForm.empId = ''
+ this.leaveInfoForm.archivesNumb = ''
+ this.leaveInfoForm.deptId = ''
+ this.leaveInfoForm.deptName = ''
+ this.leaveInfoForm.empNumb = ''
+ this.leaveInfoForm.empName = ''
+ this.leaveInfoForm.sex = ''
+ this.leaveInfoForm.JobId = ''
+ this.leaveInfoForm.jobName = ''
+ this.leaveInfoForm.certificateNumb = ''
this.leaveInfoForm.leaveId = ''
this.leaveInfoForm.beginTime = ''
this.leaveInfoForm.endTime = ''
@@ -4567,6 +4617,16 @@
})
},
cleanResign() {
+ this.resignForm.empId = ''
+ this.resignForm.archivesNumb = ''
+ this.resignForm.deptId = ''
+ this.resignForm.deptName = ''
+ this.resignForm.empNumb = ''
+ this.resignForm.empName = ''
+ this.resignForm.sex = ''
+ this.resignForm.JobId = ''
+ this.resignForm.jobName = ''
+ this.resignForm.certificateNumb = ''
this.resignForm.resignId = ''
this.resignForm.applayDate = ''
this.resignForm.reporter = ''
@@ -4657,6 +4717,16 @@
})
},
cleanUnemployment() {
+ this.unemploymentForm.empId = ''
+ this.unemploymentForm.archivesNumb = ''
+ this.unemploymentForm.deptId = ''
+ this.unemploymentForm.deptName = ''
+ this.unemploymentForm.empNumb = ''
+ this.unemploymentForm.empName = ''
+ this.unemploymentForm.sex = ''
+ this.unemploymentForm.JobId = ''
+ this.unemploymentForm.jobName = ''
+ this.unemploymentForm.certificateNumb = ''
this.unemploymentForm.unemploymentId = ''
this.unemploymentForm.applayDate = ''
this.unemploymentForm.applayReason = ''
@@ -4749,6 +4819,16 @@
})
},
cleanInsurance() {
+ this.insuranceForm.empId = ''
+ this.insuranceForm.archivesNumb = ''
+ this.insuranceForm.deptId = ''
+ this.insuranceForm.deptName = ''
+ this.insuranceForm.empNumb = ''
+ this.insuranceForm.empName = ''
+ this.insuranceForm.sex = ''
+ this.insuranceForm.JobId = ''
+ this.insuranceForm.jobName = ''
+ this.insuranceForm.certificateNumb = ''
this.insuranceForm.insuranceId = ''
this.insuranceForm.applayDate = ''
this.insuranceForm.proposer = ''
@@ -4844,6 +4924,16 @@
})
},
cleanAccidentCases() {
+ this.accidentCasesForm.empId = ''
+ this.accidentCasesForm.archivesNumb = ''
+ this.accidentCasesForm.deptId = ''
+ this.accidentCasesForm.deptName = ''
+ this.accidentCasesForm.empNumb = ''
+ this.accidentCasesForm.empName = ''
+ this.accidentCasesForm.sex = ''
+ this.accidentCasesForm.JobId = ''
+ this.accidentCasesForm.jobName = ''
+ this.accidentCasesForm.certificateNumb = ''
this.accidentCasesForm.accidentId = ''
this.accidentCasesForm.injuredTime = ''
this.accidentCasesForm.injuredAddress = ''
@@ -4964,6 +5054,16 @@
})
},
cleanOccupational() {
+ this.occupationalForm.empId = ''
+ this.occupationalForm.archivesNumb = ''
+ this.occupationalForm.deptId = ''
+ this.occupationalForm.deptName = ''
+ this.occupationalForm.empNumb = ''
+ this.occupationalForm.empName = ''
+ this.occupationalForm.sex = ''
+ this.occupationalForm.JobId = ''
+ this.occupationalForm.jobName = ''
+ this.occupationalForm.certificateNumb = ''
this.occupationalForm.occupationalId = ''
this.occupationalForm.injuredTime = ''
this.occupationalForm.injuredAddress = ''
@@ -5104,6 +5204,16 @@
})
},
cleanLaborTrouble() {
+ this.laborTroubleForm.empId = ''
+ this.laborTroubleForm.archivesNumb = ''
+ this.laborTroubleForm.deptId = ''
+ this.laborTroubleForm.deptName = ''
+ this.laborTroubleForm.empNumb = ''
+ this.laborTroubleForm.empName = ''
+ this.laborTroubleForm.sex = ''
+ this.laborTroubleForm.JobId = ''
+ this.laborTroubleForm.jobName = ''
+ this.laborTroubleForm.certificateNumb = ''
this.laborTroubleForm.arbitrationId = ''
this.laborTroubleForm.arbitrationDate = ''
this.laborTroubleForm.arbitrationType = ''
@@ -5156,6 +5266,16 @@
this.search()
},
cleanBadRecord() {
+ this.badRecordForm.empId = ''
+ this.badRecordForm.archivesNumb = ''
+ this.badRecordForm.deptId = ''
+ this.badRecordForm.deptName = ''
+ this.badRecordForm.empNumb = ''
+ this.badRecordForm.empName = ''
+ this.badRecordForm.sex = ''
+ this.badRecordForm.JobId = ''
+ this.badRecordForm.jobName = ''
+ this.badRecordForm.certificateNumb = ''
this.badRecordForm.badId = ''
this.badRecordForm.badDate = ''
this.badRecordForm.reporter = ''
@@ -5289,6 +5409,16 @@
})
},
cleanRemarkInfo() {
+ this.remarkInfoForm.empId = ''
+ this.remarkInfoForm.archivesNumb = ''
+ this.remarkInfoForm.deptId = ''
+ this.remarkInfoForm.deptName = ''
+ this.remarkInfoForm.empNumb = ''
+ this.remarkInfoForm.empName = ''
+ this.remarkInfoForm.sex = ''
+ this.remarkInfoForm.JobId = ''
+ this.remarkInfoForm.jobName = ''
+ this.remarkInfoForm.certificateNumb = ''
this.remarkInfoForm.remarkId = ''
this.remarkInfoForm.remarkContent = ''
this.remarkInfoForm.remarkDate = ''
--
Gitblit v1.8.0