Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gyqhsq521 authored Jun 27, 2024
1 parent c11c92c commit 30eb4ba
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion Receive and Reply UI/FunctionReplyMulti_chupan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#选择子告警手动清除时间为当前时间
Expand Down
3 changes: 0 additions & 3 deletions Receive and Reply UI/GuiWindow(MultiReceive).py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 0 additions & 2 deletions Receive and Reply UI/GuiWindow(MultiReply).py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import sys
import os
import time
import ctypes
import pyautogui

#wx.Frame是父类,定义子类CreatWindow
class CreatWindow(wx.Frame):
Expand Down
2 changes: 0 additions & 2 deletions Receive and Reply UI/GuiWindow(MultiReply)_chupan.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import sys
import os
import time
import ctypes
import pyautogui

#wx.Frame是父类,定义子类CreatWindow
class CreatWindow(wx.Frame):
Expand Down
2 changes: 0 additions & 2 deletions Receive and Reply UI/GuiWindow(PersonalReceive).py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import sys
import os
import time
import ctypes
import pyautogui

#wx.Frame是父类,定义子类CreatWindow
class CreatWindow(wx.Frame):
Expand Down
2 changes: 0 additions & 2 deletions Receive and Reply UI/GuiWindow(PersonalReply).py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import sys
import os
import time
import ctypes
import pyautogui

#wx.Frame是父类,定义子类CreatWindow
class CreatWindow(wx.Frame):
Expand Down
2 changes: 0 additions & 2 deletions Receive and Reply UI/GuiWindow(PersonalReply)_chupan.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import sys
import os
import time
import ctypes
import pyautogui

#wx.Frame是父类,定义子类CreatWindow
class CreatWindow(wx.Frame):
Expand Down

0 comments on commit 30eb4ba

Please sign in to comment.