Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-03-22 17:55:12 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ export class WithdrawalsRecordComponent {
nzFooter: [ nzFooter: [
{ {
label: '拒绝', label: '拒绝',
loading: () => this.service.http.loading, disabled: () => this.service.http.loading,
type: 'default', type: 'default',
onClick: () => { onClick: () => {
if (!this.msg) { if (!this.msg) {
@ -102,7 +102,7 @@ export class WithdrawalsRecordComponent {
}, },
{ {
label: '通过', label: '通过',
loading: () => this.service.http.loading, disabled: () => this.service.http.loading,
type: 'primary', type: 'primary',
onClick: () => { onClick: () => {
this.service this.service

View File

@ -334,7 +334,7 @@
{{ userIdentityDetail?.name }} {{ userIdentityDetail?.name }}
</se> </se>
<se [col]="1" label="备注" required> <se [col]="1" label="备注" required>
<textarea nz-input rows="3" style="width: 325px;margin-left: 14px;" [(ngModel)]="approvalOpinion"></textarea> <textarea nz-input rows="3" style="width: 325px;margin-left: 14px;" maxlength="120" [(ngModel)]="approvalOpinion"></textarea>
</se> </se>
</div> </div>
</div> </div>
@ -350,7 +350,7 @@
{{ licenseDetail?.licenseNo }} {{ licenseDetail?.licenseNo }}
</se> </se>
<se [col]="1" label="备注" required> <se [col]="1" label="备注" required>
<textarea nz-input rows="3" style="width: 325px;margin-left: 14px;" [(ngModel)]="approvalOpinion"></textarea> <textarea nz-input rows="3" style="width: 325px;margin-left: 14px;" maxlength="120" [(ngModel)]="approvalOpinion"></textarea>
</se> </se>
</div> </div>
</div> </div>