edit
This commit is contained in:
@ -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>
|
||||||
|
|||||||
@ -183,7 +183,7 @@ export class ReceivableOrderComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
bankType: {
|
banktype: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '银行类型',
|
title: '银行类型',
|
||||||
enum: [
|
enum: [
|
||||||
|
|||||||
@ -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}}
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user