| | |
| | | ",HStdSourceQty=" + omodel.HStdSourceQty.ToString() + |
| | | ",HAddSourceRate=" + omodel.HAddSourceRate.ToString() + |
| | | ",HDelSourceRate=" + omodel.HDelSourceRate.ToString() + |
| | | ",HPicNumVer='" + omodel.HPicNumVer.ToString() + "'" + |
| | | ",HPicNumAssemble='" + omodel.HPicNumAssemble.ToString() + "'" + |
| | | ",HMaterTexture='" + omodel.HMaterTexture.ToString() + "'" + |
| | | ",HProductNum='" + omodel.HProductNum.ToString() + "'" + |
| | | ",HVerNum='" + omodel.HVerNum.ToString() + "'" + |
| | | |
| | | " where HInterID=" + lngBillKey.ToString()); |
| | | //鍒犻櫎鍏宠仈 |
| | |
| | | omodel.HStdSourceQty = DBUtility.ClsPub.isSingle(Ds.Tables[0].Rows[0]["HStdSourceQty"].ToString()); |
| | | omodel.HAddSourceRate = DBUtility.ClsPub.isSingle(Ds.Tables[0].Rows[0]["HAddSourceRate"].ToString()); |
| | | omodel.HDelSourceRate = DBUtility.ClsPub.isSingle(Ds.Tables[0].Rows[0]["HDelSourceRate"].ToString()); |
| | | omodel.HPicNumVer = Ds.Tables[0].Rows[0]["HPicNumVer"].ToString().Trim(); |
| | | omodel.HPicNumAssemble = Ds.Tables[0].Rows[0]["HPicNumAssemble"].ToString().Trim(); |
| | | omodel.HMaterTexture = Ds.Tables[0].Rows[0]["HMaterTexture"].ToString().Trim(); |
| | | omodel.HProductNum = Ds.Tables[0].Rows[0]["HProductNum"].ToString().Trim(); |
| | | omodel.HVerNum = Ds.Tables[0].Rows[0]["HVerNum"].ToString().Trim(); |
| | | |
| | | //寰幆 |
| | | DataSet DsSub ; |