Exemplo n.º 1
0
        public string ComponentSoldout(string RSNUM, string RSPOS, string MATNR, string SENUM, string ZROWSNUM, string LGPLA, string VERME, string MENGE, string LGBER, string LPTYP, string LGNUM, string WERKS, string LGORT, string LGTYP, string ZJUDGE)
        {
            string           token = AppClass.GetSession("token").ToString();
            ZSL_PSS_INC_LJXJ ps_i  = new ZSL_PSS_INC_LJXJ();

            ps_i.RSNUM    = RSNUM;
            ps_i.RSPOS    = RSPOS;
            ps_i.MATNR    = MATNR;
            ps_i.SENUM    = SENUM;
            ps_i.ZROWSNUM = ZROWSNUM;
            ps_i.LGPLA    = LGPLA;
            ps_i.VERME    = VERME;
            ps_i.MENGE    = MENGE;
            ps_i.LGBER    = LGBER;
            ps_i.LPTYP    = LPTYP;
            ps_i.LGNUM    = LGNUM;
            ps_i.WERKS    = WERKS;
            ps_i.LGORT    = LGORT;
            ps_i.LGTYP    = LGTYP;
            ps_i.ZJUDGE   = ZJUDGE;
            ps_i.ZUSER    = Session["NAME"].ToString();

            //ZSL_PSS_IN_LJXJ ps_t = new ZSL_PSS_IN_LJXJ();
            //ps_t.MENGE = MENGE;
            //ps_t.LGPLA = LGPLA;
            //ps_t.VERME = VERME;
            Sonluk.UI.Model.PS.ComponentMoveService.PS_MSG ps_msg = psmodels.ComponentMove.ComponentSoldout(ps_i, token);
            string json = Newtonsoft.Json.JsonConvert.SerializeObject(ps_msg);

            return(json);
        }
Exemplo n.º 2
0
 public PS_MSG ComponentSoldout(ZSL_PSS_INC_LJXJ ps_i, string ptoken)
 {
     return(client.ComponentSoldout(ps_i, ptoken));
 }