| | |
| | | <span class="card_left_txt2">{{item.cusSex ? "女" :"男" }}</span> |
| | | </div> --> |
| | | <div class="card_right"> |
| | | <div class="card_right2"> |
| | | <span class="card_right_txt4">排</span> |
| | | <span class="card_right_txt4">队</span> |
| | | <span class="card_right_txt4">中</span> |
| | | </div> |
| | | |
| | | <div class="card_right1"> |
| | | <span class="card_right_txt3">体检号:{{item.tjNumber}}</span> |
| | | <span class="card_right_txt2">泾川县人民医院体检中心</span> |
| | | </div> |
| | | <view class="card_right3"> |
| | | <span |
| | | style="display: flex;align-items: center;justify-content: center;">{{item.tjFinishStatus}}</span> |
| | | style="display: flex;align-items: center;justify-content: center;">{{item.status}}</span> |
| | | </view> |
| | | </div> |
| | | </div> |
| | |
| | | <script> |
| | | import { |
| | | getTiJianList, |
| | | getPaiDuiList |
| | | } from "@/api/system/tjrecord"; |
| | | |
| | | export default { |
| | |
| | | data() { |
| | | return { |
| | | Height: 0, |
| | | reportlist: [ |
| | | { |
| | | tjNumber:123, |
| | | tjFinishStatus:"未检" |
| | | } |
| | | ], |
| | | cusIdCard:"" |
| | | reportlist: [], |
| | | cusIdCard: "" |
| | | } |
| | | }, |
| | | //生命周期方法 —— 页面加载时 |
| | | onLoad(option) { |
| | | this.cusIdCard = option.cusIdCard; |
| | | this.getList(this.cusIdCard); |
| | | this.getList(); |
| | | }, |
| | | methods: { |
| | | /** 查询体检报告列表 */ |
| | | getList() { |
| | | |
| | | getTiJianList(this.cusIdCard).then((response) => { |
| | | // this.reportlist = response.data; |
| | | console.log(this.cusIdCard); |
| | | getTiJianList({ |
| | | idCard: this.cusIdCard |
| | | }).then((response) => { |
| | | this.reportlist = response.data; |
| | | }) |
| | | .catch((err) => { |
| | | console.log(err,"123"); |
| | | }); |
| | | |
| | | }, |
| | | |
| | | //跳转 |
| | | ComparisonReport() { |
| | | uni.navigateTo({ |
| | | url: '/pagesA/ComparisonReport/ComparisonReport' |
| | | }) |
| | | }, |
| | | SearchReport() { |
| | | uni.navigateTo({ |
| | | url: '/pagesA/searchReport/searchReport' |
| | | }) |
| | | }, |
| | | |
| | | |
| | | ReportDetails(tjNumber) { |
| | | uni.navigateTo({ |
| | | url: `/pages/tjrecorddetail/tjrecorddetail?tjNumber=${tjNumber}` |
| | |
| | | min-height: 1240rpx; |
| | | // background: linear-gradient(180deg, #fd8b4d, #f4f8f7, #f7f7f7 100%, ); |
| | | } |
| | | |
| | | .bg-image { |
| | | position: absolute; |
| | | top: 0; |
| | |
| | | transform: translateX(-50%); |
| | | object-fit: cover; |
| | | } |
| | | |
| | | .report { |
| | | padding-top: 30px; |
| | | display: flex; |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | border-radius: 8px 0px 0px 8px; |
| | | border-radius: 16rpx 0px 0px 16rpx; |
| | | background-color: #6FB7FE; |
| | | } |
| | | |
| | | .card_right_txt4 { |
| | | font-size: 12px; |
| | | font-size: 24rpx; |
| | | color: #fff; |
| | | margin-top: 4px; |
| | | margin-top: 8rpx; |
| | | } |
| | | |
| | | .warm { |