Пример #1
0
        //public string GetTransportSupplierListADF()
        //{
        //    T_TransportSupplier_Func func = new T_TransportSupplier_Func();
        //    return func.GetTransportSupplierList();
        //}

        public string GetTransportSupplierDetailListADF(string PalletNo)
        {
            T_TransportSupDetail_Func func = new T_TransportSupDetail_Func();

            return(func.GetTransportSupplierDetailList(PalletNo));
        }
Пример #2
0
        public string SaveTransportSupplierListADF(string ModelJson)
        {
            T_TransportSupDetail_Func tfunc = new T_TransportSupDetail_Func();

            return(tfunc.SaveTransportSupplierListADF(ModelJson));
        }
Пример #3
0
        private void button11_Click(object sender, EventArgs e)
        {
            T_TransportSupDetail_Func tfunc = new T_TransportSupDetail_Func();

            tfunc.SaveTransportSupplierListADF("[{\"BoxCount\":\"16\",\"Creater\":\"admin\",\"ErpVoucherNo\":\"FY2-HH2-1909010013\",\"Feight\":\"599\",\"ID\":141,\"IsDel\":0,\"PalletNo\":\"P201909091577\",\"PlateNumber\":\"123456\",\"TradingConditionsCode\":\"MS13\",\"Type\":\"2\",\"VoucherNo\":\"987654321\",\"GUID\":\"8a6c9535-0028-4480-bfd6-6f56bc0eae38\"}]");
        }