|
@@ -1289,7 +1289,7 @@
|
1289
|
1289
|
<nz-form-label class="label" [nzSm]="3" [nzXs]="3" nzFor="workOrderRemarkZy">注意事项</nz-form-label>
|
1290
|
1290
|
<nz-form-control class="control" [nzSm]="24" [nzXs]="24" nzErrorTip="请填写注意事项!">
|
1291
|
1291
|
<div class="noteSign">
|
1292
|
|
- <textarea class="noteFocus" (focus)="focusNote()" formControlName="workOrderRemarkZy" nz-input [placeholder]="deptZyList.taskType.remarksPrompts" [nzAutosize]="{ minRows: 3, maxRows: 5 }" maxlength="100" [(ngModel)]="workOrderRemarkZy"></textarea>
|
|
1292
|
+ <textarea class="noteFocus" (focus)="focusNote()" formControlName="workOrderRemarkZy" nz-input [placeholder]="deptZyList.taskType.remarksPrompts" rows="3" maxlength="100" [(ngModel)]="workOrderRemarkZy"></textarea>
|
1293
|
1293
|
<div class="noteList" *ngIf="isShowNoteList">
|
1294
|
1294
|
<ng-container *ngIf="!noteLoading && noteList.length">
|
1295
|
1295
|
<div class="noteItem ellipsis-oneline" *ngFor="let item of noteList" [title]="item.name" (click)="selectNote(item.name)">{{item.name}}</div>
|
|
@@ -1429,7 +1429,7 @@
|
1429
|
1429
|
<nz-form-label class="label" [nzSm]="2" [nzXs]="2" nzFor="workOrderRemark">工单备注</nz-form-label>
|
1430
|
1430
|
<span class="customRemarks" *ngFor="let item of deptQtList.taskType.customRemarks" (click)="addRemarks(item)">【{{ item }}】</span>
|
1431
|
1431
|
<nz-form-control class="control" [nzSm]="24" [nzXs]="24" nzErrorTip="请填写工单备注!">
|
1432
|
|
- <textarea formControlName="workOrderRemark" nz-input [placeholder]="deptQtList.taskType.remarksPrompts" [nzAutosize]="{ minRows: 3, maxRows: 5 }" maxlength="100" [(ngModel)]="workOrderRemark" #remarksEle></textarea>
|
|
1432
|
+ <textarea formControlName="workOrderRemark" nz-input [placeholder]="deptQtList.taskType.remarksPrompts" rows="3" maxlength="100" [(ngModel)]="workOrderRemark" #remarksEle></textarea>
|
1433
|
1433
|
</nz-form-control>
|
1434
|
1434
|
</nz-form-item>
|
1435
|
1435
|
</div>
|