Exemplo n.º 1
0
 //复查反馈
 protected void btnFCFKClick(object sender, AjaxEventArgs e)
 {
     if (cbbplace.SelectedItem.Text == "")
     {
         Ext.Msg.Alert("提示", "地点不可为空!").Show();
     }
     else
     {
         Window1.Show();
         bindYH();
         Tab1.Show();
         Tab2.Disabled = true;
         Tab1.Disabled = false;
     }
 }
Exemplo n.º 2
0
 protected void btnReturnClick(object sender, AjaxEventArgs e)//返回
 {
     Tab1.Show();
     this.Tab2.Disabled = true;
     this.Tab1.Disabled = false;
 }