edit
This commit is contained in:
@ -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>
|
||||
|
||||
@ -183,7 +183,7 @@ export class ReceivableOrderComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
},
|
||||
bankType: {
|
||||
banktype: {
|
||||
type: 'string',
|
||||
title: '银行类型',
|
||||
enum: [
|
||||
|
||||
@ -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}}
|
||||
|
||||
@ -285,7 +285,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
}
|
||||
},
|
||||
sts: {
|
||||
title: '结算依据',
|
||||
title: '发票状态',
|
||||
type: 'string',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
|
||||
Reference in New Issue
Block a user