Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
fc1f1c9613
  1. 11
      src/views/modules/secretaryLog/difficulty/difficultyForm.vue
  2. 9
      src/views/modules/secretaryLog/humanisticCare/careForm.vue
  3. 3
      src/views/modules/secretaryLog/workLog/form.vue

11
src/views/modules/secretaryLog/difficulty/difficultyForm.vue

@ -17,7 +17,8 @@
type="textarea"
maxlength="100"
show-word-limit
:rows="3"
:rows="4"
clearable
placeholder="请输入内容"
v-model="formData.content"></el-input>
</el-form-item>
@ -30,7 +31,8 @@
type="textarea"
maxlength="100"
show-word-limit
:rows="3"
:rows="4"
clearable
placeholder="请输入解决方式"
v-model="formData.resolveWay"></el-input>
</el-form-item>
@ -44,6 +46,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
clearable
placeholder="选择时间">
</el-date-picker>
</el-form-item>
@ -56,6 +59,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
clearable
:picker-options="pickerOptions"
@change="handleTime"
placeholder="选择时间">
@ -70,7 +74,8 @@
type="textarea"
maxlength="100"
show-word-limit
:rows="3"
:rows="4"
clearable
placeholder="请输入备注"
v-model="formData.remark"></el-input>
</el-form-item>

9
src/views/modules/secretaryLog/humanisticCare/careForm.vue

@ -15,6 +15,7 @@
style="display: block">
<el-input class="item_width_2"
placeholder="请输入关怀类型"
clearable
v-model="formData.concernType">
</el-input>
</el-form-item>
@ -25,6 +26,7 @@
style="display: block">
<el-input class="item_width_2"
placeholder="请输入关怀人员"
clearable
v-model="formData.resiName">
</el-input>
</el-form-item>
@ -35,6 +37,7 @@
style="display: block">
<el-input class="item_width_2"
placeholder="请输入电话"
clearable
v-model="formData.phone">
</el-input>
</el-form-item>
@ -44,6 +47,7 @@
style="display: block">
<el-input class="item_width_1"
placeholder="请输入地址"
clearable
v-model="formData.address">
</el-input>
</el-form-item>
@ -56,7 +60,8 @@
type="textarea"
maxlength="100"
show-word-limit
:rows="3"
:rows="4"
clearable
placeholder="请输入关怀事项"
v-model="formData.content"></el-input>
</el-form-item>
@ -70,6 +75,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
clearable
placeholder="选择时间">
</el-date-picker>
</el-form-item>
@ -82,6 +88,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
clearable
:picker-options="pickerOptions"
@change="handleTime"
placeholder="选择时间">

3
src/views/modules/secretaryLog/workLog/form.vue

@ -17,6 +17,7 @@
maxlength="100"
show-word-limit
:rows="4"
clearable
:disabled="disabled"
placeholder="请输入内容"
v-model="formData.content"></el-input>
@ -31,6 +32,7 @@
maxlength="100"
show-word-limit
:rows="4"
clearable
:disabled="disabled"
placeholder="请输入工作事项"
v-model="formData.workType"></el-input>
@ -44,6 +46,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
clearable
:disabled="disabled"
:picker-options="pickerOptions"
@change="handleTime"

Loading…
Cancel
Save