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> <se label="付款人" required>
{{headerInfo?.artoname}} {{headerInfo?.artoname}}
</se> </se>
<se label="付款账户" required> <!-- <se label="付款账户" required>
{{headerInfo?.artocode}} {{headerInfo?.artocode}}
</se> </se> -->
<se label="应收金额"> <se label="应收金额">
{{headerInfo?.armoney | currency}} {{headerInfo?.armoney | currency}}
</se> </se>

View File

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

View File

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

View File

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