| | |
| | | @change="getTimeVal" |
| | | v-model="form.applyStartTime" |
| | | type="date" |
| | | class="date_picker" |
| | | :disabled="!form.solutionId" |
| | | :picker-options="pickerOptions" |
| | | value-format="yyyy-MM-dd" |
| | | format="yyyy 年 MM 月 dd 日" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择日期"> |
| | | </el-date-picker> |
| | | <span style="color: #F95601; font-size: 14px;">(次日生效投保请于17:30前提交,超时提交以保险单为准)</span> |
| | |
| | | disabled |
| | | v-model="form.applyEndTime" |
| | | type="date" |
| | | value-format="yyyy-MM-dd" |
| | | format="yyyy 年 MM 月 dd 日" |
| | | class="date_picker" |
| | | :picker-options="pickerOptions" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择日期"> |
| | | </el-date-picker> |
| | | </el-form-item> |
| | |
| | | this.form.applyStartTime = '' |
| | | this.form.applyEndTime = '' |
| | | if (target && target.id) { |
| | | this.form.id = target.id |
| | | this.getDetails() |
| | | this.$nextTick(() => { |
| | | this.$refs.form.resetFields() |
| | | this.form.id = target.id |
| | | this.getDetails() |
| | | }) |
| | | } else { |
| | | this.$nextTick(() => { |
| | | this.$refs.form.resetFields() |
| | |
| | | startDate: time |
| | | }).then(res => { |
| | | this.price = res.cyclePrice |
| | | this.form.applyEndTime = res.endDate.substring(0, 10) |
| | | this.form.applyEndTime = res.endDate |
| | | this.tableData.forEach(item => { |
| | | item.fee = res.cyclePrice |
| | | }) |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | .el-picker-panel__footer .el-button--text.el-picker-panel__link-btn { |
| | | display: none; |
| | | } |
| | | </style> |
| | | |
| | | <style lang="scss" scoped> |
| | | .list { |
| | | width: 100%; |