已开发票参数修改
This commit is contained in:
		@ -39,6 +39,7 @@ export class InvoicedListComponent implements OnInit {
 | 
			
		||||
  ngOnInit(): void {}
 | 
			
		||||
 | 
			
		||||
  beforeReq = (requestOptions: STRequestOptions) => {
 | 
			
		||||
    Object.assign(requestOptions.body,{sts: '3'})
 | 
			
		||||
    if (this.sf) {
 | 
			
		||||
      Object.assign(requestOptions.body, {
 | 
			
		||||
        ...this.sf.value,
 | 
			
		||||
@ -48,7 +49,7 @@ export class InvoicedListComponent implements OnInit {
 | 
			
		||||
        }
 | 
			
		||||
      });
 | 
			
		||||
    }
 | 
			
		||||
    return requestOptions;
 | 
			
		||||
    return requestOptions ;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  stChange(e: STChange): void {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user