| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("PackSplit/set_SavePackSplitBill_Json")] |
| | | [HttpPost] |
| | | public Object set_SavePackSplitBill_Json(long sInterID, string HBillType, string sBillNo,string HTBarCode,string sMaker,long HOWNERID, ref string sErrMsg) |
| | | [HttpGet] |
| | | public Object set_SavePackSplitBill_Json(long sInterID, string HBillType, string sBillNo,string HTBarCode,string sMaker,long HOWNERID) |
| | | { |
| | | try |
| | | { |
| | |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "生成退料单成功!单据号为:"; |
| | | objJsonResult.Message = "生成成功!单据号为:"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |