|  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | try | 
|---|
|  |  |  | { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | string sErrMsg = ""; | 
|---|
|  |  |  | bool sBool = false; | 
|---|
|  |  |  | oView = webserver.get_InfoByBarCode_Source(sBarCode, sInterID, ref sBool, ref sErrMsg); | 
|---|
|  |  |  | 
|---|
|  |  |  | string msg1 = _value.ToString(); | 
|---|
|  |  |  | try | 
|---|
|  |  |  | { | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<Model.ClsKf_ICStockBillMain> lsmain = new List<Model.ClsKf_ICStockBillMain>(); | 
|---|
|  |  |  | ListModels oListModels = new ListModels(); | 
|---|
|  |  |  | lsmain = oListModels.getICStockBillMainByJson(msg1); | 
|---|
|  |  |  | 
|---|
|  |  |  | websLsmain.HOWNERID = lsmain[0].HSTOCKORGID; | 
|---|
|  |  |  | websLsmain.HKeeperID = lsmain[0].HKeeperID; | 
|---|
|  |  |  | websLsmain.HBillType = "1203";//固定值 | 
|---|
|  |  |  | websLsmain.HBillSubType = lsmain[0].HBillSubType; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | WebS.WebService1 oWebs = new WebS.WebService1(); | 
|---|
|  |  |  | WebS.ClsXt_SystemParameterMain oSystemParameterMain = new WebS.ClsXt_SystemParameterMain(); | 
|---|