123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <!-- 标本 -->
- <div class="detail" *ngIf="!maskFlag">
- <div class="title">工单信息<i class="icon_transport transport-guanbi" (click)="close()"></i></div>
- <overlay-scrollbars #osComponentRef1 style="height: 90%; flex: 1">
- <div class="content">
- <div class="top" *ngIf="amplificationShow">
- <div class="num">
- <span class="left">单号:{{orderInfo.gdcode}}</span>
- <span class="right">{{orderInfo.gdState.name}}</span>
- </div>
- <div class="info" nz-row>
- <div nz-col nzSpan="8">工单日期:{{orderInfo.startTime}}</div>
- <div nz-col nzSpan="8">总耗时:{{orderInfo.showTimeNum}}</div>
- <div nz-col nzSpan="8">申请类型:{{orderInfo.taskType.taskName}}<ng-container *ngIf="orderInfo.goodsRemark">-{{orderInfo.goodsRemark}}</ng-container></div>
- <div nz-col nzSpan="8">
- 申请科室:{{orderInfo.createDeptDTO?(!showCoop&&deptDisplay==2?orderInfo.createDeptDTO.deptalias:orderInfo.createDeptDTO.dept):'-'}}
- </div>
- <div nz-col nzSpan="8">起点科室:{{orderInfo.startDept?(!showCoop&&deptDisplay==2?orderInfo.startDept.deptalias:orderInfo.startDept.dept):''}}</div>
- <div nz-col nzSpan="8">目标科室:{{endDepts}}</div>
- <div nz-col nzSpan="8" *ngIf="orderInfo.worker">支助人员信息:{{orderInfo.worker.name}}</div>
- <div nz-col nzSpan="8">预计接收:{{orderInfo.expectReceiveNum?orderInfo.expectReceiveNum:''}}</div>
- <div nz-col nzSpan="8">实际接收:{{orderInfo.actualReceiveNum?orderInfo.actualReceiveNum:''}}</div>
- <div nz-col nzSpan="24" *ngIf="orderInfo.workOrderRemark">备注信息:{{orderInfo.workOrderRemark}}
- </div>
- <div nz-col nzSpan="24" *ngIf="orderInfo.specialCloseReason">
- 特殊情况关闭原因:{{orderInfo.specialCloseReason}}
- </div>
- </div>
- </div>
- <div class="center" *ngIf="amplificationShow">
- <div class="box display_flex justify-content_flex-center">
- <div class="steps" *ngFor="let step of logList;let i=index;">
- <div class="step">
- <div class="info">
- <i
- [ngClass]="{'icon_transport':true, 'transport-icon_liucheng':true,'green':(step.record&&step.record[0]&&step.record[0].operationTime)}"></i>
- <p>{{step.operationName}}</p>
- <p>{{step.record.length>=1?(step.record[0].operationTime|date:'MM-dd HH:mm'):''}}</p>
- <p *ngIf="step.record[0]&&step.record[0].dept">
- <span *ngFor="let dept of step.record">{{!showCoop&&deptDisplay==2?dept.deptalias:dept.dept}},</span>
- </p>
- <p *ngIf="i!=0&&step.record&&step.record.length">耗时{{filterTime(step.record)}}</p>
- </div>
- <div class="line"></div>
- </div>
- </div>
- </div>
- </div>
- <div class="bottom">
- <div class="urgent">
- <div>
- <ng-container *ngIf="amplificationShow&&orderInfo.urgentDetails&&showCoop">
- 加急原因:{{orderInfo.urgentDetails.urgentReason}}
- <button *ngIf="orderInfo.urgentDetails.checkStatus.id==329" class=" btn default" nz-button nzType="primary"
- [nzLoading]="urgentLoading" nzGhost (click)="urgent()">确认加急</button>
- </ng-container>
- </div>
- <!-- <div class="amplification">
- <button
- nz-button
- nzType="primary"
- class="btn default"
- (click)="amplification()"
- >
- {{ amplificationShow ? "放大" : "还原" }}
- </button>
- </div> -->
- </div>
- <!-- <div class="table">
- <nz-table class="detailSampleTable" [nzData]="orderInfo.specimenSet" nzSize="small" [nzShowPagination]="null">
- <thead>
- <tr class="thead">
- <th nzWidth="4%">序号</th>
- <th nzWidth="8%">申请科室</th>
- <th nzWidth="7%">患者姓名</th>
- <th nzWidth="5%">标本编码</th>
- <th nzWidth="8%">检验项目</th>
- <th nzWidth="8%">标本类型</th>
- <th nzWidth="5%">状态</th>
- <th nzWidth="8%">收取时间</th>
- <th nzWidth="8%">收取人</th>
- <th nzWidth="8%">中转时间</th>
- <th nzWidth="8%">送达时间</th>
- <th nzWidth="8%">送达人</th>
- <th nzWidth="8%">终点科室</th>
- </tr>
- </thead>
- <tbody *ngIf="orderInfo.specimenSet">
- <tr *ngFor="let data of orderInfo.specimenSet;let i =index;">
- <td>{{ i + 1 }}</td>
- <td>{{ data.sickRoom ? data.sickRoom.dept : "-" }}</td>
- <td>{{ data.patientName}}<span *ngIf="data.bedNum">({{data.bedNum}})</span><br>{{data.residenceNo}}</td>
- <td>{{ data.scode || "-" }}</td>
- <td>{{ data.specimenDesc || "-" }}</td>
- <td>{{ data.stype ? data.stype.name : "-" }}</td>
- <td>{{ data.speState ? data.speState.name : "-" }}</td>
- <td>{{ data.arriveTime || "-" }}</td>
- <td>{{ data.receiverName || "-" }}</td>
- <td>{{ data.transTime || '-' }}</td>
- <td>{{ data.sendTime || '-' }}</td>
- <td>{{ data.delivererName || "-" }}</td>
- <td>
- {{ data.checkDept ? (!showCoop&&deptDisplay==2?data.checkDept.deptalias:data.checkDept.dept) : "-" }}
- <img *ngIf="data.urgent == 1"
- src="../../assets/images/icon_ji.png" alt="" class="ji"></td>
- </tr>
- </tbody>
- </nz-table>
- </div> -->
- </div>
- </div>
- </overlay-scrollbars>
- <div class="btns display_flex justify-content_flex-center align-items_center">
- <!-- <button *ngIf="showCoop&&orderInfo.gdState.value==2" nz-button nzType="primary" (click)='allotWorker()'>派单</button>
- <button *ngIf="showCoop&&(orderInfo.gdState.value==3||orderInfo.gdState.value==4)" nz-button nzType="primary" nzGhost
- (click)="openRecallModal()">撤回</button>
- <button *ngIf="showCoop&&(orderInfo.gdState.value==2||orderInfo.gdState.value==3||orderInfo.gdState.value==4)" nz-button
- nzType="danger" (click)="openDelModal()">删除</button> -->
- <button *ngIf="orderInfo.taskType.associationType.value == 'ordinary' && orderInfo.taskType.ordinaryField.value == 'blood'" class="btn default" nz-button nzType="default" (click)="viewDetail(orderInfo)">
- 业务数据
- </button>
- <button class=" btn cancel" nz-button nzType="default" (click)="close()">取消</button>
- </div>
- </div>
- <!-- 撤回工单 -->
- <div class="recallOrder display_flex justify-content_flex-center align-items_center" *ngIf="recallOrderShow">
- <div class="modalBody">
- <div class="title">提示<i class="icon_transport transport-guanbi" (click)="closeRecallOrderModal()"></i></div>
- <div class="content">
- <div class="icon"><i class="icon_transport transport-wenhao"></i></div>
- <div class="defeat">您确认要撤回此工单吗?</div>
- </div>
- <div class="btns display_flex justify-content_flex-center align-items_center">
- <button nz-button nzType="primary" [nzLoading]='btnLoading' (click)="confirmRec()">确认</button>
- <button nz-button nzType="primary" [nzLoading]='recLoading' nzGhost (click)="recAndDel()">撤回并删除</button>
- <button class=" btn cancel" nz-button nzType="default" (click)="closeRecallOrderModal()">关闭</button>
- </div>
- </div>
- </div>
- <!-- 删除工单 -->
- <div class="recallOrder display_flex justify-content_flex-center align-items_center delModel" *ngIf="delOrderShow">
- <div class="modalBody">
- <div class="title">提示<i class="icon_transport transport-guanbi" (click)="closeDelOrderModal()"></i></div>
- <div class="content">
- <div class="icon"><i class="icon_transport transport-wenhao"></i></div>
- <div class="defeat">您确认要删除此工单吗?</div>
- </div>
- <div class="btns display_flex justify-content_flex-center">
- <button nz-button nzType="primary" [nzLoading]='btnLoading' (click)="confirmDel()">确认</button>
- <!-- <button class="candelBtn btn display_flex justify-content_flex-center" nz-button nzType="primary" nzGhost>撤回并删除</button> -->
- <button class=" btn cancel" nz-button nzType="default" (click)="closeDelOrderModal()">取消</button>
- </div>
- </div>
- </div>
- <!-- 业务数据查看 -->
- <app-blood-detail-modal
- *ngIf="bloodModalShow"
- [show]="bloodModalShow"
- [orderId]="orderId"
- (closeModelHs)="closeModelBlood($event)"
- ></app-blood-detail-modal>
- <!-- 操作成功/失败提示框 -->
- <app-prompt-modal *ngIf="promptModalShow" [content]="promptContent" [success]="ifSuccess" [show]="promptModalShow"
- [info]="promptInfo" (closeModel)="close()">
- <!-- 2.父组件调用子组件时绑定到这个事件属性,并在事件发生时作出回应。(closeModel)="close()" -->
- </app-prompt-modal>
- <!-- 遮罩 -->
- <app-mask *ngIf="maskFlag"></app-mask>
|