|
@@ -21,17 +21,17 @@
|
21
|
21
|
<div>查询范围</div>
|
22
|
22
|
</div>
|
23
|
23
|
|
24
|
|
- <!-- 同步开始时间 -->
|
|
24
|
+ <!-- 采集开始时间 -->
|
25
|
25
|
<div class="display_flex align-items_center mb8">
|
26
|
|
- <nz-form-label class="label" nzRequired>同步开始时间</nz-form-label>
|
|
26
|
+ <nz-form-label class="label" nzRequired>采集开始时间</nz-form-label>
|
27
|
27
|
<nz-range-picker nzShowTime (nzOnCalendarChange)="onCalendarChangeDate($event)" [(ngModel)]="dateRange" (ngModelChange)="changeDate($event)"></nz-range-picker>
|
28
|
28
|
</div>
|
29
|
29
|
|
30
|
30
|
<!-- 标本状态 -->
|
31
|
31
|
<div class="display_flex align-items_center mb8">
|
32
|
|
- <nz-form-label class="label">标本状态</nz-form-label>
|
|
32
|
+ <nz-form-label class="label" nzRequired>标本状态</nz-form-label>
|
33
|
33
|
<nz-select class="w320px" [nzDropdownMatchSelectWidth]="false" nzAllowClear
|
34
|
|
- nzPlaceHolder="请选择标本状态" [(ngModel)]="transState" (nzOpenChange)="openDrugList($event)">
|
|
34
|
+ nzPlaceHolder="请选择标本状态" [(ngModel)]="transState">
|
35
|
35
|
<ng-container *ngFor="let option of drugStatusList">
|
36
|
36
|
<nz-option *ngIf="!isLoading" [nzLabel]="option.name" [nzValue]="option.id"></nz-option>
|
37
|
37
|
</ng-container>
|
|
@@ -48,7 +48,7 @@
|
48
|
48
|
|
49
|
49
|
<div class="display_flex align-items_center mb8">
|
50
|
50
|
<nz-form-label class="label">编码</nz-form-label>
|
51
|
|
- <input nz-input [(ngModel)]="code" class="w320px"/>
|
|
51
|
+ <input nz-input [(ngModel)]="code" class="w350px"/>
|
52
|
52
|
</div>
|
53
|
53
|
<div class="interval"></div>
|
54
|
54
|
<div class="top-style">
|
|
@@ -86,7 +86,7 @@
|
86
|
86
|
nzPlaceHolder="请选择配送人员" [(ngModel)]="userIds" [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
87
|
87
|
(nzOnSearch)="changeUser($event)" nzAllowClear>
|
88
|
88
|
<ng-container *ngFor="let option of distributionList">
|
89
|
|
- <nz-option *ngIf="!isLoading" [nzLabel]="option.name" [nzValue]="option.id"></nz-option>
|
|
89
|
+ <nz-option *ngIf="!isLoading" [nzLabel]="option.name +' ('+ option.account +')'" [nzValue]="option.id"></nz-option>
|
90
|
90
|
</ng-container>
|
91
|
91
|
<nz-option *ngIf="isLoading" nzDisabled nzCustomContent>
|
92
|
92
|
<i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
|
@@ -99,7 +99,7 @@
|
99
|
99
|
<button class="login-form-button" nzType="default" [nzLoading]="btnLoading3" nz-button (click)="resetForm()">重置</button>
|
100
|
100
|
</div>
|
101
|
101
|
<div class="tip" *ngIf="showNum">共查询数据 <span class="weight">{{queryNum}}</span> 条</div>
|
102
|
|
- <div class="tip" *ngIf="showGenerate">共修改数据 <span class="weight">{{generateObj.count}}</span> 条,生成日志 <span class="weight">{{generateObj.logCount}}</span> 条</div>
|
|
102
|
+ <div class="tip" *ngIf="showGenerate">共修改数据 <span class="weight">{{generateObj.count}}</span> 条,生成日志 <span class="weight">{{generateObj.logCount || 0}}</span> 条</div>
|
103
|
103
|
</div>
|
104
|
104
|
<div class="list" *ngIf="loading">
|
105
|
105
|
<div class="loadingFull display_flex justify-content_flex-center align-items_center">
|
|
@@ -125,17 +125,17 @@
|
125
|
125
|
<div>查询范围</div>
|
126
|
126
|
</div>
|
127
|
127
|
|
128
|
|
- <!-- 同步开始时间 -->
|
|
128
|
+ <!-- 发血开始时间 -->
|
129
|
129
|
<div class="display_flex align-items_center mb8">
|
130
|
|
- <nz-form-label class="label" nzRequired>同步开始时间</nz-form-label>
|
|
130
|
+ <nz-form-label class="label" nzRequired>发血开始时间</nz-form-label>
|
131
|
131
|
<nz-range-picker nzShowTime (nzOnCalendarChange)="onCalendarChangeDate($event)" [(ngModel)]="dateRange" (ngModelChange)="changeDate($event)"></nz-range-picker>
|
132
|
132
|
</div>
|
133
|
133
|
|
134
|
134
|
<!-- 药品状态 -->
|
135
|
135
|
<div class="display_flex align-items_center mb8">
|
136
|
|
- <nz-form-label class="label">药品状态</nz-form-label>
|
|
136
|
+ <nz-form-label class="label" nzRequired>药品状态</nz-form-label>
|
137
|
137
|
<nz-select class="w320px" [nzDropdownMatchSelectWidth]="false" nzAllowClear
|
138
|
|
- nzPlaceHolder="请选择药品状态" [(ngModel)]="transState" (nzOpenChange)="openDrugList($event)">
|
|
138
|
+ nzPlaceHolder="请选择药品状态" [(ngModel)]="transState">
|
139
|
139
|
<ng-container *ngFor="let option of drugStatusList">
|
140
|
140
|
<nz-option *ngIf="!isLoading" [nzLabel]="option.name" [nzValue]="option.id"></nz-option>
|
141
|
141
|
</ng-container>
|
|
@@ -152,7 +152,7 @@
|
152
|
152
|
|
153
|
153
|
<div class="display_flex align-items_center mb8">
|
154
|
154
|
<nz-form-label class="label">编码</nz-form-label>
|
155
|
|
- <input nz-input [(ngModel)]="code" class="w320px"/>
|
|
155
|
+ <input nz-input [(ngModel)]="code" class="w350px"/>
|
156
|
156
|
</div>
|
157
|
157
|
<div class="interval"></div>
|
158
|
158
|
<div class="top-style">
|
|
@@ -190,7 +190,21 @@
|
190
|
190
|
nzPlaceHolder="请选择配送人员" [(ngModel)]="userIds" [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
191
|
191
|
(nzOnSearch)="changeUser($event)" nzAllowClear>
|
192
|
192
|
<ng-container *ngFor="let option of distributionList">
|
193
|
|
- <nz-option *ngIf="!isLoading" [nzLabel]="option.name" [nzValue]="option.id"></nz-option>
|
|
193
|
+ <nz-option *ngIf="!isLoading" [nzLabel]="option.name +' ('+ option.account +')'" [nzValue]="option.id"></nz-option>
|
|
194
|
+ </ng-container>
|
|
195
|
+ <nz-option *ngIf="isLoading" nzDisabled nzCustomContent>
|
|
196
|
+ <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
|
197
|
+ </nz-option>
|
|
198
|
+ </nz-select>
|
|
199
|
+ </div>
|
|
200
|
+ <!-- 接收人员 -->
|
|
201
|
+ <div class="display_flex align-items_center mb8">
|
|
202
|
+ <nz-form-label class="label max" nzRequired>接收人员</nz-form-label>
|
|
203
|
+ <nz-select nzMode="multiple" class="w320px" [nzDropdownMatchSelectWidth]="false" nzAllowClear
|
|
204
|
+ nzPlaceHolder="请选择接收人员" [(ngModel)]="receiverUserIds" [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
|
205
|
+ (nzOnSearch)="changeReceptionUser($event)" nzAllowClear>
|
|
206
|
+ <ng-container *ngFor="let option of receptionList">
|
|
207
|
+ <nz-option *ngIf="!isLoading" [nzLabel]="option.name +' ('+ option.account +')'" [nzValue]="option.id"></nz-option>
|
194
|
208
|
</ng-container>
|
195
|
209
|
<nz-option *ngIf="isLoading" nzDisabled nzCustomContent>
|
196
|
210
|
<i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
|
@@ -203,7 +217,7 @@
|
203
|
217
|
<button class="login-form-button" nzType="default" [nzLoading]="btnLoading3" nz-button (click)="resetForm()">重置</button>
|
204
|
218
|
</div>
|
205
|
219
|
<div class="tip" *ngIf="showNum">共查询数据 <span class="weight">{{queryNum}}</span> 条</div>
|
206
|
|
- <div class="tip" *ngIf="showGenerate">共修改数据 <span class="weight">{{generateObj.count}}</span> 条,生成日志 <span class="weight">{{generateObj.logCount}}</span> 条</div>
|
|
220
|
+ <div class="tip" *ngIf="showGenerate">共修改数据 <span class="weight">{{generateObj.count}}</span> 条,生成日志 <span class="weight">{{generateObj.logCount || 0}}</span> 条</div>
|
207
|
221
|
</div>
|
208
|
222
|
<div class="list" *ngIf="loading">
|
209
|
223
|
<div class="loadingFull display_flex justify-content_flex-center align-items_center">
|
|
@@ -237,9 +251,9 @@
|
237
|
251
|
|
238
|
252
|
<!-- 血制品状态 -->
|
239
|
253
|
<div class="display_flex align-items_center mb8">
|
240
|
|
- <nz-form-label class="label">血制品状态</nz-form-label>
|
|
254
|
+ <nz-form-label class="label" nzRequired>血制品状态</nz-form-label>
|
241
|
255
|
<nz-select class="w320px" [nzDropdownMatchSelectWidth]="false" nzAllowClear
|
242
|
|
- nzPlaceHolder="请选择血制品状态" [(ngModel)]="transState" (nzOpenChange)="openDrugList($event)">
|
|
256
|
+ nzPlaceHolder="请选择血制品状态" [(ngModel)]="transState">
|
243
|
257
|
<ng-container *ngFor="let option of drugStatusList">
|
244
|
258
|
<nz-option *ngIf="!isLoading" [nzLabel]="option.name" [nzValue]="option.id"></nz-option>
|
245
|
259
|
</ng-container>
|
|
@@ -256,7 +270,7 @@
|
256
|
270
|
|
257
|
271
|
<div class="display_flex align-items_center mb8">
|
258
|
272
|
<nz-form-label class="label">编码</nz-form-label>
|
259
|
|
- <input nz-input [(ngModel)]="code" class="w320px"/>
|
|
273
|
+ <input nz-input [(ngModel)]="code" class="w350px"/>
|
260
|
274
|
</div>
|
261
|
275
|
<div class="interval"></div>
|
262
|
276
|
<div class="top-style">
|
|
@@ -294,7 +308,21 @@
|
294
|
308
|
nzPlaceHolder="请选择配送人员" [(ngModel)]="userIds" [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
295
|
309
|
(nzOnSearch)="changeUser($event)" nzAllowClear>
|
296
|
310
|
<ng-container *ngFor="let option of distributionList">
|
297
|
|
- <nz-option *ngIf="!isLoading" [nzLabel]="option.name" [nzValue]="option.id"></nz-option>
|
|
311
|
+ <nz-option *ngIf="!isLoading" [nzLabel]="option.name +' ('+ option.account +')'" [nzValue]="option.id"></nz-option>
|
|
312
|
+ </ng-container>
|
|
313
|
+ <nz-option *ngIf="isLoading" nzDisabled nzCustomContent>
|
|
314
|
+ <i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
|
315
|
+ </nz-option>
|
|
316
|
+ </nz-select>
|
|
317
|
+ </div>
|
|
318
|
+ <!-- 接收人员 -->
|
|
319
|
+ <div class="display_flex align-items_center mb8">
|
|
320
|
+ <nz-form-label class="label max" nzRequired>接收人员</nz-form-label>
|
|
321
|
+ <nz-select nzMode="multiple" class="w320px" [nzDropdownMatchSelectWidth]="false" nzAllowClear
|
|
322
|
+ nzPlaceHolder="请选择接收人员" [(ngModel)]="receiverUserIds" [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch
|
|
323
|
+ (nzOnSearch)="changeReceptionUser($event)" nzAllowClear>
|
|
324
|
+ <ng-container *ngFor="let option of receptionList">
|
|
325
|
+ <nz-option *ngIf="!isLoading" [nzLabel]="option.name +' ('+ option.account +')'" [nzValue]="option.id"></nz-option>
|
298
|
326
|
</ng-container>
|
299
|
327
|
<nz-option *ngIf="isLoading" nzDisabled nzCustomContent>
|
300
|
328
|
<i nz-icon nzType="loading" class="loading-icon"></i> 搜索中...
|
|
@@ -307,7 +335,7 @@
|
307
|
335
|
<button class="login-form-button" nzType="default" [nzLoading]="btnLoading3" nz-button (click)="resetForm()">重置</button>
|
308
|
336
|
</div>
|
309
|
337
|
<div class="tip" *ngIf="showNum">共查询数据 <span class="weight">{{queryNum}}</span> 条</div>
|
310
|
|
- <div class="tip" *ngIf="showGenerate">共修改数据 <span class="weight">{{generateObj.count}}</span> 条,生成日志 <span class="weight">{{generateObj.logCount}}</span> 条</div>
|
|
338
|
+ <div class="tip" *ngIf="showGenerate">共修改数据 <span class="weight">{{generateObj.count}}</span> 条,生成日志 <span class="weight">{{generateObj.logCount || 0}}</span> 条</div>
|
311
|
339
|
</div>
|
312
|
340
|
<div class="list" *ngIf="loading">
|
313
|
341
|
<div class="loadingFull display_flex justify-content_flex-center align-items_center">
|