public DataTable ShowDistrictClass(string cDCCode) { string s = DBWebService.ShowDistrictClass(clsDES.Encrypt(cDCCode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ShowlookUpDate(string code, string iType) { string s = DBWebService.ShowlookUpDate(clsDES.Encrypt(code), clsDES.Encrypt(iType)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ShowEngineering(string cECode) { string s = DBWebService.ShowEngineering(clsDES.Encrypt(cECode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ShowSecurity(string cSCode) { string s = DBWebService.ShowSecurity(clsDES.Encrypt(cSCode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ShowPerson(string PersonCode) { string s = DBWebService.ShowPerson(clsDES.Encrypt(PersonCode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ShowDepartment(string cDepCode) { string s = DBWebService.ShowDepartment(clsDES.Encrypt(cDepCode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable LookUpUserInfo() { string s = DBWebService.LookUpUserInfo(); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtDistrictClass() { string s = DBWebService.dtDistrictClass(); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ClsUserInfoQueryGetAllDt() { string s = DBWebService.ClsUserInfoQueryGetAllDt(); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable LookUpLoopUpData(string id) { string s = DBWebService.LookUpLoopUpData(clsDES.Encrypt(id)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ClsUserEditQueryGetUserRole(string sUid) { string s = DBWebService.ClsUserEditQueryGetUserRole(clsDES.Encrypt(sUid)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ClsRoleRightGetTreeInfo(string sPK) { string s = DBWebService.ClsRoleRightGetTreeInfo(clsDES.Encrypt(sPK)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ClsBuckUpDataBaseGetSerHostName() { string s = DBWebService.ClsBuckUpDataBaseGetSerHostName(); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public string saveForm(DataTable sdt, string FormCode, string FormName, string NameSpace, string FrmUpName, string OrderID, int iHide, int iNoUse, int iSystem, int iUse) { string s = clsDES.Decrypt(DBWebService.saveForm(clsDES.Encrypt(Cls序列化.SerializeDataTableXml(sdt)), clsDES.Encrypt(FormCode), clsDES.Encrypt(FormName), clsDES.Encrypt(NameSpace), clsDES.Encrypt(FrmUpName), clsDES.Encrypt(OrderID), iHide, iNoUse, iSystem, iUse)); return(s); }
public DataTable ShowInventory(string cInvCode) { string s = DBWebService.ShowInventory(clsDES.Encrypt(cInvCode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtComputationUnit() { string s = DBWebService.dtComputationUnit(); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable ShowProject(string code) { string s = DBWebService.ShowProject(clsDES.Encrypt(code)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtReportCheck(DateTime dDate1, DateTime dDate2, DateTime dDate3, DateTime dDate4, string cPCCode, string cDCCode, string PersonCode, string cECode) { string s = DBWebService.dtReportCheck(dDate1, dDate2, dDate3, dDate4, clsDES.Encrypt(cPCCode), clsDES.Encrypt(cDCCode), clsDES.Encrypt(PersonCode), clsDES.Encrypt(cECode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtRdRecord(int type, string iID, string cRsCode) { string s = DBWebService.dtRdRecord(type, clsDES.Encrypt(iID), clsDES.Encrypt(cRsCode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtnewRdRecord(int type) { string s = DBWebService.dtnewRdRecord(type); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtRole(string vchrUid) { string s = DBWebService.dtRole(clsDES.Encrypt(vchrUid)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtListRdRecord(string iCode, string iName, string dDate1, string dDate2, string cInvCode1, string cInvCode2, string cRsCode) { string s = DBWebService.dtListRdRecord(clsDES.Encrypt(iCode), clsDES.Encrypt(iName), clsDES.Encrypt(dDate1), clsDES.Encrypt(dDate2), clsDES.Encrypt(cInvCode1), clsDES.Encrypt(cInvCode2), clsDES.Encrypt(cRsCode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtProjectRole() { string s = DBWebService.dtProjectRole(); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtProject(int type, string iID) { string s = DBWebService.dtProject(type, clsDES.Encrypt(iID)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public DataTable dtListProject(string sWhere, string cPCCode) { string s = DBWebService.dtListProject(clsDES.Encrypt(sWhere), clsDES.Encrypt(cPCCode)); DataTable dt = Cls序列化.DeserializeDataTable(clsDES.Decrypt(s)); return(dt); }
public string saveProject(string uid, DataTable dtHead, DataTable dtGridRecord, DataTable dtGridQuality, DataTable dtGridSecurity, DataTable dtGridAtt , string delRecord, string delQuality, string delSecurity, string delAtt) { string s = clsDES.Decrypt(DBWebService.saveProject(clsDES.Encrypt(uid), clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dtHead)) , clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dtGridRecord)) , clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dtGridQuality)) , clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dtGridSecurity)) , clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dtGridAtt)) , clsDES.Encrypt(delRecord), clsDES.Encrypt(delQuality), clsDES.Encrypt(delSecurity), clsDES.Encrypt(delAtt))); return(s); }
public string saveRdRecord(string uid, DataTable dthead, DataTable dts, string del) { string s = clsDES.Decrypt(DBWebService.saveRdRecord(clsDES.Encrypt(uid), clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dthead)), clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dts)), clsDES.Encrypt(del))); return(s); }
public string saveProjectRole(DataTable dts) { string s = clsDES.Decrypt(DBWebService.saveProjectRole(clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dts)))); return(s); }
public string closeProject(string uid, DataTable dtGrid) { string s = clsDES.Decrypt(DBWebService.closeProject(clsDES.Encrypt(uid), clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dtGrid)))); return(s); }
public string saveInventory(DataTable dts) { string s = clsDES.Decrypt(DBWebService.saveInventory(clsDES.Encrypt(Cls序列化.SerializeDataTableXml(dts)))); return(s); }