Exemple #1
0
 //入库新增-第一次查询的删除
 public ActionResult T1del(RKxiang rr)
 {
     return(Json(NXmanager.T1del(rr), JsonRequestBehavior.AllowGet));
 }
Exemple #2
0
 //报损查询所有的方法
 public ActionResult baosunchaall(int pageIndex, int pageSize)
 {
     return(Json(NXmanager.baosunchaall(pageIndex, pageSize), JsonRequestBehavior.AllowGet));
 }
Exemple #3
0
 //入库单号的修改
 public ActionResult rukugai(ruku rr)
 {
     return(Json(NXmanager.rukugai(rr), JsonRequestBehavior.AllowGet));
 }
Exemple #4
0
 //入库高级查询的方法
 public ActionResult rukugaocha(int gysid, int typeid, string cpid)
 {
     return(Json(NXmanager.gaojicha(gysid, typeid, cpid), JsonRequestBehavior.AllowGet));
 }
Exemple #5
0
 //入库查看的方法-详情
 public ActionResult rukuchakanx(int rxid)
 {
     return(Json(NXmanager.rukuchakanx(rxid), JsonRequestBehavior.AllowGet));
 }
Exemple #6
0
 //报损新增页面-第二次添加时修改rkxiang表中的zt为1
 public ActionResult bsT2ztupd(BSxiang rr)
 {
     return(Json(NXmanager.bsT2ztupd(rr), JsonRequestBehavior.AllowGet));
 }
Exemple #7
0
 //入库新增-修改获取id
 public ActionResult chuT1byid(int ckid)
 {
     return(Json(NXmanager.chuT1byID(ckid), JsonRequestBehavior.AllowGet));
 }
Exemple #8
0
 //报损添加的第一次添加
 public ActionResult BSxiangadd(BSxiang pd)
 {
     return(Json(NXmanager.BSxiangadd(pd), JsonRequestBehavior.AllowGet));
 }
Exemple #9
0
 //入库单号的修改
 public ActionResult chukugai(chuku cc)
 {
     return(Json(NXmanager.chukugai(cc), JsonRequestBehavior.AllowGet));
 }
Exemple #10
0
 //出库查看的方法
 public ActionResult chukuchakan(int ckid)
 {
     return(Json(NXmanager.chukuchakan(ckid), JsonRequestBehavior.AllowGet));
 }
Exemple #11
0
 //出库高级查询的方法
 public ActionResult chukugaocha(int kehuid, int typeid, string cpid)
 {
     return(Json(NXmanager.chugaojicha(kehuid, typeid, cpid), JsonRequestBehavior.AllowGet));
 }
Exemple #12
0
 //入库新增-第一次查询的修改
 public ActionResult T1upd(RKxiang rk)
 {
     return(Json(NXmanager.T1upd(rk), JsonRequestBehavior.AllowGet));
 }
Exemple #13
0
 //入库新增-修改获取id
 public ActionResult T1byid(int rxid)
 {
     return(Json(NXmanager.T1byID(rxid), JsonRequestBehavior.AllowGet));
 }
Exemple #14
0
 //报损审核的方法
 public ActionResult baosunsheng(baosun rr)
 {
     return(Json(NXmanager.baosunsheng(rr), JsonRequestBehavior.AllowGet));
 }
Exemple #15
0
 //入库新增—通过供应商id查询的下拉框联动查询方法
 public ActionResult kehuidcha(int kehuid)
 {
     return(Json(NXmanager.kehuidcha(kehuid), JsonRequestBehavior.AllowGet));
 }
Exemple #16
0
 //报损查看的方法
 public ActionResult baosunchakanx(int rid)
 {
     return(Json(NXmanager.baosunchakanx(rid), JsonRequestBehavior.AllowGet));
 }
Exemple #17
0
 public ActionResult chupidcha2(string pid)
 {
     return(Json(NXmanager.chupidcha2(pid), JsonRequestBehavior.AllowGet));
 }
Exemple #18
0
 //入库新增-查询第一次新增的数据
 public ActionResult bsT1cha()
 {
     return(Json(NXmanager.bsT1cha(), JsonRequestBehavior.AllowGet));
 }
Exemple #19
0
 //库位的下拉框
 public ActionResult chukutype1()
 {
     return(Json(NXmanager.chukutype(), JsonRequestBehavior.AllowGet));
 }
Exemple #20
0
 //报损新增-第二次添加
 public ActionResult bsT2add(baosun rr)
 {
     return(Json(NXmanager.bsT2add(rr), JsonRequestBehavior.AllowGet));
 }
Exemple #21
0
 //入库新增-第二次添加
 public ActionResult chuT2add(chuku rr)
 {
     return(Json(NXmanager.chuT2add(rr), JsonRequestBehavior.AllowGet));
 }
Exemple #22
0
 //出库,报损审核更改产品列表库存的方法
 public ActionResult CBSH(string rr, int count)
 {
     return(Json(NXmanager.CBSH(rr, count), JsonRequestBehavior.AllowGet));
 }
Exemple #23
0
 //入库新增页面-第二次添加时修改rkxiang表中的zt为1
 public ActionResult chuT2ztupd(CKxiang rr)
 {
     return(Json(NXmanager.chuT2ztupd(rr), JsonRequestBehavior.AllowGet));
 }
Exemple #24
0
 //入库查询所有-搜索的方法
 public ActionResult rukuallsou(int rukuid)
 {
     return(Json(NXmanager.rukuallsou(rukuid), JsonRequestBehavior.AllowGet));
 }
Exemple #25
0
 //入库新增-产品编号下拉框的查询
 public ActionResult chupbianma()
 {
     return(Json(NXmanager.chupbianma(), JsonRequestBehavior.AllowGet));
 }
Exemple #26
0
 //入库新增-入库类型下拉框的方法
 public ActionResult rukutype()
 {
     return(Json(NXmanager.rukutypecha(), JsonRequestBehavior.AllowGet));
 }
Exemple #27
0
 //入库新增—通过供应商id查询的下拉框联动查询方法
 public ActionResult gysidcha(int gysid)
 {
     return(Json(NXmanager.gysidcha(gysid), JsonRequestBehavior.AllowGet));
 }