| | |
| | | { |
| | | 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.HMaker = lsmain[0].HMaker; |
| | | websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; |
| | | websLsmain.HOWNERID = lsmain[0].HSTOCKORGID; |
| | | websLsmain.HKeeperID = lsmain[0].HKeeperID; |
| | | websLsmain.HBillType = "1203";//固定值 |
| | | |
| | | WebS.WebService1 oWebs = new WebS.WebService1(); |