Commit e4eab024 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程五脚本提交

No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment