edit
This commit is contained in:
		| @ -1,10 +1,11 @@ | ||||
| import { Component, OnInit, ViewChild } from '@angular/core'; | ||||
| import { CurrencyPipe } from '@angular/common'; | ||||
| import { Component, ViewChild } from '@angular/core'; | ||||
| import { Router } from '@angular/router'; | ||||
| import { STComponent, STColumn, STRequestOptions } from '@delon/abc/st'; | ||||
| import { SFComponent, SFSchema, SFDateWidgetSchema } from '@delon/form'; | ||||
| import { NzModalService } from 'ng-zorro-antd/modal'; | ||||
|  | ||||
| import { FreightAccountService } from '../../services/freight-account.service'; | ||||
| import { CurrencyPipe } from '@angular/common'; | ||||
|  | ||||
| @Component({ | ||||
|   selector: 'app-transaction-flow', | ||||
| @ -12,7 +13,7 @@ import { CurrencyPipe } from '@angular/common'; | ||||
|   styleUrls: ['./transaction-flow.component.less'], | ||||
|   providers: [CurrencyPipe] | ||||
| }) | ||||
| export class TransactionFlowComponent implements OnInit { | ||||
| export class TransactionFlowComponent { | ||||
|   @ViewChild('st', { static: true }) | ||||
|   st!: STComponent; | ||||
|   @ViewChild('sf', { static: false }) | ||||
| @ -29,8 +30,6 @@ export class TransactionFlowComponent implements OnInit { | ||||
|     private currencyPipe: CurrencyPipe | ||||
|   ) {} | ||||
|  | ||||
|   ngOnInit(): void {} | ||||
|  | ||||
|   beforeReq = (requestOptions: STRequestOptions) => { | ||||
|     if (this.sf) { | ||||
|       Object.assign(requestOptions.body, { | ||||
| @ -162,7 +161,7 @@ export class TransactionFlowComponent implements OnInit { | ||||
|             } | ||||
|           } | ||||
|         }, | ||||
|         orderSn221f: { | ||||
|         projectId: { | ||||
|           type: 'string', | ||||
|           title: '所属项目', | ||||
|           ui: { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user