瀏覽代碼

BUG修复

seimin 3 周之前
父節點
當前提交
ffe9a68726

+ 2 - 2
src/app/views/fuwutai/fuwutai.component.html

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

+ 2 - 2
src/app/views/hushijiandan/hushijiandan.component.html

@@ -1635,7 +1635,7 @@
1635 1635
                 </div>
1636 1636
                 <nz-form-control>
1637 1637
                   <div class="noteSign">
1638
-                    <textarea class="noteFocus" (focus)="focusNote()" nz-input [placeholder]="workOrderRemarkTips2" [nzAutosize]="{ minRows: 3, maxRows: 5 }" maxlength="100" formControlName="workOrderRemark2" [(ngModel)]="workOrderRemark2" #remarksEle2></textarea>
1638
+                    <textarea class="noteFocus" (focus)="focusNote()" nz-input [placeholder]="workOrderRemarkTips2" rows="3" maxlength="100" formControlName="workOrderRemark2" [(ngModel)]="workOrderRemark2" #remarksEle2></textarea>
1639 1639
                     <div class="noteList" *ngIf="isShowNoteList">
1640 1640
                       <ng-container *ngIf="!noteLoading && noteList.length">
1641 1641
                         <div class="noteItem ellipsis-oneline" *ngFor="let item of noteList" [title]="item.name" (click)="selectNote(item.name)">{{item.name}}</div>
@@ -1899,7 +1899,7 @@
1899 1899
       <textarea
1900 1900
         nz-input
1901 1901
         [placeholder]="workOrderRemarkTips1"
1902
-        [nzAutosize]="{ minRows: 3, maxRows: 5 }"
1902
+        rows="3"
1903 1903
         maxlength="100"
1904 1904
         [(ngModel)]="workOrderRemark1"
1905 1905
         #remarksEle1