Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -18,16 +18,16 @@
|
|||||||
{{ costInfo?.brmdate }}
|
{{ costInfo?.brmdate }}
|
||||||
</se>
|
</se>
|
||||||
<se label="收款方式" required>
|
<se label="收款方式" required>
|
||||||
{{ costInfo?.brmmode }}
|
{{ costInfo?.brmmodeLabel }}
|
||||||
</se>
|
</se>
|
||||||
<se label="银行类型">
|
<se label="银行类型">
|
||||||
{{ costInfo?.banktype }}
|
{{ costInfo?.banktypeLabel }}
|
||||||
</se>
|
</se>
|
||||||
<se label="付款人" required>
|
<se label="付款人" required>
|
||||||
{{ costInfo?.artoname }}
|
{{ costInfo?.artoname }}
|
||||||
</se>
|
</se>
|
||||||
<se label="收款类型" required>
|
<se label="收款类型" required>
|
||||||
{{ costInfo?.brmtype }}
|
{{ costInfo?.brmtypeLabel }}
|
||||||
</se>
|
</se>
|
||||||
<se label="收款账户" required>
|
<se label="收款账户" required>
|
||||||
{{ costInfo?.ltdaccountId }}
|
{{ costInfo?.ltdaccountId }}
|
||||||
|
|||||||
@ -88,8 +88,8 @@ export class FreightAccountService extends ShipperBaseService {
|
|||||||
|
|
||||||
// 查询收款单抬头
|
// 查询收款单抬头
|
||||||
$api_get_receipt_page = '/api/fcc/ficoBrmH/list/page';
|
$api_get_receipt_page = '/api/fcc/ficoBrmH/list/page';
|
||||||
// 获取收款单抬头
|
// 收款单抬头信息
|
||||||
$api_get_receipt_header = '/api/fcc/ficoBrmH/get';
|
$api_get_receipt_header = '/api/fcc/ficoBrmH/getFicoPayHById';
|
||||||
// 获取收款单抬头
|
// 获取收款单抬头
|
||||||
$api_get_receipt_detail = '/api/fcc/ficoBrmYsk/getListByBrmHid';
|
$api_get_receipt_detail = '/api/fcc/ficoBrmYsk/getListByBrmHid';
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<nz-card class="content-box" nzBordered>
|
<nz-card nzBordered>
|
||||||
<div class="d-flex align-items-center mb-md">
|
<div class="d-flex align-items-center mb-md">
|
||||||
<button nz-button (click)="this.deletedInvoice()">作废发票</button>
|
<button nz-button (click)="this.deletedInvoice()">作废发票</button>
|
||||||
<button nz-button (click)="this.invoiceHongChong()">发票红冲</button>
|
<button nz-button (click)="this.invoiceHongChong()">发票红冲</button>
|
||||||
|
|||||||
@ -1,36 +0,0 @@
|
|||||||
:host::ng-deep {
|
|
||||||
.search-box {
|
|
||||||
.ant-card-body {
|
|
||||||
padding-bottom: 18px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-box {
|
|
||||||
.ant-card-body {
|
|
||||||
padding-top: 16px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
nz-range-picker {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-truncate {
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.expend-options {
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
|
||||||
.expend-options {
|
|
||||||
max-width : 400px;
|
|
||||||
position : absolute;
|
|
||||||
right : 0;
|
|
||||||
bottom : 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -9,7 +9,7 @@ import { TicketService } from '../../services/ticket.service';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'app-invoiced-list',
|
selector: 'app-invoiced-list',
|
||||||
templateUrl: './invoiced-list.component.html',
|
templateUrl: './invoiced-list.component.html',
|
||||||
styleUrls: ['./invoiced-list.component.less']
|
styleUrls: ['../../../commom/less/box.less', '../../../commom/less/expend-but.less']
|
||||||
})
|
})
|
||||||
export class InvoicedListComponent implements OnInit {
|
export class InvoicedListComponent implements OnInit {
|
||||||
@ViewChild('st', { static: true })
|
@ViewChild('st', { static: true })
|
||||||
|
|||||||
Reference in New Issue
Block a user