dai 3 years ago
parent
commit
a0b742433a
  1. 4
      src/views/modules/communityService/fuwujilu/addForm.vue
  2. 1
      src/views/modules/visual/command/cpts/serviceInfo.vue

4
src/views/modules/communityService/fuwujilu/addForm.vue

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<div :class="{'visiual-form':source==='visiual'}"> <div class="dialog-h-content scroll-h" :class="{'visiual-form':source==='visiual'}">
<el-form v-if="formType==='add'" <el-form v-if="formType==='add'"
ref="ref_form" ref="ref_form"
@ -146,6 +146,7 @@
<el-date-picker v-model="formData.serviceTimeStart" <el-date-picker v-model="formData.serviceTimeStart"
:picker-options="startPickerOptions" :picker-options="startPickerOptions"
class="item_width_2" class="item_width_2"
style="width:220px"
type="date" type="date"
value-format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss"
value="yyyy-MM-dd" value="yyyy-MM-dd"
@ -155,6 +156,7 @@
<el-date-picker v-model="formData.serviceTimeEnd" <el-date-picker v-model="formData.serviceTimeEnd"
:picker-options="endPickerOptions" :picker-options="endPickerOptions"
class="item_width_2 data-tag" class="item_width_2 data-tag"
style="width:220px"
type="date" type="date"
value-format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss"
value="yyyy-MM-dd" value="yyyy-MM-dd"

1
src/views/modules/visual/command/cpts/serviceInfo.vue

@ -15,6 +15,7 @@
ref="demandEditForm" ref="demandEditForm"
:source="'visiual'" :source="'visiual'"
:formType="'add'" :formType="'add'"
@close="handleClose"
@handleClose="handleClose" @handleClose="handleClose"
@handleOk="handleOk" @handleOk="handleOk"
@dialogOk="handleEditSuccess" @dialogOk="handleEditSuccess"

Loading…
Cancel
Save