yhluo 5 өдөр өмнө
parent
commit
962f4817c9

+ 1 - 1
UAS_MES_HYSX/FunctionCode/Make/Make_ThruputLog.Designer.cs

@@ -222,7 +222,7 @@
             this.Clear.Name = "Clear";
             this.Clear.Name = "Clear";
             this.Clear.Size = new System.Drawing.Size(135, 39);
             this.Clear.Size = new System.Drawing.Size(135, 39);
             this.Clear.TabIndex = 92;
             this.Clear.TabIndex = 92;
-            this.Clear.Text = "轻触提示";
+            this.Clear.Text = "清除提示";
             this.Clear.UseVisualStyleBackColor = true;
             this.Clear.UseVisualStyleBackColor = true;
             this.Clear.Click += new System.EventHandler(this.Clear_Click);
             this.Clear.Click += new System.EventHandler(this.Clear_Click);
             // 
             // 

+ 5 - 3
UAS_MES_HYSX/FunctionCode/Make/Make_WirelessThroughput.cs

@@ -92,10 +92,12 @@ namespace UAS_MES_NEW.Make
             if (dt.Rows.Count == 0)
             if (dt.Rows.Count == 0)
             {
             {
                 ShowMsg(0, $"序列号:{sn}未维护吞吐量测试账户密码");
                 ShowMsg(0, $"序列号:{sn}未维护吞吐量测试账户密码");
-                return;
             }
             }
-            Account.Text = dt.Rows[0]["pr_test_account"].ToString();
-            Password.Text = dt.Rows[0]["pr_test_password"].ToString();
+            else
+            {
+                Account.Text = dt.Rows[0]["pr_test_account"].ToString();
+                Password.Text = dt.Rows[0]["pr_test_password"].ToString();
+            }
 
 
             if (IsCheckSet()) return;
             if (IsCheckSet()) return;