| | |
| | | >同步</el-button |
| | | > |
| | | <el-button |
| | | :disabled="dis" |
| | | size="mini" |
| | | type="text" |
| | | v-hasPermi="['reservation:reservation:edit']" |
| | |
| | | @click="bohui(scope.row)" |
| | | >驳回</el-button |
| | | > |
| | | |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getCsList, confirmOrder, cSWebGetPro,dataSynchronization } from "@/api/doctor/examination"; |
| | | import { |
| | | getCsList, |
| | | confirmOrder, |
| | | cSWebGetPro, |
| | | dataSynchronization, |
| | | } from "@/api/doctor/examination"; |
| | | export default { |
| | | dicts: ["dict_tj_status"], |
| | | data() { |
| | | return { |
| | | dis: false, |
| | | createTimeList: "", |
| | | total: 0, |
| | | loading: true, |
| | |
| | | let tjNumber = this.tjnum; |
| | | cSWebGetPro(tjNumber).then((res) => { |
| | | this.xiangmuList = res.data; |
| | | this.xiangmuList.forEach((item) => { |
| | | console.log(item); |
| | | if (item.type == 0) { |
| | | this.dis = true; |
| | | } else { |
| | | this.dis = false; |
| | | } |
| | | }); |
| | | }); |
| | | }); |
| | | }, |
| | |
| | | this.$modal.msgSuccess("同步成功!"); |
| | | } |
| | | }); |
| | | |
| | | }, |
| | | // 驳回按钮 |
| | | bohui(row) { |