Browse Source

Merge branch 'master' into develop

seimin 3 weeks ago
parent
commit
1f7dfe67c2

+ 3 - 4
src/app/views/common-document/common-document.component.html

@@ -10,10 +10,9 @@
10 10
 				<div class="item" (click)='editTree(3)'>修改</div>
11 11
 			</div>
12 12
 			<div class="tree-content">
13
-				<nz-tree [nzData]="nodes" 
13
+				<nz-tree [nzData]="nodes"
14 14
 				(nzClick)="nodeClick($event)"
15 15
 				(nzDblClick)="openFolder($event)"
16
-				[nzExpandedIcon]="mutiExpandedIconTpl"
17 16
 				[nzTreeTemplate]="nzTreeTemplate"
18 17
 				[nzTreeTemplate]="nzTreeTemplate"
19 18
 				>
@@ -179,7 +178,7 @@
179 178
 <!-- 删除树结构模态框 -->
180 179
   <app-dialog-delete [delModal]="delTreeModal" (hideDelModalEvent)="hideTreeModal()" [btnLoading]="btnLoading"
181 180
     (confirmDelEvent)="confirmTree()" content="您确认要删除目录吗?"></app-dialog-delete>
182
-		
181
+
183 182
 <!-- 新增一级目录 -->
184 183
 <div class="save display_flex justify-content_flex-center align-items_center add" *ngIf="addModal">
185 184
 	<div class="modalAddBody">
@@ -210,4 +209,4 @@
210 209
 			<button class="btn cancel" nz-button nzType="default" (click)="hideAddModal()">取消</button>
211 210
 		</div>
212 211
 	</div>
213
-</div>
212
+</div>

+ 12 - 12
src/app/views/web-repairs/web-repairs.component.html

@@ -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>