|  |  |  | 
|---|
|  |  |  | List<ClsKf_ProductInBillMain> list = new List<ClsKf_ProductInBillMain>(); | 
|---|
|  |  |  | ListModels listModels = new ListModels(); | 
|---|
|  |  |  | list = listModels.getProductInBillMainByJson(jsonString); | 
|---|
|  |  |  | list[0].HYear = ClsPub.isLong(DateTime.Now.Year); | 
|---|
|  |  |  | list[0].HDate = ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd")); | 
|---|
|  |  |  | //list[0].HYear = ClsPub.isLong(DateTime.Now.Year); | 
|---|
|  |  |  | //list[0].HDate = ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd")); | 
|---|
|  |  |  | string hbillType = list[0].HBillType; | 
|---|
|  |  |  | WebAPI.WebS.ClsKf_ProductInBillMain clsKf_ProductInBillMain = new WebAPI.WebS.ClsKf_ProductInBillMain(); | 
|---|
|  |  |  | clsKf_ProductInBillMain.HInterID = list[0].HInterID; | 
|---|
|  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | this.objJsonResult.code = "0"; | 
|---|
|  |  |  | this.objJsonResult.count = 1; | 
|---|
|  |  |  | this.objJsonResult.Message = "生成产品入库单成功!单据号为:"; | 
|---|
|  |  |  | objJsonResult.Message = DBUtility.ClsPub.sErrInfo;  //成功! | 
|---|
|  |  |  | //this.objJsonResult.Message = "生成产品入库单成功!单据号为:"; | 
|---|
|  |  |  | this.objJsonResult.data = null; | 
|---|
|  |  |  | result = this.objJsonResult; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | this.objJsonResult.code = "0"; | 
|---|
|  |  |  | this.objJsonResult.count = 0; | 
|---|
|  |  |  | this.objJsonResult.Message = "上传失败!" + ClsPub.sErrInfo; | 
|---|
|  |  |  | objJsonResult.Message = DBUtility.ClsPub.sErrInfo;  //失败! | 
|---|
|  |  |  | //this.objJsonResult.Message = "上传失败!" + ClsPub.sErrInfo; | 
|---|
|  |  |  | this.objJsonResult.data = null; | 
|---|
|  |  |  | result = this.objJsonResult; | 
|---|
|  |  |  | } | 
|---|