示例#1
0
        public string SaveT_BarcodeADF(string BarcodeJson)
        {
            LogNet.LogInfo("U9调用BarcodeJson:" + BarcodeJson);
            LogNet.LogInfo("-----------------------------------------------------");
            T_Product_Func tfunc = new T_Product_Func();

            return(tfunc.SaveT_BarcodeADF(BarcodeJson));
        }
示例#2
0
        //获取生产订单
        public string GetT_ProDuctListADF(string UserJson, string ModelJson)
        {
            LogNet.LogInfo("获取生产订单UserJson:" + UserJson);
            LogNet.LogInfo("获取生产订单ModelJson:" + ModelJson);
            LogNet.LogInfo("-----------------------------------------------------");
            T_Product_Func tfunc = new T_Product_Func();

            return(tfunc.GetModelList(UserJson, ModelJson));
        }
示例#3
0
        //完工提交
        public string SaveT_ProDuctListADF(string UserJson, string ModelJson, string Guid)
        {
            LogNet.LogInfo("完工提交UserJson:" + UserJson);
            LogNet.LogInfo("完工提交ModelJson:" + ModelJson);
            LogNet.LogInfo("-----------------------------------------------------");
            T_Product_Func tfunc = new T_Product_Func();

            return(tfunc.SaveModelListSqlToDBADF(UserJson, ModelJson, Guid));
        }
示例#4
0
        //关联提交
        public string SaveT_ProDuctBarcodeADF(string UserJson, string ModelJson, string PrintIP, string outbarcode)
        {
            LogNet.LogInfo("关联提交UserJson:" + UserJson);
            LogNet.LogInfo("关联提交ModelJson:" + ModelJson);
            LogNet.LogInfo("-----------------------------------------------------");
            T_Product_Func tfunc = new T_Product_Func();

            return(tfunc.SaveT_ProDuctBarcodeADF(UserJson, ModelJson, PrintIP, outbarcode));
        }
示例#5
0
        //关闭单子
        public string CloseProduct(string ErpVoucherno)
        {
            T_Product_Func tfunc = new T_Product_Func();

            return(tfunc.CloseProduct(ErpVoucherno));
        }