Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
7 months ago
by
xiao-hesheng
Browse files
Options
Download
Email Patches
Plain Diff
流程五脚本提交
parent
24fd6ae6
master
core_flow
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main1/main_text.py
+2
-1
main1/main_text.py
with
2 additions
and
1 deletion
+2
-1
main1/main_text.py
+
2
-
1
View file @
e4eab024
...
@@ -312,6 +312,7 @@ def main_text():
...
@@ -312,6 +312,7 @@ def main_text():
button
.
pack
()
button
.
pack
()
root
.
mainloop
()
root
.
mainloop
()
def
button_clicked
(
branch_id
):
def
button_clicked
(
branch_id
):
result
=
confirm
()
result
=
confirm
()
if
result
==
True
:
if
result
==
True
:
...
@@ -375,7 +376,7 @@ def main_text():
...
@@ -375,7 +376,7 @@ def main_text():
# delData().Delete_business_Data_All2()
# delData().Delete_business_Data_All2()
#只删除业务数据,不删除当前院区和库房数据
#只删除业务数据,不删除当前院区和库房数据
print
(
branch_id
,
'业务数据删除完毕'
)
print
(
branch_id
,
'业务数据删除完毕'
)
messagebox
.
showinfo
(
"提示信息"
,
branch_id
+
"数据删除完毕"
)
messagebox
.
showinfo
(
"提示信息"
,
branch_id
+
"
业务
数据删除完毕"
)
def
get_input
():
def
get_input
():
import
tkinter
as
tk
import
tkinter
as
tk
from
tkinter
import
simpledialog
from
tkinter
import
simpledialog
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets