edit
This commit is contained in:
@ -37,7 +37,7 @@ export class ETCInvoicedListComponent implements OnInit {
|
|||||||
const modal = this.nzModalService.create({
|
const modal = this.nzModalService.create({
|
||||||
nzTitle: '运单交易明细',
|
nzTitle: '运单交易明细',
|
||||||
nzContent: TransactionDetailsComponent,
|
nzContent: TransactionDetailsComponent,
|
||||||
nzWidth: 900,
|
nzWidth: 950,
|
||||||
nzComponentParams: { data: item },
|
nzComponentParams: { data: item },
|
||||||
nzOnOk: com => {
|
nzOnOk: com => {
|
||||||
console.log(com.selectedData);
|
console.log(com.selectedData);
|
||||||
|
|||||||
@ -73,7 +73,7 @@ export class TransactionDetailsComponent implements OnInit {
|
|||||||
get reqParams() {
|
get reqParams() {
|
||||||
const a: any = {};
|
const a: any = {};
|
||||||
if (this.data?.id) {
|
if (this.data?.id) {
|
||||||
a.wayBillId = this.data?.wayBillId;
|
a.waybillId = this.data?.wayBillId;
|
||||||
}
|
}
|
||||||
const params: any = Object.assign({}, this.sf?.value || {});
|
const params: any = Object.assign({}, this.sf?.value || {});
|
||||||
delete params._$expand;
|
delete params._$expand;
|
||||||
|
|||||||
Reference in New Issue
Block a user