Commit 098dc53b authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程二脚本提交

parent 96b46834
...@@ -320,11 +320,12 @@ def main_text(): ...@@ -320,11 +320,12 @@ def main_text():
else: else:
for i in branch_id_list: for i in branch_id_list:
button_clicked(i) button_clicked(i)
messagebox.showinfo("提示信息", "数据删除完毕")
def button_clicked(branch_id): def button_clicked(branch_id):
result = confirm() # result = confirm()
if result == True: # if result == True:
result1 = confirm1() # result1 = confirm1()
if result1 == True: # if result1 == True:
print(branch_id) print(branch_id)
delData().Delete_goods_change_info() delData().Delete_goods_change_info()
delData().Delete_probeInfo_other(3, branch_id) delData().Delete_probeInfo_other(3, branch_id)
...@@ -433,7 +434,7 @@ def main_text(): ...@@ -433,7 +434,7 @@ def main_text():
column=2) column=2)
Button(root, text='删除5天前\n产品数据', anchor='center', width=8, height=3, command=del_goods_info).grid(row=6, Button(root, text='删除5天前\n产品数据', anchor='center', width=8, height=3, command=del_goods_info).grid(row=6,
column=4) column=4)
Button(root, text='一键删除其他\n院区数据', anchor='center', width=8, height=3, command=del_other_branch_info).grid(row=6, Button(root, text='一键删除\n其他\n院区数据', anchor='center', width=8, height=3, command=del_other_branch_info).grid(row=6,
column=6) column=6)
Button(root, text='退 出', anchor='center', width=8, height=2, command=exit).grid(row=5, column=10) Button(root, text='退 出', anchor='center', width=8, height=2, command=exit).grid(row=5, column=10)
......
...@@ -77,7 +77,7 @@ setInterval(updateTime, 1000); // 每秒更新一次时间 ...@@ -77,7 +77,7 @@ setInterval(updateTime, 1000); // 每秒更新一次时间
<tr width="600"> <tr width="600">
<td class='details-col-elapsed'>1</td> <td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>1</td> <td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>0分9</td> <td class='details-col-elapsed'>0分2</td>
<td class="details-col-elapsed">100.0%</td> <td class="details-col-elapsed">100.0%</td>
</tr> </tr>
</table> </table>
...@@ -93,9 +93,9 @@ setInterval(updateTime, 1000); // 每秒更新一次时间 ...@@ -93,9 +93,9 @@ setInterval(updateTime, 1000); // 每秒更新一次时间
</tr> </tr>
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/r_b8库房管理_库区设置_同步库房信息/log.html' target='_blank'>r_b8库房管理_库区设置_同步库房信息</a></td> <td class="details-col-elapsed"><a href='../log/r_b6科室管理_科室人员查询_按科室查询人员_设置科室负责人/log.html' target='_blank'>r_b6科室管理_科室人员查询_按科室查询人员_设置科室负责人</a></td>
<td class="success">成功</td> <td class="success">成功</td>
<td class="details-col-elapsed">8.989</td> <td class="details-col-elapsed">2.105</td>
<td class="details-col-elapsed">xiaohesheng</td> <td class="details-col-elapsed">xiaohesheng</td>
</tr> </tr>
......
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