2 Commits 7a015492e9 ... 9aa8d912c0

Author SHA1 Message Date
  zzz 9aa8d912c0 2 2 weeks ago
  zzz 5dc875a986 1 2 weeks ago

BIN
.vs/NanChangMI/FileContentIndex/008614b3-e50c-4217-8b2d-75ba0f73e4a8.vsidx


BIN
.vs/NanChangMI/FileContentIndex/8ca7d4e7-eb88-4496-b3fa-3250485e6e94.vsidx


BIN
.vs/NanChangMI/v17/.suo


BIN
.vs/湖北普瑞最新/v17/.wsuo


+ 4 - 1
HuBeiMI/Forms/SettlementChecklist.cs

@@ -30,6 +30,7 @@ namespace PTMedicalInsurance.Forms
     
     public partial class SettlementChecklist : Form
     {
+        
         private int hospitalDr;
         private int interfaceDr;
         private string hospitalNO;
@@ -47,7 +48,9 @@ namespace PTMedicalInsurance.Forms
         private InvokeHelper invoker = new InvokeHelper();
         public SettlementChecklist()
         {
+            MessageBox.Show("进入打印函数991");
             InitializeComponent();
+            MessageBox.Show("进入打印函数992");
             hospitalDr = Global.inf.hospitalDr;
             hospitalNO = Global.inf.hospitalNO;
             hospitalName = Global.inf.hospitalName;
@@ -185,7 +188,7 @@ namespace PTMedicalInsurance.Forms
         {
             dpST.Text = DateTime.Now.ToString("yyyy-MM-dd 00:00:00");
             dpED.Text = DateTime.Now.ToString("yyyy-MM-dd 23:59:59");
-
+           
             ComboxSetter cbxSetter = new ComboxSetter();
             cbxSetter.setCbxInterfaceDataSource(cbxInterface);
 

+ 7 - 6
HuBeiMI/Forms/SettlementChecklist.designer.cs

@@ -1,4 +1,6 @@
-namespace PTMedicalInsurance.Forms
+using System.Windows.Forms;
+
+namespace PTMedicalInsurance.Forms
 {
     partial class SettlementChecklist
     {
@@ -21,7 +23,7 @@
         }
 
         #region Windows Form Designer generated code
-
+        
         /// <summary>
         /// Required method for Designer support - do not modify
         /// the contents of this method with the code editor.
@@ -65,7 +67,7 @@
             this.gbExactLocate.SuspendLayout();
             this.gbInterface.SuspendLayout();
             this.gbDateTime.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.report1)).BeginInit();
+           // ((System.ComponentModel.ISupportInitialize)(this.report1)).BeginInit();
             this.JXCMenuStrip.SuspendLayout();
             this.SuspendLayout();
             // 
@@ -485,10 +487,9 @@
             this.gbExactLocate.ResumeLayout(false);
             this.gbInterface.ResumeLayout(false);
             this.gbDateTime.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.report1)).EndInit();
+            //((System.ComponentModel.ISupportInitialize)(this.report1)).EndInit();
             this.JXCMenuStrip.ResumeLayout(false);
             this.ResumeLayout(false);
-
         }
 
         #endregion
@@ -510,7 +511,7 @@
         private Sunny.UI.UIDatetimePicker dpED;
         private Sunny.UI.UIDatetimePicker dpST;
         private Sunny.UI.UIRadioButtonGroup rbgBillType;
-        private FastReport.Report report1;
+        private FastReport.Report report1; 
         private Sunny.UI.UIButton btnClose;
         private Sunny.UI.UIButton btnDesign;
         private Sunny.UI.UIContextMenuStrip JXCMenuStrip;

+ 3 - 5
HuBeiMI/InsuBusiness.cs

@@ -1555,13 +1555,12 @@ namespace PTMedicalInsurance
                         }
                     case "Print"://打印
                         {
-                            //显示打印界面
+                           //显示打印界面
                             SettlementChecklist frmSettlList;
-                            string insuAdmObj = JsonHelper.getDestValue(joInParam, "insuAdmObj");                            
-
+                            string insuAdmObj = JsonHelper.getDestValue(joInParam, "insuAdmObj");
                             if (insuAdmObj == "") 
                             {
-                                frmSettlList = new SettlementChecklist();         
+                                frmSettlList = new SettlementChecklist();
                                 if (frmSettlList.ShowDialog() != DialogResult.OK)
                                 {
                                     rtnResult = JsonHelper.setExceptionJson(-100, "", "已退出打印界面").ToString();
@@ -1572,7 +1571,6 @@ namespace PTMedicalInsurance
                             {
                                 JObject joInsuAdmObj = JObject.Parse(insuAdmObj);
                                 frmSettlList = new SettlementChecklist(joInsuAdmObj);
-
                                 string groupID = JsonHelper.getDestValue((JObject)Global.curEvt.jaSession[0], "groupID");
                                 string userName = JsonHelper.getDestValue((JObject)Global.curEvt.jaSession[0], "userName");
                                 DataTable dt = (DataTable)frmSettlList.dgvSettlRecord.DataSource;