diff --git a/main1/main_text.py b/main1/main_text.py index 2c24f27ef08071401620210a347fd455d3dfc345..6a41a5250cec58223f58217f9a86addde8cdae47 100644 --- a/main1/main_text.py +++ b/main1/main_text.py @@ -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