Quellcode durchsuchen

fix: 修正诊疗目录下载1305为1321

zhengjie vor 1 Jahr
Ursprung
Commit
18ea07f568
2 geänderte Dateien mit 14 neuen und 13 gelöschten Zeilen
  1. 2 1
      Forms/BasicData.cs
  2. 12 12
      Forms/BasicData.designer.cs

+ 2 - 1
Forms/BasicData.cs

@@ -725,7 +725,8 @@ namespace PTMedicalInsurance.Forms
                     }
                 case 1://诊疗
                     {
-                        funNo = "1305";
+                        // 合肥弃用老的1305,改用新接口
+                        funNo = "1321";
                         break;
                     }
                 case 2://材料

+ 12 - 12
Forms/BasicData.designer.cs

@@ -167,7 +167,7 @@
             this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.tabControl1.Name = "tabControl1";
             this.tabControl1.SelectedIndex = 0;
-            this.tabControl1.Size = new System.Drawing.Size(1710, 729);
+            this.tabControl1.Size = new System.Drawing.Size(1838, 729);
             this.tabControl1.TabIndex = 0;
             // 
             // tabPage1
@@ -177,7 +177,7 @@
             this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.tabPage1.Name = "tabPage1";
             this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
-            this.tabPage1.Size = new System.Drawing.Size(1702, 689);
+            this.tabPage1.Size = new System.Drawing.Size(1830, 689);
             this.tabPage1.TabIndex = 0;
             this.tabPage1.Text = "数据下载";
             this.tabPage1.UseVisualStyleBackColor = true;
@@ -191,7 +191,7 @@
             this.panel1.Location = new System.Drawing.Point(4, 3);
             this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.panel1.Name = "panel1";
-            this.panel1.Size = new System.Drawing.Size(1694, 683);
+            this.panel1.Size = new System.Drawing.Size(1822, 683);
             this.panel1.TabIndex = 0;
             // 
             // dgvDirectoy
@@ -241,7 +241,7 @@
             this.dgvDirectoy.RowsDefaultCellStyle = dataGridViewCellStyle5;
             this.dgvDirectoy.RowTemplate.Height = 23;
             this.dgvDirectoy.SelectedIndex = -1;
-            this.dgvDirectoy.Size = new System.Drawing.Size(1694, 334);
+            this.dgvDirectoy.Size = new System.Drawing.Size(1822, 334);
             this.dgvDirectoy.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
             this.dgvDirectoy.TabIndex = 3;
             this.dgvDirectoy.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
@@ -296,7 +296,7 @@
             this.pgDownload.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
             this.pgDownload.ShowJumpButton = false;
             this.pgDownload.ShowText = false;
-            this.pgDownload.Size = new System.Drawing.Size(1694, 37);
+            this.pgDownload.Size = new System.Drawing.Size(1822, 37);
             this.pgDownload.TabIndex = 2;
             this.pgDownload.Text = "uiPagination1";
             this.pgDownload.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
@@ -320,7 +320,7 @@
             this.panel2.Location = new System.Drawing.Point(0, 371);
             this.panel2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.panel2.Name = "panel2";
-            this.panel2.Size = new System.Drawing.Size(1694, 312);
+            this.panel2.Size = new System.Drawing.Size(1822, 312);
             this.panel2.TabIndex = 1;
             // 
             // rbgDirecType
@@ -370,7 +370,7 @@
             this.btnExit.ContextMenuStrip = this.cmsMapping;
             this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
             this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btnExit.Location = new System.Drawing.Point(1482, 252);
+            this.btnExit.Location = new System.Drawing.Point(1610, 252);
             this.btnExit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.btnExit.MinimumSize = new System.Drawing.Size(2, 2);
             this.btnExit.Name = "btnExit";
@@ -519,7 +519,7 @@
             this.btEditDir.ContextMenuStrip = this.cmsMapping;
             this.btEditDir.Cursor = System.Windows.Forms.Cursors.Hand;
             this.btEditDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btEditDir.Location = new System.Drawing.Point(1582, 135);
+            this.btEditDir.Location = new System.Drawing.Point(1710, 135);
             this.btEditDir.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.btEditDir.MinimumSize = new System.Drawing.Size(2, 2);
             this.btEditDir.Name = "btEditDir";
@@ -536,7 +536,7 @@
             this.btAddDir.ContextMenuStrip = this.cmsMapping;
             this.btAddDir.Cursor = System.Windows.Forms.Cursors.Hand;
             this.btAddDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btAddDir.Location = new System.Drawing.Point(1582, 47);
+            this.btAddDir.Location = new System.Drawing.Point(1710, 47);
             this.btAddDir.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.btAddDir.MinimumSize = new System.Drawing.Size(2, 2);
             this.btAddDir.Name = "btAddDir";
@@ -724,7 +724,7 @@
             this.btnQuery.ContextMenuStrip = this.cmsMapping;
             this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
             this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btnQuery.Location = new System.Drawing.Point(1482, 47);
+            this.btnQuery.Location = new System.Drawing.Point(1610, 47);
             this.btnQuery.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.btnQuery.MinimumSize = new System.Drawing.Size(2, 2);
             this.btnQuery.Name = "btnQuery";
@@ -741,7 +741,7 @@
             this.btnDownload.ContextMenuStrip = this.cmsMapping;
             this.btnDownload.Cursor = System.Windows.Forms.Cursors.Hand;
             this.btnDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btnDownload.Location = new System.Drawing.Point(1482, 135);
+            this.btnDownload.Location = new System.Drawing.Point(1610, 135);
             this.btnDownload.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.btnDownload.MinimumSize = new System.Drawing.Size(2, 2);
             this.btnDownload.Name = "btnDownload";
@@ -1448,7 +1448,7 @@
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.AutoSize = true;
             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
-            this.ClientSize = new System.Drawing.Size(1710, 729);
+            this.ClientSize = new System.Drawing.Size(1838, 729);
             this.Controls.Add(this.tabControl1);
             this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.Name = "BasicData";