Example #1
0
 //添加退货
 public ActionResult getaddth(th hh)
 {
     hh.ckid   = 4;
     hh.Status = 0;
     Debug.Write("创建用户:" + hh.CreateUser);
     return(Json(Yservice.addth(hh), JsonRequestBehavior.AllowGet));
 }
Example #2
0
 //添加移库
 public ActionResult getadd(yk lo)
 {
     lo.Rkid   = 4;
     lo.Status = 0;
     Debug.Write("创建用户:" + lo.CreateUser);
     return(Json(Yservice.addyk(lo), JsonRequestBehavior.AllowGet));
 }
Example #3
0
 //移库类型查询
 public ActionResult selecttype(string yklx)
 {
     Debug.Write("yklx" + yklx);
     return(Json(Yservice.yktype(yklx), JsonRequestBehavior.AllowGet));
 }
Example #4
0
 public ActionResult Queryth(int page, int limit, int id, string check)
 {
     return(Json(Yservice.Queryth(page, limit, id, check), JsonRequestBehavior.AllowGet));
 }
Example #5
0
 public ActionResult RuDanHao(int id)
 {
     Debug.Write("id" + id);
     return(Json(Yservice.RuDanHao(id), JsonRequestBehavior.AllowGet));
 }
Example #6
0
 //修改移库
 public ActionResult updateyk(yk s)
 {
     return(Json(Yservice.Edit(s), JsonRequestBehavior.AllowGet));
 }