| | |
| | | applyEndTime: '', |
| | | factory: [] |
| | | }, |
| | | newVersionSolutionId: '', |
| | | pickerOptions: {}, |
| | | price: '', |
| | | endTime: '', // 实际保险生效止期 |
| | |
| | | }) |
| | | getDetail(this.form.id) |
| | | .then(res => { |
| | | console.log(res) |
| | | this.list.push(res) |
| | | this.endTime = res.endTime |
| | | this.form.solutionId = res.solutionId |
| | | this.newVersionSolutionId = res.newVersionSolutionId |
| | | this.form.solutionsName = res.solutionsName |
| | | this.pickerOptions = { |
| | | disabledDate(time) { |
| | |
| | | this.$message.warning('请选择员工') |
| | | return |
| | | } |
| | | this.$refs.confirmJobType.open('确认工种', { solutionId: this.form.solutionId }) |
| | | this.$refs.confirmJobType.open('确认工种', { solutionId: this.newVersionSolutionId }) |
| | | }, |
| | | // 查询全部方案 |
| | | getCompany() { |