|
@@ -263,7 +263,7 @@
|
263
|
263
|
<div class="tab borderB" nz-row>
|
264
|
264
|
<div nz-col nzSpan="6"
|
265
|
265
|
[ngClass]="{'txtC':true,'cur':true, 'borderR':true,'checked':checkedTableType=='other'}"
|
266
|
|
- (click)="checkTable('other')">其他建单</div>
|
|
266
|
+ (click)="checkTable('other')">综合日志</div>
|
267
|
267
|
<div nz-col nzSpan="6"
|
268
|
268
|
[ngClass]="{'txtC':true,'cur':true, 'borderR':true,'checked':checkedTableType=='advice'}"
|
269
|
269
|
(click)="checkTable('advice')">意见箱</div>
|
|
@@ -276,7 +276,7 @@
|
276
|
276
|
</div>
|
277
|
277
|
</div>
|
278
|
278
|
</div>
|
279
|
|
- <!-- 其他建单 -->
|
|
279
|
+ <!-- 综合日志 -->
|
280
|
280
|
<div *ngIf="checkedTableType=='other'" style="flex: 1;height: 100%;position: relative;">
|
281
|
281
|
<div class="otherBox">
|
282
|
282
|
<div class="otherBoxInner">
|
|
@@ -287,9 +287,10 @@
|
287
|
287
|
</div>
|
288
|
288
|
<overlay-scrollbars #osComponentRef2 class="otherBox-nav__main" [ngStyle]="{height:'100%'}">
|
289
|
289
|
<div class="otherBox-nav__mainInner" *ngIf="!oLoading&&othersList.length>0">
|
290
|
|
- <div [sortablejs]="othersList" [sortablejsOptions]="othersListOptions">
|
|
290
|
+ <div [sortablejs]="othersList" [sortablejsOptions]="othersListOptions" class="w100">
|
291
|
291
|
<div class="otherBox-nav__mainItem" *ngFor="let item of othersList"
|
292
|
|
- (click)="otherClick(item)" [ngClass]="{active:selectOtherId == item.id}">{{item.taskName}}
|
|
292
|
+ (click)="otherClick(item)" [ngClass]="{active:selectOtherId == item.id}"
|
|
293
|
+ [title]="item.taskName">{{item.taskName}}
|
293
|
294
|
</div>
|
294
|
295
|
</div>
|
295
|
296
|
</div>
|
|
@@ -303,151 +304,179 @@
|
303
|
304
|
</overlay-scrollbars>
|
304
|
305
|
</div>
|
305
|
306
|
<div class="otherBox-main">
|
306
|
|
- <div class="otherBox-main__head"
|
307
|
|
- *ngIf='buildMsg.status==100013||buildMsg.status==100014||buildMsg.status==100015'
|
308
|
|
- [innerHTML]="buildMsg.msg"></div>
|
309
|
307
|
<div class="otherBox-main__main">
|
310
|
308
|
<!-- -----------------start------------------ -->
|
311
|
|
- <overlay-scrollbars #osComponentRef3 class="modalBody" *ngIf="!nLoading&&selectOtherId">
|
312
|
|
- <div class="modalBody" style="min-height: calc(100vh - 321px);height:auto;">
|
313
|
|
- <div
|
314
|
|
- style="flex:1;display: flex;flex-direction: column;justify-content: center;align-items: center;">
|
315
|
|
- <!-- 200 该任务类型运送过程暂未配置 -->
|
316
|
|
- <div class="content txtC" *ngIf="buildMsg.status==200&&buildType=='bb'">
|
317
|
|
- <div class="defeat" [innerHTML]="buildMsg.msg"></div>
|
318
|
|
- </div>
|
319
|
|
- <!-- 100009 该任务类型运送过程暂未配置 -->
|
320
|
|
- <div class="content txtC" *ngIf="buildMsg.status==100009">
|
321
|
|
- <div class="defeat" [innerHTML]="buildMsg.msg"></div>
|
322
|
|
- </div>
|
323
|
|
- <!-- 100010 系统未查询到该任务类型关联信息 -->
|
324
|
|
- <div class="content txtC" *ngIf="buildMsg.status==100010">
|
325
|
|
- <div class="defeat" [innerHTML]="buildMsg.msg"></div>
|
326
|
|
- </div>
|
327
|
|
- <!-- 100012 (护士端一键建单展示策略)直接取msg -->
|
328
|
|
- <div class="content txtC" *ngIf="buildMsg.status==100012">
|
329
|
|
- <div class="defeat" [innerHTML]="buildMsg.msg"></div>
|
330
|
|
- </div>
|
331
|
|
- <!-- 100013 (护士端一键建单展示策略)取起点科室,和mgs值展示 -->
|
332
|
|
- <div class="content" *ngIf='buildMsg.status==100013'>
|
333
|
|
- <div>
|
334
|
|
- <form nz-form [formGroup]="shortcutForm" class="shortcutForm">
|
335
|
|
- <nz-form-item>
|
336
|
|
- <nz-form-label [nzSm]="6" [nzXs]="24" nzRequired nzFor="originOffice">起点科室
|
337
|
|
- </nz-form-label>
|
338
|
|
- <nz-form-control nzErrorTip="请选择起点科室!">
|
339
|
|
- <nz-select class="w100" formControlName="originOffice"
|
340
|
|
- [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
341
|
|
- (nzOnSearch)="searchDept('start',buildMsg,$event)" nzPlaceHolder="请选择起点科室">
|
342
|
|
- <ng-container *ngFor="let option of buildMsg.start.start.list">
|
343
|
|
- <nz-option *ngIf="true" [nzLabel]="option.dept" [nzValue]="option.id">
|
344
|
|
- </nz-option>
|
345
|
|
- </ng-container>
|
346
|
|
- <nz-option *ngIf="false" nzDisabled nzCustomContent>
|
347
|
|
- <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
348
|
|
- </nz-option>
|
349
|
|
- </nz-select>
|
350
|
|
- </nz-form-control>
|
351
|
|
- </nz-form-item>
|
352
|
|
- </form>
|
|
309
|
+ <div class="modalBody_box">
|
|
310
|
+ <div class="modalBody">
|
|
311
|
+ <div class="modalBody_left" *ngIf="!nLoading&&selectOtherId">
|
|
312
|
+ <overlay-scrollbars class="modalBody_left_box" #osComponentRef3
|
|
313
|
+ style="height: calc(100vh - 263px);">
|
|
314
|
+ <div class="modalBody_left_box">
|
|
315
|
+ <div
|
|
316
|
+ style="flex:1;display: flex;flex-direction: column;justify-content: center;align-items: center;">
|
|
317
|
+ <div class="content txtC"
|
|
318
|
+ *ngIf='buildMsg.status==100013||buildMsg.status==100014||buildMsg.status==100015'>
|
|
319
|
+ <div class="defeat" [innerHTML]="buildMsg.msg"></div>
|
|
320
|
+ </div>
|
|
321
|
+ <!-- 200 该任务类型运送过程暂未配置 -->
|
|
322
|
+ <div class="content txtC" *ngIf="buildMsg.status==200&&buildType=='bb'">
|
|
323
|
+ <div class="defeat" [innerHTML]="buildMsg.msg"></div>
|
|
324
|
+ </div>
|
|
325
|
+ <!-- 100009 该任务类型运送过程暂未配置 -->
|
|
326
|
+ <div class="content txtC" *ngIf="buildMsg.status==100009">
|
|
327
|
+ <div class="defeat" [innerHTML]="buildMsg.msg"></div>
|
|
328
|
+ </div>
|
|
329
|
+ <!-- 100010 系统未查询到该任务类型关联信息 -->
|
|
330
|
+ <div class="content txtC" *ngIf="buildMsg.status==100010">
|
|
331
|
+ <div class="defeat" [innerHTML]="buildMsg.msg"></div>
|
|
332
|
+ </div>
|
|
333
|
+ <!-- 100012 (护士端一键建单展示策略)直接取msg -->
|
|
334
|
+ <div class="content txtC" *ngIf="buildMsg.status==100012">
|
|
335
|
+ <div class="defeat" [innerHTML]="buildMsg.msg"></div>
|
|
336
|
+ </div>
|
|
337
|
+ <!-- 100013 (护士端一键建单展示策略)取起点科室,和mgs值展示 -->
|
|
338
|
+ <div class="content" *ngIf='buildMsg.status==100013'>
|
|
339
|
+ <div>
|
|
340
|
+ <form nz-form [formGroup]="shortcutForm" class="shortcutForm">
|
|
341
|
+ <nz-form-item>
|
|
342
|
+ <nz-form-label [nzSm]="6" [nzXs]="24" nzRequired nzFor="originOffice">起点科室
|
|
343
|
+ </nz-form-label>
|
|
344
|
+ <nz-form-control nzErrorTip="请选择起点科室!">
|
|
345
|
+ <nz-select class="w100" formControlName="originOffice"
|
|
346
|
+ [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
|
347
|
+ (nzOnSearch)="searchDept('start',buildMsg,$event)"
|
|
348
|
+ nzPlaceHolder="请选择起点科室">
|
|
349
|
+ <ng-container *ngFor="let option of buildMsg.start.start.list">
|
|
350
|
+ <nz-option *ngIf="true" [nzLabel]="option.dept" [nzValue]="option.id">
|
|
351
|
+ </nz-option>
|
|
352
|
+ </ng-container>
|
|
353
|
+ <nz-option *ngIf="false" nzDisabled nzCustomContent>
|
|
354
|
+ <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
|
355
|
+ </nz-option>
|
|
356
|
+ </nz-select>
|
|
357
|
+ </nz-form-control>
|
|
358
|
+ </nz-form-item>
|
|
359
|
+ </form>
|
|
360
|
+ </div>
|
|
361
|
+ </div>
|
|
362
|
+ <!-- 100014 (护士端一键建单展示策略)取终点科室和msg 值展示 -->
|
|
363
|
+ <div class="content" *ngIf='buildMsg.status==100014'>
|
|
364
|
+ <div>
|
|
365
|
+ <form nz-form [formGroup]="shortcutForm" class="shortcutForm">
|
|
366
|
+ <nz-form-item>
|
|
367
|
+ <nz-form-label [nzSm]="6" [nzXs]="24" nzRequired nzFor="targetOffice">目标科室
|
|
368
|
+ </nz-form-label>
|
|
369
|
+ <nz-form-control nzErrorTip="请选择目标科室!">
|
|
370
|
+ <nz-select class="w100" formControlName="targetOffice"
|
|
371
|
+ [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
|
372
|
+ (nzOnSearch)="searchDept('target',buildMsg,$event)" nzAllowClear
|
|
373
|
+ nzPlaceHolder="请选择目标科室">
|
|
374
|
+ <ng-container *ngFor="let option of buildMsg.end.end.list">
|
|
375
|
+ <nz-option *ngIf="true" [nzLabel]="option.dept" [nzValue]="option.id">
|
|
376
|
+ </nz-option>
|
|
377
|
+ </ng-container>
|
|
378
|
+ <nz-option *ngIf="false" nzDisabled nzCustomContent>
|
|
379
|
+ <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
|
380
|
+ </nz-option>
|
|
381
|
+ </nz-select>
|
|
382
|
+ </nz-form-control>
|
|
383
|
+ </nz-form-item>
|
|
384
|
+ </form>
|
|
385
|
+ </div>
|
|
386
|
+ </div>
|
|
387
|
+ <!-- 100015 (护士端一键建单展策略)起点科室和终点科室下拉展示 -->
|
|
388
|
+ <div class="content" *ngIf='buildMsg.status==100015'>
|
|
389
|
+ <div>
|
|
390
|
+ <form nz-form [formGroup]="shortcutForm" class="shortcutForm">
|
|
391
|
+ <nz-form-item>
|
|
392
|
+ <nz-form-label [nzSm]="6" [nzXs]="24" nzRequired nzFor="originOffice">起点科室
|
|
393
|
+ </nz-form-label>
|
|
394
|
+ <nz-form-control nzErrorTip="请选择起点科室!">
|
|
395
|
+ <nz-select class="w100" formControlName="originOffice"
|
|
396
|
+ [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
|
397
|
+ (nzOnSearch)="searchDept('start',buildMsg,$event)"
|
|
398
|
+ nzPlaceHolder="请选择起点科室">
|
|
399
|
+ <ng-container *ngFor="let option of buildMsg.start.start.list">
|
|
400
|
+ <nz-option *ngIf="true" [nzLabel]="option.dept" [nzValue]="option.id">
|
|
401
|
+ </nz-option>
|
|
402
|
+ </ng-container>
|
|
403
|
+ <nz-option *ngIf="false" nzDisabled nzCustomContent>
|
|
404
|
+ <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
|
405
|
+ </nz-option>
|
|
406
|
+ </nz-select>
|
|
407
|
+ </nz-form-control>
|
|
408
|
+ </nz-form-item>
|
|
409
|
+ <nz-form-item>
|
|
410
|
+ <nz-form-label [nzSm]="6" [nzXs]="24" nzRequired nzFor="targetOffice">目标科室
|
|
411
|
+ </nz-form-label>
|
|
412
|
+ <nz-form-control nzErrorTip="请选择目标科室!">
|
|
413
|
+ <nz-select class="w100" formControlName="targetOffice"
|
|
414
|
+ [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
|
415
|
+ (nzOnSearch)="searchDept('target',buildMsg,$event)"
|
|
416
|
+ nzPlaceHolder="请选择目标科室">
|
|
417
|
+ <ng-container *ngFor="let option of buildMsg.end.end.list">
|
|
418
|
+ <nz-option *ngIf="true" [nzLabel]="option.dept" [nzValue]="option.id">
|
|
419
|
+ </nz-option>
|
|
420
|
+ </ng-container>
|
|
421
|
+ <nz-option *ngIf="false" nzDisabled nzCustomContent>
|
|
422
|
+ <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
|
423
|
+ </nz-option>
|
|
424
|
+ </nz-select>
|
|
425
|
+ </nz-form-control>
|
|
426
|
+ </nz-form-item>
|
|
427
|
+ </form>
|
|
428
|
+ </div>
|
|
429
|
+ </div>
|
|
430
|
+ <!-- 工单备注: -->
|
|
431
|
+ <div style="width: 100%;margin: 10px auto 0;" *ngIf="buildMsg.remarksSwitch == 1">
|
|
432
|
+ <p>工单备注:</p>
|
|
433
|
+ <textarea nz-input [placeholder]="workOrderRemarkTips"
|
|
434
|
+ [nzAutosize]="{ minRows: 3, maxRows: 5 }" maxlength="100"
|
|
435
|
+ [(ngModel)]="workOrderRemark" #remarksEle></textarea>
|
|
436
|
+ <p class="mt8 mb8" *ngIf="customRemarks.length">快捷输入:</p>
|
|
437
|
+ <div *ngIf="customRemarks.length">
|
|
438
|
+ <span class="addRemarks" *ngFor="let item of customRemarks"
|
|
439
|
+ (click)="addRemarks(item)">【{{item}}】</span>
|
|
440
|
+ </div>
|
|
441
|
+ <p class="mt8 mb8" *ngIf="historyCustomRemarks.length">历史输入:</p>
|
|
442
|
+ <div *ngIf="historyCustomRemarks.length">
|
|
443
|
+ <span class="addRemarks" *ngFor="let item of historyCustomRemarks"
|
|
444
|
+ (click)="addRemarks(item)">【{{item}}】</span>
|
|
445
|
+ </div>
|
|
446
|
+ </div>
|
|
447
|
+ </div>
|
|
448
|
+ <div *ngIf="selectOtherId" class="btns display_flex justify-content_flex-center">
|
|
449
|
+ <button *ngIf="buildMsg.status!=100009&&buildMsg.status!=100010" nz-button
|
|
450
|
+ nzType="primary" [nzLoading]="loading5" (click)="confirmShortcut()">确认</button>
|
|
451
|
+ </div>
|
353
|
452
|
</div>
|
354
|
|
- </div>
|
355
|
|
- <!-- 100014 (护士端一键建单展示策略)取终点科室和msg 值展示 -->
|
356
|
|
- <div class="content" *ngIf='buildMsg.status==100014'>
|
357
|
|
- <div>
|
358
|
|
- <form nz-form [formGroup]="shortcutForm" class="shortcutForm">
|
359
|
|
- <nz-form-item>
|
360
|
|
- <nz-form-label [nzSm]="6" [nzXs]="24" nzRequired nzFor="targetOffice">目标科室
|
361
|
|
- </nz-form-label>
|
362
|
|
- <nz-form-control nzErrorTip="请选择目标科室!">
|
363
|
|
- <nz-select class="w100" formControlName="targetOffice"
|
364
|
|
- [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
365
|
|
- (nzOnSearch)="searchDept('target',buildMsg,$event)" nzAllowClear
|
366
|
|
- nzPlaceHolder="请选择目标科室">
|
367
|
|
- <ng-container *ngFor="let option of buildMsg.end.end.list">
|
368
|
|
- <nz-option *ngIf="true" [nzLabel]="option.dept" [nzValue]="option.id">
|
369
|
|
- </nz-option>
|
370
|
|
- </ng-container>
|
371
|
|
- <nz-option *ngIf="false" nzDisabled nzCustomContent>
|
372
|
|
- <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
373
|
|
- </nz-option>
|
374
|
|
- </nz-select>
|
375
|
|
- </nz-form-control>
|
376
|
|
- </nz-form-item>
|
377
|
|
- </form>
|
378
|
|
- </div>
|
379
|
|
- </div>
|
380
|
|
- <!-- 100015 (护士端一键建单展策略)起点科室和终点科室下拉展示 -->
|
381
|
|
- <div class="content" *ngIf='buildMsg.status==100015'>
|
382
|
|
- <div>
|
383
|
|
- <form nz-form [formGroup]="shortcutForm" class="shortcutForm">
|
384
|
|
- <nz-form-item>
|
385
|
|
- <nz-form-label [nzSm]="6" [nzXs]="24" nzRequired nzFor="originOffice">起点科室
|
386
|
|
- </nz-form-label>
|
387
|
|
- <nz-form-control nzErrorTip="请选择起点科室!">
|
388
|
|
- <nz-select class="w100" formControlName="originOffice"
|
389
|
|
- [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
390
|
|
- (nzOnSearch)="searchDept('start',buildMsg,$event)" nzPlaceHolder="请选择起点科室">
|
391
|
|
- <ng-container *ngFor="let option of buildMsg.start.start.list">
|
392
|
|
- <nz-option *ngIf="true" [nzLabel]="option.dept" [nzValue]="option.id">
|
393
|
|
- </nz-option>
|
394
|
|
- </ng-container>
|
395
|
|
- <nz-option *ngIf="false" nzDisabled nzCustomContent>
|
396
|
|
- <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
397
|
|
- </nz-option>
|
398
|
|
- </nz-select>
|
399
|
|
- </nz-form-control>
|
400
|
|
- </nz-form-item>
|
401
|
|
- <nz-form-item>
|
402
|
|
- <nz-form-label [nzSm]="6" [nzXs]="24" nzRequired nzFor="targetOffice">目标科室
|
403
|
|
- </nz-form-label>
|
404
|
|
- <nz-form-control nzErrorTip="请选择目标科室!">
|
405
|
|
- <nz-select class="w100" formControlName="targetOffice"
|
406
|
|
- [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
407
|
|
- (nzOnSearch)="searchDept('target',buildMsg,$event)" nzPlaceHolder="请选择目标科室">
|
408
|
|
- <ng-container *ngFor="let option of buildMsg.end.end.list">
|
409
|
|
- <nz-option *ngIf="true" [nzLabel]="option.dept" [nzValue]="option.id">
|
410
|
|
- </nz-option>
|
411
|
|
- </ng-container>
|
412
|
|
- <nz-option *ngIf="false" nzDisabled nzCustomContent>
|
413
|
|
- <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
414
|
|
- </nz-option>
|
415
|
|
- </nz-select>
|
416
|
|
- </nz-form-control>
|
417
|
|
- </nz-form-item>
|
418
|
|
- </form>
|
|
453
|
+ </overlay-scrollbars>
|
|
454
|
+ </div>
|
|
455
|
+ <div class="modalBody_left nLoading" *ngIf="nLoading">
|
|
456
|
+ <img src="../../../assets/images/loading.gif" alt="">
|
|
457
|
+ <div>加载中...</div>
|
|
458
|
+ </div>
|
|
459
|
+ <div class="modalBody_left noData" *ngIf="!nLoading&&!selectOtherId">
|
|
460
|
+ 暂无数据
|
|
461
|
+ </div>
|
|
462
|
+ <div class="modalBody_right">
|
|
463
|
+ <div class="modalBody_right_head">综合日志<span>{{logTime}}秒后自动刷新</span></div>
|
|
464
|
+ <overlay-scrollbars class="modalBody_right_box" #osComponentRef9 style="height: 100%;"
|
|
465
|
+ *ngIf="!rLoading&&listDeptOrderRecords.length">
|
|
466
|
+ <div class="modalBody_right_box">
|
|
467
|
+ <div class="modalBody_right_list" *ngFor="let item of listDeptOrderRecords">
|
|
468
|
+ {{item.msg}}</div>
|
419
|
469
|
</div>
|
|
470
|
+ </overlay-scrollbars>
|
|
471
|
+ <div class="modalBody_left nLoading w100" *ngIf="rLoading">
|
|
472
|
+ <img src="../../../assets/images/loading.gif" alt="">
|
|
473
|
+ <div>加载中...</div>
|
420
|
474
|
</div>
|
421
|
|
- <!-- 工单备注: -->
|
422
|
|
- <div style="width: 410px;margin: 10px auto 0;" *ngIf="buildMsg.remarksSwitch == 1">
|
423
|
|
- <p>工单备注:</p>
|
424
|
|
- <textarea nz-input [placeholder]="workOrderRemarkTips"
|
425
|
|
- [nzAutosize]="{ minRows: 3, maxRows: 5 }" maxlength="100"
|
426
|
|
- [(ngModel)]="workOrderRemark" #remarksEle></textarea>
|
427
|
|
- <p class="mt8 mb8" *ngIf="customRemarks.length">快捷输入:</p>
|
428
|
|
- <div *ngIf="customRemarks.length">
|
429
|
|
- <span class="addRemarks" *ngFor="let item of customRemarks"
|
430
|
|
- (click)="addRemarks(item)">【{{item}}】</span>
|
431
|
|
- </div>
|
432
|
|
- <p class="mt8 mb8" *ngIf="historyCustomRemarks.length">历史输入:</p>
|
433
|
|
- <div *ngIf="historyCustomRemarks.length">
|
434
|
|
- <span class="addRemarks" *ngFor="let item of historyCustomRemarks"
|
435
|
|
- (click)="addRemarks(item)">【{{item}}】</span>
|
436
|
|
- </div>
|
|
475
|
+ <div class="modalBody_left noData w100" *ngIf="!rLoading&&!listDeptOrderRecords.length">
|
|
476
|
+ 暂无数据
|
437
|
477
|
</div>
|
438
|
478
|
</div>
|
439
|
|
- <div *ngIf="selectOtherId" class="btns display_flex justify-content_flex-center">
|
440
|
|
- <button *ngIf="buildMsg.status!=100009&&buildMsg.status!=100010" nz-button
|
441
|
|
- nzType="primary" [nzLoading]="loading5" (click)="confirmShortcut()">确认</button>
|
442
|
|
- </div>
|
443
|
479
|
</div>
|
444
|
|
- </overlay-scrollbars>
|
445
|
|
- <div class="modalBody nLoading" *ngIf="nLoading">
|
446
|
|
- <img src="../../../assets/images/loading.gif" alt="">
|
447
|
|
- <div>加载中...</div>
|
448
|
|
- </div>
|
449
|
|
- <div class="modalBody noData" *ngIf="!nLoading&&!selectOtherId">
|
450
|
|
- 暂无数据
|
451
|
480
|
</div>
|
452
|
481
|
<!-- -----------------end------------------ -->
|
453
|
482
|
</div>
|