This commit is contained in:
Taric Xin
2022-03-28 09:35:32 +08:00
parent 75db016c07
commit 3de3f4dd35
4 changed files with 5 additions and 5 deletions

View File

@ -29,9 +29,9 @@
<se label="付款人" required>
{{headerInfo?.artoname}}
</se>
<se label="付款账户" required>
<!-- <se label="付款账户" required>
{{headerInfo?.artocode}}
</se>
</se> -->
<se label="应收金额">
{{headerInfo?.armoney | currency}}
</se>

View File

@ -183,7 +183,7 @@ export class ReceivableOrderComponent implements OnInit {
}
}
},
bankType: {
banktype: {
type: 'string',
title: '银行类型',
enum: [

View File

@ -65,7 +65,7 @@
<p style="margin: 0;">开户行: {{openInfo?.artobank}}</p>
</se>
<se [col]="1" label="服务名称" class="mb-sm">
{{openInfo?.vatname}}
{{openInfo?.vatnameLable}}
</se>
<se [col]="1" label="发票备注栏" class="mb-sm">
{{openInfo?.vatremarks}}

View File

@ -285,7 +285,7 @@ export class CancellationInvoiceComponent implements OnInit {
}
},
sts: {
title: '结算依据',
title: '发票状态',
type: 'string',
ui: {
widget: 'dict-select',