コード例 #1
0
 public ActionResult GetQtyInventory(int vid, int proId, int wId)
 {
     return(Json(salesServices.GetQtyInventory(vid, proId, wId).ToString("N"), JsonRequestBehavior.AllowGet));
 }