|
|
|
@ -19,11 +19,6 @@
|
|
|
|
|
<el-form-item label="收件人电话:"> |
|
|
|
|
<el-input v-model="query.deliveryPhone" placeholder="请输入收件人电话"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
<!-- <el-form-item label="顾客姓名:">--> |
|
|
|
|
<!-- <el-input v-model="query.customerName" placeholder="请输入服务类型"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- 查询按钮 --> |
|
|
|
|
<el-form-item> |
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="searchChange">搜 索</el-button> |
|
|
|
|
<el-button icon="el-icon-delete" @click="searchReset()">清 空</el-button> |
|
|
|
@ -33,15 +28,15 @@
|
|
|
|
|
<el-row style="margin-top: 30px"> |
|
|
|
|
<el-button-group> |
|
|
|
|
<el-button type="primary" icon="el-icon-warning" @click="aaa">待确认</el-button> |
|
|
|
|
<el-button type="primary" icon="el-icon-circle-check" @click="bbb" |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-circle-check" @click="bbb" |
|
|
|
|
>已确认<i class="el-icon-arrow-right el-icon--right"></i |
|
|
|
|
></el-button> |
|
|
|
|
></el-button> --> |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-view" @click="ccc">全部</el-button>--> |
|
|
|
|
</el-button-group> |
|
|
|
|
<div class="avue-crud__header"> |
|
|
|
|
<!-- 头部左侧按钮模块 --> |
|
|
|
|
<div class="avue-crud__left" style="margin-top: 20px"> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleAdd">添加预约</el-button> |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-plus" @click="handleAdd">添加预约</el-button> |
|
|
|
|
<el-button |
|
|
|
|
v-if="this.query.reservationStatus === '1'" |
|
|
|
|
type="danger" |
|
|
|
@ -49,7 +44,7 @@
|
|
|
|
|
@click="handleConfirmReservations" |
|
|
|
|
plain |
|
|
|
|
>批量确认 |
|
|
|
|
</el-button> |
|
|
|
|
</el-button> --> |
|
|
|
|
<el-button |
|
|
|
|
v-if="this.query.reservationStatus === '2'" |
|
|
|
|
type="danger" |
|
|
|
@ -96,7 +91,7 @@
|
|
|
|
|
<el-button size="small" @click="cancelReservation(slotProps.scope)">取消预约</el-button> |
|
|
|
|
<br/> |
|
|
|
|
<!-- ${{slotProps.scope}}--> |
|
|
|
|
<el-button v-if="this.query.reservationStatus==='1'?true:false " type="small" @click="confirmReservation(slotProps.scope)">确认预约</el-button> |
|
|
|
|
<!-- <el-button v-if="this.query.reservationStatus==='1'?true:false " type="small" @click="confirmReservation(slotProps.scope)">确认预约</el-button> --> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
|
<!-- <el-popover :visible="visible" placement="top-start" :width="160">--> |
|
|
|
|