| | |
| | | <el-form-item label="投保年龄" v-if="item"> |
| | | <span>{{item.minAge}} 至 {{item.maxAge}}</span> |
| | | </el-form-item> |
| | | <el-form-item label="费用" v-if="item"> |
| | | <el-form-item label="费用" v-if="item && item.type==0"> |
| | | <span>{{item.price}}元</span> |
| | | <span v-if="item.timeUnit === 0">/天</span> |
| | | <span v-if="item.timeUnit === 1">/半月</span> |
| | |
| | | <el-table-column |
| | | prop="currentFee" |
| | | align="center" |
| | | label="产生费用(元)"> |
| | | label="已产生费用(元)"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="fee" |
| | |
| | | return { |
| | | form: { |
| | | id: null, |
| | | applyChangId: '', |
| | | applyChangeId: '', |
| | | solutionId: '', |
| | | solutionsName: '', |
| | | applyStartTime: '', |
| | |
| | | this.$nextTick(() => { |
| | | this.$refs.form.resetFields() |
| | | this.form.id = target.id |
| | | this.form.applyChangId = target.applyChangId |
| | | this.form.applyChangeId = target.applyChangId |
| | | this.getDetails() |
| | | this.getapplyChagneDetailList() |
| | | }) |
| | |
| | | // 获取换厂人员 |
| | | getapplyChagneDetailList() { |
| | | applyChagneDetailList({ |
| | | applyChangId: this.form.applyChangId, |
| | | applyChangeId: this.form.applyChangeId, |
| | | types: [2] |
| | | }).then(res => { |
| | | res.forEach(item => { |
| | |
| | | this.pickerOptions = { |
| | | disabledDate(time) { |
| | | // - 8.64e7 |
| | | return time.getTime() > new Date(res.endTime).getTime() || time.getTime() < new Date().getTime() |
| | | return time.getTime() > new Date(res.endTime).getTime() || time.getTime() <new Date(res.startTime).getTime() |
| | | } |
| | | }; |
| | | this.changeSolution1(res.solutionId) |
| | |
| | | // }) |
| | | this.isWorking = true |
| | | update({ |
| | | id: this.form.applyChangId, |
| | | id: this.form.applyChangeId, |
| | | applyId: this.form.id, |
| | | changeDetailList: this.form.factory, |
| | | validTime: this.form.applyStartTime, |