Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user