diff --git a/Receive and Reply UI/FunctionReplyMulti_chupan.py b/Receive and Reply UI/FunctionReplyMulti_chupan.py index 669afa1..cec4329 100644 --- a/Receive and Reply UI/FunctionReplyMulti_chupan.py +++ b/Receive and Reply UI/FunctionReplyMulti_chupan.py @@ -490,7 +490,7 @@ def reply_gongdan(username,password,frequence,district,mode_type): except Exception: #回复结构为是否现场处理 reply_select(driver,'//*[@id="isDisposal"]','否') - driver.find_element(By.XPATH,'//*[@id="remark"]').send_keys("市电停电") +## driver.find_element(By.XPATH,'//*[@id="remark"]').send_keys("市电停电") try: #选择子告警手动清除时间为当前时间 diff --git a/Receive and Reply UI/GuiWindow(MultiReceive).py b/Receive and Reply UI/GuiWindow(MultiReceive).py index ff75c72..f37edcd 100644 --- a/Receive and Reply UI/GuiWindow(MultiReceive).py +++ b/Receive and Reply UI/GuiWindow(MultiReceive).py @@ -1,12 +1,9 @@ - import wx from FunctionMulti_NoNumberOfPages import * import threading import sys import os import time -import ctypes -import pyautogui #wx.Frame是父类,定义子类CreatWindow class CreatWindow(wx.Frame): diff --git a/Receive and Reply UI/GuiWindow(MultiReply).py b/Receive and Reply UI/GuiWindow(MultiReply).py index 7690320..aa86792 100644 --- a/Receive and Reply UI/GuiWindow(MultiReply).py +++ b/Receive and Reply UI/GuiWindow(MultiReply).py @@ -4,8 +4,6 @@ import sys import os import time -import ctypes -import pyautogui #wx.Frame是父类,定义子类CreatWindow class CreatWindow(wx.Frame): diff --git a/Receive and Reply UI/GuiWindow(MultiReply)_chupan.py b/Receive and Reply UI/GuiWindow(MultiReply)_chupan.py index 7b62aa2..cc1eacb 100644 --- a/Receive and Reply UI/GuiWindow(MultiReply)_chupan.py +++ b/Receive and Reply UI/GuiWindow(MultiReply)_chupan.py @@ -4,8 +4,6 @@ import sys import os import time -import ctypes -import pyautogui #wx.Frame是父类,定义子类CreatWindow class CreatWindow(wx.Frame): diff --git a/Receive and Reply UI/GuiWindow(PersonalReceive).py b/Receive and Reply UI/GuiWindow(PersonalReceive).py index a5ad117..a45f947 100644 --- a/Receive and Reply UI/GuiWindow(PersonalReceive).py +++ b/Receive and Reply UI/GuiWindow(PersonalReceive).py @@ -5,8 +5,6 @@ import sys import os import time -import ctypes -import pyautogui #wx.Frame是父类,定义子类CreatWindow class CreatWindow(wx.Frame): diff --git a/Receive and Reply UI/GuiWindow(PersonalReply).py b/Receive and Reply UI/GuiWindow(PersonalReply).py index 388cf75..a3efe14 100644 --- a/Receive and Reply UI/GuiWindow(PersonalReply).py +++ b/Receive and Reply UI/GuiWindow(PersonalReply).py @@ -4,8 +4,6 @@ import sys import os import time -import ctypes -import pyautogui #wx.Frame是父类,定义子类CreatWindow class CreatWindow(wx.Frame): diff --git a/Receive and Reply UI/GuiWindow(PersonalReply)_chupan.py b/Receive and Reply UI/GuiWindow(PersonalReply)_chupan.py index 23b7306..1264729 100644 --- a/Receive and Reply UI/GuiWindow(PersonalReply)_chupan.py +++ b/Receive and Reply UI/GuiWindow(PersonalReply)_chupan.py @@ -4,8 +4,6 @@ import sys import os import time -import ctypes -import pyautogui #wx.Frame是父类,定义子类CreatWindow class CreatWindow(wx.Frame):