|
@@ -178,7 +178,8 @@
|
178
|
178
|
</div>
|
179
|
179
|
<div nz-col nzSpan="6" class="borderR h100p">
|
180
|
180
|
<div class="quick">
|
181
|
|
- <button class="btn txtC" (click)="newShortcutOrder1(bbMsg,'bb')">
|
|
181
|
+ <button [nzLoading]="bLoading" nz-button nzType="primary" class="btn txtC"
|
|
182
|
+ (click)="newShortcutOrder1(bbMsg,'bb')">
|
182
|
183
|
收取标本
|
183
|
184
|
</button>
|
184
|
185
|
<!-- <button class="btn txtC" (click)="newShortcutOrder1(bbMsg,'bb',true)">
|
|
@@ -1052,16 +1053,13 @@
|
1052
|
1053
|
</div>
|
1053
|
1054
|
</div>
|
1054
|
1055
|
<!-- 标本配送备注 -->
|
1055
|
|
- <!-- baba -->
|
1056
|
1056
|
<div *ngIf="buildMsg1.remarksSwitch == 1">
|
1057
|
|
- <p>工单备注:</p>
|
1058
|
|
- <textarea nz-input [placeholder]="workOrderRemarkTips1"
|
1059
|
|
- [nzAutosize]="{ minRows: 3, maxRows: 5 }" maxlength="100"
|
|
1057
|
+ <p class="mt8 mb8">工单备注:</p>
|
|
1058
|
+ <textarea nz-input [placeholder]="workOrderRemarkTips1" [nzAutosize]="{ minRows: 3, maxRows: 5 }" maxlength="100"
|
1060
|
1059
|
[(ngModel)]="workOrderRemark1" #remarksEle1></textarea>
|
1061
|
1060
|
<p class="mt8 mb8" *ngIf="customRemarks1.length">快捷输入:</p>
|
1062
|
1061
|
<div *ngIf="customRemarks1.length">
|
1063
|
|
- <span class="addRemarks" *ngFor="let item of customRemarks1"
|
1064
|
|
- (click)="addRemarks1(item)">【{{item}}】</span>
|
|
1062
|
+ <span class="addRemarks" *ngFor="let item of customRemarks1" (click)="addRemarks1(item)">【{{item}}】</span>
|
1065
|
1063
|
</div>
|
1066
|
1064
|
<p class="mt8 mb8" *ngIf="historyCustomRemarks1.length">历史输入:</p>
|
1067
|
1065
|
<div *ngIf="historyCustomRemarks1.length">
|