Commit 2789d0c2 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程八脚本提交

parent 772f834b
......@@ -2401,7 +2401,7 @@ def main():
list_data = ['16', '20', '66']
for i in list_data:
check_mcms_dept_buy(int(i))#检查请领单
check_mcms_dept_buy(int(i))#检查请领单主表
mcms_dept_buy_detail(int(i))#检查请领单子表
for i in range(6): # 三个单据共审批6次
approval_center()
......@@ -2415,7 +2415,7 @@ def main():
list_data = ['16', '20', '66']
for i in list_data:
check_mcms_mcms_pur_plan(int(i))#检查采购计划数据(包括主表和子表)
# 采购模块处理
# # 采购模块处理
purchase_module_process()
# 三个单据共审批三次
......
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