C# Class Distribution_OrderIssue_ViewShipList, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
InitPageParameter ( com.Sconit.Entity.Distribution.InProcessLocation ip ) : void
InitPageParameter ( com.Sconit.Entity.Distribution.InProcessLocation ip, bool printASN ) : void

Protected Methods

Method Description
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnBack_Click ( object sender, EventArgs e ) : void
btnPrint_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
PrintASN ( com.Sconit.Entity.Distribution.InProcessLocation inProcessLocation ) : void
RePrintASN ( ) : void

Method Details

GV_List_RowDataBound() protected method

protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void

InitPageParameter() public method

public InitPageParameter ( com.Sconit.Entity.Distribution.InProcessLocation ip ) : void
ip com.Sconit.Entity.Distribution.InProcessLocation
return void

InitPageParameter() public method

public InitPageParameter ( com.Sconit.Entity.Distribution.InProcessLocation ip, bool printASN ) : void
ip com.Sconit.Entity.Distribution.InProcessLocation
printASN bool
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnBack_Click() protected method

protected btnBack_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnPrint_Click() protected method

protected btnPrint_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void