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
e4eab024
Commit
e4eab024
authored
Oct 14, 2024
by
xiao-hesheng
Browse files
流程五脚本提交
parent
24fd6ae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
main1/main_text.py
View file @
e4eab024
...
...
@@ -312,6 +312,7 @@ def main_text():
button
.
pack
()
root
.
mainloop
()
def
button_clicked
(
branch_id
):
result
=
confirm
()
if
result
==
True
:
...
...
@@ -375,7 +376,7 @@ def main_text():
# delData().Delete_business_Data_All2()
#只删除业务数据,不删除当前院区和库房数据
print
(
branch_id
,
'业务数据删除完毕'
)
messagebox
.
showinfo
(
"提示信息"
,
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