Esempio n. 1
0
        public bool CheckAll(string billno, string supplierid, string receivedate)
        {
            LibWsGatherBcf ws = new LibWsGatherBcf();

            return(ws.CheckAll(billno, supplierid, receivedate));
        }
Esempio n. 2
0
        public List <CheckOrderInfo> GetSpecMatDetailList(string billno, string supplierid, string receivedate, string sqlwhere)
        {
            LibWsGatherBcf ws = new LibWsGatherBcf();

            return(ws.GetSpecMatDetailList(billno, supplierid, receivedate, sqlwhere));
        }
Esempio n. 3
0
        public bool EndCheck(CheckOrderInfo[] checkorder)
        {
            LibWsGatherBcf ws = new LibWsGatherBcf();

            return(ws.EndCheck(checkorder));
        }
Esempio n. 4
0
        public List <CheckOrderInfo> GetSpecMatList(int pagestart, int pagesize)
        {
            LibWsGatherBcf ws = new LibWsGatherBcf();

            return(ws.GetSpecMatList(pagestart, pagesize));
        }