freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

工廠銷售管理系統(tǒng)源程序清單-在線瀏覽

2024-11-16 00:06本頁面
  

【正文】 //().isInstance(itemAddContract) AddContract act = new AddContract()。 } else if(obj==itemContractPrint){ //().isInstance(itemContractPrint) ContractPrint ctp = new ContractPrint()。 10 } else if(obj == itemDelContract){ //().isInstance(itemDelContract) DelContract adt = new DelContract()。 } else if(obj==itemEditContract){ EditContract ect =new EditContract()。 } else if(obj==itemNumberPrint){ NumberPrint np = new NumberPrint()。 } else if(obj==itemProductCount){ ProductCount pc = new ProductCount()。 } else if(obj==itemYearCount){ YearCount yc = new YearCount()。 } else if(obj==itemCustomerPrint){ CustomerPrint cp = new CustomerPrint()。 } else if(obj==itemCustomerSearch_1){ CustomerSearch_1 sc_1 = new CustomerSearch_1()。 } else if(obj==itemLevelSearch){ LevelSearch np = new LevelSearch()。 } else if(obj==itemOweSearch){ OweSearch os = new OweSearch()。 } else if(obj==itemEditProduct){ EditProduct ep = new EditProduct()。 } else if(obj==itemEditProIndex){ EditProIndex epi = new EditProIndex()。 } else if(obj==itemInConMoney){ InConMoney icp = new InConMoney()。 } else if(obj==itemInProduct){ InProduct ip = new InProduct()。 } else if(obj==itemOutProduct){ OutProduct op = new OutProduct()。 } else if(obj==itemQuitProduct){ QuitProduct qp = new QuitProduct()。 } else if(obj==itemSearchProIndex){ SearchProIndex np = new SearchProIndex()。 } else if(obj==itemContExecuteSearch){ ContExecuteSearch np = new ContExecuteSearch()。 } else if(obj==itemContractSearch){ ContractSearch cs = new ContractSearch()。 } else if(obj==itemCustomerSearch){ CustomerSearch cs = new CustomerSearch()。 } else if(obj==itemDeliverySearch){ DeliverySearch ds = new DeliverySearch()。 } else if(obj==itemPaySearch){ PaySearch ps = new PaySearch()。 } else if(obj==itemProductSearch){ ProductSearch ps = new ProductSearch()。 } } } package 。 public class DataBase { String DBDRIVER = 。 //定義數(shù)據(jù)庫連接地址 jdbc:odbc:fsms jdbc:microsoft: private Connection conn = null。 //定義 statement對象 ,用于操作數(shù)據(jù)庫 String sql。 //定義結(jié)果集 rs public void Dababase(){ //定義一個(gè)構(gòu)造函數(shù) } /** * 打開數(shù)據(jù)庫 */ public void Openconn()throws Exception{ try{ (DBDRIVER)。 //連接數(shù)據(jù)庫 } catch(Exception e){ (數(shù)據(jù)庫連接失敗 !!!)。 rs=null。 rs=(sql)。 } return rs。 //rs=null。 (sql)。 } catch(SQLException e){ (executeUpdate:+())。 } catch(SQLException e1){ (數(shù)據(jù)庫關(guān)閉失敗 !!!)。 } catch(SQLException e2){ (數(shù)據(jù)庫關(guān)閉失敗 !!)。 else str=new String((ISO88591),GBK)。} return str。 /** * author 超老板 * * 創(chuàng)建標(biāo)識 :071224 */ import 。 import 。 ConBean cb = new ConBean()。 setBounds(100, 100, 500, 375)。 (添加合同 )。 (false)。 (true)。 (true)。 (true)。 (true)。 (true)。 (( 400) / 2,( 300) / 2 + 45)。 (清 空 )。 (this)。 if(obj == add){ (false)。 (false)。 16 (false)。 (false)。 (false)。 (false)。 ((), (), (), (),(), (), (), (), ())。 AddContract ac = new AddContract()。 } else if(obj == clear){ setNull()。 } } } package 。 import 。 //有關(guān)合同數(shù)據(jù)庫操作的類 public class ConBean { String sql。 String contract_no。 String exchange_add。 String transport_fee。 String product_name。 String price。 String colName。//列值 String colValue2。//合同的新編號 //添加合同 public void addCon(String checkout_Meth,String exchange_Add,String transport_Meth,String transport_Fee,String need_Name,String product_Name,String numBer,String priCe,String delivery_Data){ DataBase db = new DataBase()。 = checkout_Meth。 = transport_Meth。 = need_Name。 = numBer。 = delivery_Data。 return。 return。+checkout_meth+39。+exchange_add+39。+transport_meth+39。+transport_fee+39。+need_name+39。+product_name+39。+number+39。+price+39。+delivery 18 _data+39。 try{ ()。 (null,成功添加一條記錄 )。 (null, 添加失敗 , 錯誤,)。 ()。 = contract_No。 = exchange_Add。 = transport_Fee。 = product_Name。 = priCe。 if(need_name == null||()){ (null, 請 輸 入 需 方 名 稱 , 錯誤,)。 } else{ sql = update contract set Checkout_meth = 39。,Exchange_add = 39。,Transport_meth = 19 39。,Transport_fee = 39。,Need_name = 39。,Product_name =39。,Numbe = 39。,Price = 39。,Delivery_data = 39。 where Contract_no = +(contract_no)+。 (sql)。 } catch(Exception e){ (e)。 } finally{ ()。 } } //刪除合同 public void delCon(String contract_No){ DataBase db = new DataBase()。 sql = delete from contract where Contract_no = +(contract_no)+。 (sql)。 } catch(Exception e){ (e)。 } finally{ ()。 } } 20 //根據(jù)合同號查詢合同執(zhí)行情況清單 public String[] searchCon(String no){ DataBase db = new DataBase()。 String[] s = new String[9]。 try{ ()。 if(()){ s[0] = (Checkout_meth)。 s[2] = (Transport_meth)。 s[4] = (Need_name)。 s[6] = (Numbe)。 s[8] = (Delivery_data)。 } catch(Exception e){ } finally{ ()。 } return s。 = colvalue。 String[][] = null。 int i = 0。 if(colValue == null||()){ sql = select * from contract。+colValue+39。 rs = (sql)。 } if(row == 0){ = null。 ()。 while(()){ [i][0] = (Contract_no)。 [i][2] = (Exchange_add
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1