From e4eab024ecba4fa79b962a063e7d35f8223f0d57 Mon Sep 17 00:00:00 2001 From: xiao-hesheng Date: Mon, 14 Oct 2024 15:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E4=BA=94=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main1/main_text.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main1/main_text.py b/main1/main_text.py index 2c24f27e..6a41a525 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 -- GitLab