| | |
| | | > |
| | | </template> |
| | | </el-table-column> |
| | | <!-- v-hasPermi="['reservation:reservation:edit']" --> |
| | | <el-table-column label="操作" align="center" width="120px"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | size="mini" |
| | | type="text" |
| | | v-hasPermi="['reservation:reservation:edit']" |
| | | type="text" |
| | | @click="tongbu(scope.row)" |
| | | >同步</el-button |
| | | > |
| | |
| | | :disabled="dis" |
| | | size="mini" |
| | | type="text" |
| | | v-hasPermi="['reservation:reservation:edit']" |
| | | v-show=" |
| | | scope.row.confirmStatus == '299' || |
| | | scope.row.confirmStatus == 288 |
| | |
| | | <el-button |
| | | size="mini" |
| | | type="text" |
| | | v-hasPermi="['reservation:reservation:edit']" |
| | | v-show=" |
| | | scope.row.confirmStatus == '301' || |
| | | scope.row.confirmStatus == 288 |
| | |
| | | if (res.code == 200) { |
| | | // this.$forceUpdate(); |
| | | this.getList(); |
| | | this.xiangmuList = [] |
| | | this.$modal.msgSuccess("提交成功!"); |
| | | } |
| | | }); |