去掉了两块shit
parent
f628f5dbfb
commit
62155de02d
|
@ -72,9 +72,7 @@ export class InvoiceSearchOption{
|
|||
this.pageNum=0
|
||||
this.pageSize=20
|
||||
}
|
||||
private nullOrValue(){
|
||||
|
||||
}
|
||||
toString(){
|
||||
let res="pageNum="+this.pageNum+"&pageSize="+this.pageSize
|
||||
res+=(this.invoiceNo===null||this.invoiceNo===""?"":("&invoiceNo="+this.invoiceNo));
|
||||
|
|
|
@ -20,6 +20,7 @@ class InvoiceSearch extends React.Component<any, any> {
|
|||
searchContent:'请在此输入',
|
||||
invoiceSearchOption:new InvoiceSearchOption()
|
||||
}
|
||||
this.onSearch('')
|
||||
}
|
||||
onSearch=(value: string)=>{
|
||||
if(this.state.activatedOption === "发票代码") {
|
||||
|
|
Loading…
Reference in New Issue