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

流程五脚本提交

parent 24fd6ae6
......@@ -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
......
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