edit
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
{{info?.artoacc}}
|
||||
</se>
|
||||
<se label="票面备注">
|
||||
{{info?.vatremarks}}
|
||||
{{info?.remarks}}
|
||||
</se>
|
||||
</div>
|
||||
<div nz-col nzSpan="12" se-container [labelWidth]="100" col="1">
|
||||
|
||||
@ -14,22 +14,6 @@ export class PushInvoiceComponent implements OnInit {
|
||||
@ViewChild('st', { static: false })
|
||||
st!: STComponent;
|
||||
columns: STColumn[] = this.initST();
|
||||
data = [
|
||||
{
|
||||
key: 0,
|
||||
disabled: true,
|
||||
href: 'https://ant.design',
|
||||
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/eeHMaZBwmTvLdIwMfBpg.png',
|
||||
no: 'TradeCode 0'
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
disabled: false,
|
||||
href: 'https://ant.design',
|
||||
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/udxAbMEhpwthVVcjLXik.png',
|
||||
no: 'TradeCode 1'
|
||||
}
|
||||
];
|
||||
|
||||
info: any = {};
|
||||
id!: number;
|
||||
|
||||
Reference in New Issue
Block a user