Commit 24fd6ae6 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程五脚本提交

parent 4940fe8a
......@@ -4,6 +4,7 @@ import os
# print('根据当前文件获取当前文件所在目录的路径', os.path.dirname(__file__))
import traceback
from tkinter import messagebox
from air_case.public1.public1.public1 import approval_center, approval_center_all
from common.Logger_Utils import Logger
......@@ -326,6 +327,7 @@ def main_text():
delData().Delete_business_Data_All2()
delData().Delete_branch_by_id(3, branch_id)
print(branch_id, '删除完毕')
messagebox.showinfo("提示信息", branch_id+"数据删除完毕")
def del_current_brachdata():
import tkinter as tk
......@@ -373,6 +375,7 @@ def main_text():
# delData().Delete_business_Data_All2()
#只删除业务数据,不删除当前院区和库房数据
print(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