Browse Source

修复BUG和修改样式

seimin 3 months ago
parent
commit
c9ea4a54fc

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

@@ -2619,8 +2619,8 @@
2619
 							<td>{{ data.status?data.status.name:'-'}}</td>
2619
 							<td>{{ data.status?data.status.name:'-'}}</td>
2620
 							<td>
2620
 							<td>
2621
 							  <div class="coop">
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
 									data.status.value==5" (click)="cancellation(data)">作废</span>
2624
 									data.status.value==5" (click)="cancellation(data)">作废</span>
2625
 							  </div>
2625
 							  </div>
2626
 							</td>
2626
 							</td>
@@ -2641,16 +2641,16 @@
2641
 </div>
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
   (confirmDelEvent)="confirmCancellation()" (cancelDelEvent)="cancelCancellation()" content="是否作废申请单?" confirmTxt="是" cancelTxt="否">
2645
   (confirmDelEvent)="confirmCancellation()" (cancelDelEvent)="cancelCancellation()" content="是否作废申请单?" confirmTxt="是" cancelTxt="否">
2646
 </app-dialog-delete>
2646
 </app-dialog-delete>
2647
 
2647
 
2648
 <!-- 新增申请单提示 -->
2648
 <!-- 新增申请单提示 -->
2649
 <nz-modal [(nzVisible)]="isPathologyVisible" nzTitle="提示" (nzOnCancel)="handlePathologyCancel()" (nzOnOk)="handlePathologyOk()">
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
 </nz-modal>
2652
 </nz-modal>
2653
-		
2653
+
2654
 <!-- 修改密码 -->
2654
 <!-- 修改密码 -->
2655
 <nz-modal [(nzVisible)]="isPwdVisible" nzTitle="修改密码" (nzOnCancel)="pwdHandleCancel()" (nzOnOk)="pwdHandleOk()" [nzOkLoading]="pwdIsOkLoading" (nzAfterOpen)="pwdAfterOpen()">
2655
 <nz-modal [(nzVisible)]="isPwdVisible" nzTitle="修改密码" (nzOnCancel)="pwdHandleCancel()" (nzOnOk)="pwdHandleOk()" [nzOkLoading]="pwdIsOkLoading" (nzAfterOpen)="pwdAfterOpen()">
2656
   <div>
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
 	//tab切换
238
 	//tab切换
239
 	tabClick(type){
239
 	tabClick(type){
240
 		this.activeIndex = type
240
 		this.activeIndex = type
241
 		localStorage.setItem("pathologyActiveIndex",type)
241
 		localStorage.setItem("pathologyActiveIndex",type)
242
 		this.getJsData(1)
242
 		this.getJsData(1)
243
 	}
243
 	}
244
-	
244
+
245
 	// 分页
245
 	// 分页
246
 	noType:any='none';
246
 	noType:any='none';
247
 	pageChange(){
247
 	pageChange(){
@@ -571,6 +571,7 @@ export class PathologyCheckComponent implements OnInit, OnDestroy {
571
 				this.scanCodeData = res.data[0]
571
 				this.scanCodeData = res.data[0]
572
 				this.dataType = res.dataType
572
 				this.dataType = res.dataType
573
 				if(res.data[0].pathologySpecimenDTOList.length>1){
573
 				if(res.data[0].pathologySpecimenDTOList.length>1){
574
+          this.muArr = [];
574
 					for(let i of res.data[0].pathologySpecimenDTOList){
575
 					for(let i of res.data[0].pathologySpecimenDTOList){
575
 						if(i.isScan==1){
576
 						if(i.isScan==1){
576
 							this.muArr.push(i)
577
 							this.muArr.push(i)