| | |
| | | } |
| | | #endregion |
| | | |
| | | #region[æ¡ç æå°æ´æ°æå°æ¬¡æ°] |
| | | /// <summary> |
| | | /// æ´æ°æå°æ¬¡æ° |
| | | /// </summary> |
| | | /// <param name="msg"></param> |
| | | /// <param name="msg2"></param> |
| | | /// <returns></returns> |
| | | [Route("Sc_BarCode/UpdateBarcodePrintQty")] |
| | | [HttpPost] |
| | | public object UpdateBarcodePrintQty(string msg) |
| | | { |
| | | try |
| | | { |
| | | oCN.RunProc("update Gy_BarCodeBill set HPrintQty=isnull(HPrintQty,0)+1 where HitemID in("+msg+")", ref DBUtility.ClsPub.sExeReturnInfo); |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "æ´æ°æå°æ¬¡æ°æå"; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "æå°å¤±è´¥!æå°ç»æ ï¼" + e.ToString(); |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #endregion |
| | | } |