Beispiel #1
0
        /// <summary>
        /// 绑定打印所勾选药品
        /// </summary>
        /// <param name="dtCheckedPharm"></param>
        public void ExeBindPrintApplyCancelPharm(DataTable dtCheckedPharm)
        {
            RCPReportView pharmReport = new RCPReportView();

            pharmReport.DataBind(dtCheckedPharm);
        }
Beispiel #2
0
        /// <summary>
        /// 打印退药单
        /// </summary>
        /// <param name="dtPrintPharm"></param>
        public void ExeBindPrintCancelPharm(DataTable dtPrintPharm)
        {
            RCPReportView pharmReport = new RCPReportView();

            pharmReport.DataBind(dtPrintPharm);
        }