The Webform+easyui-based business management system formation journey-construction planning arrangement, mainly introduces the whole construction plan list and the editing interface.
Check out the construction plan below (Ⅰⅱⅲⅳⅴⅵⅶⅷ)
Ⅰ, Construction Plan inquiry
The Construction plan query interface, as shown in.
Click "Query", the date of the year to arrive at the construction plan, the specific code is as follows
1 protected voidLbtsearch_click (Objectsender, EventArgs e)2 {3 if(Checkinput ())4 {5 stringConnvalue =datafactory.baseconnstring;6Stireport report =NewStireport ();7SqlConnection conn =NewSqlConnection (connvalue);8 stringAppdirectory = Utils.getmappath (@"/MAIN/PMC/REPORTMODULES/REPORTS/CONPLANREPORT.MRT");9 Report . Load (appdirectory);Ten Report . Dictionary.Databases.Clear (); OneReport. DICTIONARY.DATABASES.ADD (NewStisqldatabase ("BasePermissionV10", Connvalue)); A Report . Dictionary.DataStore.Clear (); -Report. Regdata ("BasePermissionV10", conn); - report.compile (); thereport["@sYear"] = This. Ddlyear.selectedvalue; -report["@sMonth"] = This. Ddlmonth.selectedvalue; -Stiwebviewer1.report =Report ; - } +}
The formation of business management system based on Webform+easyui--Construction plan inquiry