支持部分退料

This commit is contained in:
sxu 2024-08-22 18:04:04 +08:00
parent b344f0c62c
commit c81a09389a
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- 去掉退料审核逻辑
UPDATE sys_dic SET name = '退料已提交' WHERE id = 38;
UPDATE sys_menu SET visible = '1', status = '1', update_time = '2024-07-29 19:15:04' WHERE menu_name = '退料审核';
-- 0:未完成退料,可以撤回 1:已完成退料,不能撤回
alter table back_check_details
add is_finished tinyint null comment '0:未完成退料,可以撤回 1:已完成退料,不能撤回';

View File

@ -0,0 +1,8 @@
-- 去掉退料审核逻辑
UPDATE sys_dic SET name = '退料已提交' WHERE id = 38;
UPDATE sys_menu SET visible = '1', status = '1', update_time = '2024-07-29 19:15:04' WHERE menu_name = '退料审核';
-- 0:未完成退料,可以撤回 1:已完成退料,不能撤回
alter table back_check_details
add is_finished tinyint null comment '0:未完成退料,可以撤回 1:已完成退料,不能撤回';