|
@@ -172,7 +172,7 @@
|
172
|
172
|
</nz-select>
|
173
|
173
|
</nz-form-control>
|
174
|
174
|
</nz-form-item>
|
175
|
|
-
|
|
175
|
+
|
176
|
176
|
<nz-form-item>
|
177
|
177
|
<nz-form-label [nzSm]="6" [nzXs]="24" nzFor="floorId">楼层</nz-form-label>
|
178
|
178
|
<nz-form-control nzErrorTip="请选择楼层!">
|
|
@@ -183,7 +183,7 @@
|
183
|
183
|
</nz-select>
|
184
|
184
|
</nz-form-control>
|
185
|
185
|
</nz-form-item>
|
186
|
|
-
|
|
186
|
+
|
187
|
187
|
<nz-form-item>
|
188
|
188
|
<nz-form-label [nzSm]="6" [nzXs]="24" nzFor="address">详细地址</nz-form-label>
|
189
|
189
|
<nz-form-control>
|
|
@@ -192,7 +192,7 @@
|
192
|
192
|
</nz-input-group>
|
193
|
193
|
</nz-form-control>
|
194
|
194
|
</nz-form-item>
|
195
|
|
-
|
|
195
|
+
|
196
|
196
|
<nz-form-item>
|
197
|
197
|
<nz-form-label [nzSm]="6" [nzXs]="24" nzFor="phone">联系电话</nz-form-label>
|
198
|
198
|
<nz-form-control>
|
|
@@ -228,18 +228,18 @@
|
228
|
228
|
<div class="form-title"><span class="font-weight-500">患者信息:</span>{{detailsData.patientDTO.patientName}} ({{detailsData.patientDTO.bedNum}}床)</div>
|
229
|
229
|
<div class="form-title"><span class="font-weight-500">年龄:</span>{{detailsData.patientDTO.age||'-'}}岁</div>
|
230
|
230
|
</div>
|
231
|
|
-
|
|
231
|
+
|
232
|
232
|
<div class="form-title-box">
|
233
|
233
|
<div class="form-title"><span class="font-weight-500">检验项目:</span>{{project||'无'}}</div>
|
234
|
234
|
</div>
|
235
|
|
-
|
|
235
|
+
|
236
|
236
|
<div class="form-list">
|
237
|
237
|
<div class="form-title font-weight-500">诊断:</div>
|
238
|
238
|
<div class="indent">
|
239
|
239
|
{{detailsData.diagnose||'无'}}
|
240
|
240
|
</div>
|
241
|
241
|
</div>
|
242
|
|
-
|
|
242
|
+
|
243
|
243
|
<div class="form-list">
|
244
|
244
|
<div class="form-title font-weight-500">病历摘要:</div>
|
245
|
245
|
<div class="indent">{{detailsData.medicalRecords||'无'}}</div>
|
|
@@ -254,13 +254,13 @@
|
254
|
254
|
<div class="form-title"><span class="font-weight-500">标本数量:</span>{{detailsData.specimenNum||'无'}}</div>
|
255
|
255
|
<div class="form-title"><span class="font-weight-500">部位:</span>{{detailsData.takePart||'无'}}</div>
|
256
|
256
|
</div>
|
257
|
|
-
|
|
257
|
+
|
258
|
258
|
<div class="form-title-box">
|
259
|
259
|
<div class="form-title"><span class="font-weight-500">送检医生:</span>{{detailsData.surgeryDoctorDTO?detailsData.surgeryDoctorDTO.name : '-'}}</div>
|
260
|
260
|
<div class="form-title"><span class="font-weight-500">离体时间:</span>{{detailsData.inVitroTime?(detailsData.inVitroTime|date:'yyyy-MM-dd HH:mm:ss'):'无'}}</div>
|
261
|
261
|
<div class="form-title"><span class="font-weight-500">固定时间:</span>{{detailsData.fixationTime?(detailsData.fixationTime|date:'yyyy-MM-dd HH:mm:ss'):'无'}}</div>
|
262
|
262
|
</div>
|
263
|
|
-
|
|
263
|
+
|
264
|
264
|
<div class="form-list">
|
265
|
265
|
<div class="form-title font-weight-500">标本:</div>
|
266
|
266
|
<div class="form-title specimen-list">
|
|
@@ -271,7 +271,7 @@
|
271
|
271
|
</div>
|
272
|
272
|
|
273
|
273
|
</div>
|
274
|
|
-
|
|
274
|
+
|
275
|
275
|
<div class="content-item-right">
|
276
|
276
|
<div class="step-title">病理闭环</div>
|
277
|
277
|
<nz-steps [nzCurrent]="stepLength" nzDirection="vertical" nzSize="small">
|
|
@@ -303,13 +303,13 @@
|
303
|
303
|
<!-- 操作成功/失败提示框 -->
|
304
|
304
|
<app-prompt-modal *ngIf="promptModalShow" [content]="promptContent" [success]="ifSuccess" [show]="promptModalShow"
|
305
|
305
|
[info]="promptInfo" (closeModel)="closeModel()"></app-prompt-modal>
|
306
|
|
-
|
|
306
|
+
|
307
|
307
|
|
308
|
308
|
<div class="mask-style" *ngIf="isSpinning">
|
309
|
309
|
<nz-spin nzSimple class="spin-style"></nz-spin>
|
310
|
310
|
</div>
|
311
|
311
|
|
312
|
|
-<router-outlet (deactivate)="getConnectList($event)"></router-outlet>
|
|
312
|
+<router-outlet (deactivate)="getConnectList()"></router-outlet>
|
313
|
313
|
|
314
|
314
|
<!-- 快速报修 -->
|
315
|
315
|
<div class="commonModal display_flex justify-content_flex-center align-items_center" *ngIf="bxModal" (click)="clickExtra($event)">
|
|
@@ -419,4 +419,4 @@
|
419
|
419
|
[btnLoading]="btnLoading"
|
420
|
420
|
(confirmDelEvent)="confirmDelBx()"
|
421
|
421
|
content="您确认要撤销吗?"
|
422
|
|
-></app-dialog-delete>
|
|
422
|
+></app-dialog-delete>
|