| | |
| | | { |
| | | private int HItemIDCol = 0; |
| | | private int HNumberCol = 0; |
| | | public SCM.frm_G_BillQueryCondition_Base frmCondition; |
| | | public frmBillQueryCondition_Base frmCondition; |
| | | const string ViewName = "h_v_Xt_SystemLogList"; |
| | | const string ModName = "ç¨æ·"; |
| | | public Pub_Class.ClsPub.Enum_InputMode InputMode; //å½å
¥ç¶ææ å¿(0-éå½å
¥ç¶æ 1-å¢å 2-ä¿®æ¹) |
| | |
| | | private void Xt_SystemLog_Load(object sender, EventArgs e) |
| | | { |
| | | oWeb.Url = ClsPub1.WEBSURL; |
| | | frmCondition = new SCM.frm_G_BillQueryCondition_Base(); |
| | | frmCondition = new frmBillQueryCondition_Base(); |
| | | LoadTree(); |
| | | initGrid(); |
| | | InputMode = Pub_Class.ClsPub.Enum_InputMode.InputMode_View; |
| | |
| | | //æ¥è¯¢ |
| | | private void cx_Click(object sender, EventArgs e) |
| | | { |
| | | frmCondition = new SCM.frm_G_BillQueryCondition_Base(); |
| | | frmCondition.Tag = ""; |
| | | frmCondition.ViewName = ViewName; |
| | | frmCondition.ModName = this.Name; |
| | | frmCondition = new frmBillQueryCondition_Base(); |
| | | SetCondition(frmCondition, ViewName, this.Name); |
| | | frmCondition.ShowDialog(); |
| | | if (frmCondition.Tag.ToString() == "OK") |
| | | { |
| | | Display(); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | public void SetCondition(frmBillQueryCondition_Base frmCondition, string ViewName, string Name) |
| | | { |
| | | frmCondition.Tag = ""; |
| | | frmCondition.ViewName = ViewName; |
| | | frmCondition.ModName = Name; |
| | | } |
| | | |
| | | |
| | | //å¾å°å¯¹åºå |
| | | private Int32 Fun_GetCol(string sCol) |
| | | { |