Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
24fd6ae6
Commit
24fd6ae6
authored
Oct 14, 2024
by
xiao-hesheng
Browse files
流程五脚本提交
parent
4940fe8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
main1/main_text.py
View file @
24fd6ae6
...
...
@@ -4,6 +4,7 @@ import os
# print('根据当前文件获取当前文件所在目录的路径', os.path.dirname(__file__))
import
traceback
from
tkinter
import
messagebox
from
air_case.public1.public1.public1
import
approval_center
,
approval_center_all
from
common.Logger_Utils
import
Logger
...
...
@@ -326,6 +327,7 @@ def main_text():
delData
().
Delete_business_Data_All2
()
delData
().
Delete_branch_by_id
(
3
,
branch_id
)
print
(
branch_id
,
'删除完毕'
)
messagebox
.
showinfo
(
"提示信息"
,
branch_id
+
"数据删除完毕"
)
def
del_current_brachdata
():
import
tkinter
as
tk
...
...
@@ -373,6 +375,7 @@ def main_text():
# delData().Delete_business_Data_All2()
#只删除业务数据,不删除当前院区和库房数据
print
(
branch_id
,
'业务数据删除完毕'
)
messagebox
.
showinfo
(
"提示信息"
,
branch_id
+
"数据删除完毕"
)
def
get_input
():
import
tkinter
as
tk
from
tkinter
import
simpledialog
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment