| | |
| | | size="mini" |
| | | :disabled="multiple" |
| | | @click="batch" |
| | | v-hasPermi="['reservation:reservation:remove']" |
| | | |
| | | >撤销预约</el-button |
| | | > |
| | | <!-- v-hasPermi="['reservation:reservation:remove']" --> |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | |
| | | size="mini" |
| | | :disabled="single" |
| | | @click="receipt" |
| | | v-hasPermi="['reservation:reservation:remove']" |
| | | |
| | | >补打小票</el-button |
| | | > |
| | | <!-- v-hasPermi="['reservation:reservation:remove']" --> |
| | | </el-col> |
| | | <right-toolbar |
| | | :showSearch.sync="showSearch" |
| | |
| | | } |
| | | tjReappoint(data).then((res) => { |
| | | if (res.code === 200) { |
| | | this.$modal.msgSuccess("登记成功"); |
| | | this.$modal.msgSuccess("预约成功"); |
| | | } |
| | | _this.drawer = false; |
| | | }); |