コード例 #1
0
ファイル: QueryLabelView.cs プロジェクト: whuacn/CJia
        //绑定药品汇总回调方法
        public void ExeBindingPharmCollect(DataTable result)
        {
            PharmCollectReport pharmCollectReport = new PharmCollectReport();
            int labelCount = 0;

            if (this.LabelDetail != null && this.LabelDetail.Rows != null)
            {
                labelCount = this.LabelDetail.Rows.Count;
            }
            pharmCollectReport.DataBind(result, this.dtpQueryTime.Value, this.SelectIffleld, this.SelectBatch, this.SelectList, labelCount);
        }
コード例 #2
0
ファイル: QueryLabelView.cs プロジェクト: whuacn/CJia
        //绑定药品汇总回调方法
        public void ExeBindingPharmCollect(DataTable result)
        {
            PharmCollectReport pharmCollectReport = new PharmCollectReport();

            pharmCollectReport.DataBind(result, this.dtpQueryTime.Value, this.SelectIffleld, this.SelectList);
        }