瀏覽代碼

修复BUG和修改样式

seimin 3 月之前
父節點
當前提交
c9ea4a54fc

+ 6 - 6
src/app/views/hushijiandan/hushijiandan.component.html

@@ -2619,8 +2619,8 @@
2619 2619
 							<td>{{ data.status?data.status.name:'-'}}</td>
2620 2620
 							<td>
2621 2621
 							  <div class="coop">
2622
-							    <span *ngIf="data.status.value==1 || data.status.value==2 
2623
-									|| data.status.value==3 || data.status.value==4 || 
2622
+							    <span *ngIf="data.status.value==1 || data.status.value==2
2623
+									|| data.status.value==3 || data.status.value==4 ||
2624 2624
 									data.status.value==5" (click)="cancellation(data)">作废</span>
2625 2625
 							  </div>
2626 2626
 							</td>
@@ -2641,16 +2641,16 @@
2641 2641
 </div>
2642 2642
 
2643 2643
 <!-- 作废模态框 -->
2644
-<app-dialog-delete [delModal]="cancellationModal" (hideDelModalEvent)="cancelCancellation()" [btnLoading]="cancellationLoading" 
2644
+<app-dialog-delete [delModal]="cancellationModal" (hideDelModalEvent)="cancelCancellation()" [btnLoading]="cancellationLoading"
2645 2645
   (confirmDelEvent)="confirmCancellation()" (cancelDelEvent)="cancelCancellation()" content="是否作废申请单?" confirmTxt="是" cancelTxt="否">
2646 2646
 </app-dialog-delete>
2647 2647
 
2648 2648
 <!-- 新增申请单提示 -->
2649 2649
 <nz-modal [(nzVisible)]="isPathologyVisible" nzTitle="提示" (nzOnCancel)="handlePathologyCancel()" (nzOnOk)="handlePathologyOk()">
2650
-	<p><span class="red" *ngIf="viewData.length>0">{{viewData[0].patientDTO.patientName}}({{viewData[0].patientDTO.patientCode}})</span>患者已有申请单,如需<span class="red">追加新标本</span>可在<span class="red">原有</span>申请单中<span class="red">添加</span>;您确认要添加新的申请单吗?</p>
2651
-	<p>注意:<span class="red">一个申请单出一个报告,请谨慎添加申请单;</span></p>
2650
+	<p style="font-size: 20px;"><span class="red" *ngIf="viewData.length>0">{{viewData[0].patientDTO.patientName}}({{viewData[0].patientDTO.patientCode}})</span>患者已有申请单,如需<span class="red">追加新标本</span>可在<span class="red">原有</span>申请单中<span class="red">添加</span></p>
2651
+	<p style="font-size: 20px;">注意:<span class="red">一张纸质申请单对应一条申请单数据,请谨慎添加申请单!</span></p>
2652 2652
 </nz-modal>
2653
-		
2653
+
2654 2654
 <!-- 修改密码 -->
2655 2655
 <nz-modal [(nzVisible)]="isPwdVisible" nzTitle="修改密码" (nzOnCancel)="pwdHandleCancel()" (nzOnOk)="pwdHandleOk()" [nzOkLoading]="pwdIsOkLoading" (nzAfterOpen)="pwdAfterOpen()">
2656 2656
   <div>

+ 3 - 2
src/app/views/pathology-check/pathology-check.component.ts

@@ -234,14 +234,14 @@ export class PathologyCheckComponent implements OnInit, OnDestroy {
234 234
 		}
235 235
 
236 236
   }
237
-	
237
+
238 238
 	//tab切换
239 239
 	tabClick(type){
240 240
 		this.activeIndex = type
241 241
 		localStorage.setItem("pathologyActiveIndex",type)
242 242
 		this.getJsData(1)
243 243
 	}
244
-	
244
+
245 245
 	// 分页
246 246
 	noType:any='none';
247 247
 	pageChange(){
@@ -571,6 +571,7 @@ export class PathologyCheckComponent implements OnInit, OnDestroy {
571 571
 				this.scanCodeData = res.data[0]
572 572
 				this.dataType = res.dataType
573 573
 				if(res.data[0].pathologySpecimenDTOList.length>1){
574
+          this.muArr = [];
574 575
 					for(let i of res.data[0].pathologySpecimenDTOList){
575 576
 						if(i.isScan==1){
576 577
 							this.muArr.push(i)