chengsc
3 天以前 c9fe2c53364abe0e0e495a1b756267f865159e2e
Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -174,6 +174,17 @@
        #endregion
        #region 托盘拆托换托
        void GetBoxInfo(string boxNo, string pallNo);
        void UpPalletByBox(string boxNo, string pallet, string palletNew, int userId);
        List<SelectSkuLotNo> GetSelectSkuLotNo(string palletNo);
        void UpPalletByQty(string palletNo, string palletNoNew, string detailId, decimal qty, int userId);
        #endregion
    }
}