using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient ;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration ;
}
//门店登录
if ( (cookie.Values["IsShop"]=="1")&&( cookie.Values["IsServer"]=="0"))
{
mySelect="select ReportCode,TroubleTitle,TroubleStateName,ReportDate,LiabilityPersonName,TroubleLiabilityPersonName,TroubleStateID from vw_TroubleReport_TroubleState where ShopCode='"+cookie.Values["ShopCode"]+"' and TroubleStateID BETWEEN 1 and 4 order by ReportDate desc " ;
dgShopLoginBind();
ShopGetBackColor("等待评价");
}
}*/
}
case "ReportCode":
mySelect="select ReportCode,TroubleTitle,TroubleStateName,ReportDate,LiabilityPersonName,TroubleLiabilityPersonName,TroubleStateID from vw_TroubleReport_TroubleState where ShopCode='"+cookie.Values["ShopCode"]+"' and TroubleStateID BETWEEN 1 and 4 order by ReportCode desc " ;
dgShopLoginBind() ;
break;
case "TroubleTitle":
mySelect=...;
dgShopLoginBind() ;
break;
case "ReportDate":
mySelect=...;
dgShopLoginBind() ;
break;
case "LiabilityPersonName":
mySelect=... ;
dgShopLoginBind() ;
break;
case "TroubleLiabilityPersonName":
mySelect=... ;
dgShopLoginBind() ;
break;
case "TroubleStateName":
mySelect=...;
dgShopLoginBind() ;
break;
}