调度h5修改

This commit is contained in:
2025-12-04 10:06:45 +08:00
parent f3716466e9
commit 7f0109bfcc

View File

@@ -61,32 +61,33 @@
<div class="dialog_wrap">
<img class="add_report_bg" src="@/assets/report/add_report_bg.png" alt="">
<div class="report_content">
<div class="report_title" style="margin-bottom: 10px;text-align: center;color: #000;"><span>{{currentInfo.name}}</span></div>
<template v-if="currentInfo.component == 'time'">
<!--预约时间报备 s -->
<div class="report_title">
<img class="dot" src="@/assets/report/add_report_dot.png" alt="">
<span>预约时间</span>
</div>
<el-date-picker class="report_time_content owner_time high-zindex-picker"
<!--<el-date-picker class="report_time_content owner_time high-zindex-picker"
v-model="appointTime"
type="datetime"
:picker-options="pickerOptions"
:minutes-step="5"
format="yyyy-MM-dd HH:mm:00"
placeholder="选择日期时间">
</el-date-picker>
</el-date-picker>-->
<!--<el-date-picker
v-model="appointTime"
type="datetime"
placeholder="选择日期时间">
</el-date-picker>-->
<!--<div class="report_time_content" @click="showDatetime = true">
<div class="report_time_content" @click="showDatetime = true">
<div class="report_time_left">
<img class="add_report_time" src="@/assets/report/add_report_time.png" alt="">
<span>{{appointTime || '请选择时间'}}</span>
</div>
<img class="report_arrow" src="@/assets/report/add_report_arrow.png" alt="">
</div>-->
</div>
<!--预约时间报备 e -->
</template>
<template v-if="currentInfo.component == 'address'">
@@ -104,17 +105,15 @@
</div>
<!--修改地址报备 e -->
</template>
<template v-if="currentInfo.component != 'time'">
<div class="report_title">
<img class="dot" src="@/assets/report/add_report_dot.png" alt="">
<span>补充报备内容</span>
<span>补充反馈内容</span>
</div>
<div class="report_common_content">
<textarea class="report_textarea" id="text-input" rows="4" placeholder="点击这里输入补充报备内容" v-model.trim="remark"></textarea>
<!-- <van-field-->
<!-- v-model="remark"-->
<!-- class="report_textarea"-->
<!-- placeholder="点击这里输入补充报备内容" />-->
<textarea class="report_textarea" id="text-input" rows="4" placeholder="点击这里输入补充反馈内容" v-model.trim="remark"></textarea>
</div>
</template>
</div>
<div class="report_btn" @click="saveHandler">
提交报备
@@ -122,7 +121,7 @@
</div>
</van-popup>
<!--<van-popup v-model="showDatetime" round position="bottom" :close-on-click-overlay="false">
<van-popup v-model="showDatetime" round position="bottom" :close-on-click-overlay="false">
<van-datetime-picker
class="dataTime"
v-if="showDatetime"
@@ -133,7 +132,7 @@
@confirm="onConfirm"
@cancel="cancelHandler"
/>
</van-popup>-->
</van-popup>
</div>
<!-- </van-pull-refresh>-->
</template>