|
|
@ -2879,3 +2879,9 @@ INSERT INTO `document_switch` (`id`, `code`, `description`, `effective_set_value |
|
|
|
INSERT INTO `document_switch` (`id`, `code`, `description`, `effective_set_value`, `deleted`, `tenant_id`, `available`, `create_time`, `creator`, `update_time`, `updater`) VALUES (null, 'productionreturnConfirmationSwitch', '隔离退料是否确认接收开关', 'FALSE', b'0', 3, 'TRUE', '2024-08-16 12:00:00', '', '2023-08-16 00:00:00', ''); |
|
|
|
-- 长春(物料隔离) |
|
|
|
INSERT INTO `document_switch` (`id`, `code`, `description`, `effective_set_value`, `deleted`, `tenant_id`, `available`, `create_time`, `creator`, `update_time`, `updater`) VALUES (null, 'productionreturnConfirmationSwitch', '隔离退料是否确认接收开关', 'FALSE', b'0', 1, 'TRUE', '2024-08-16 12:00:00', '', '2023-08-16 00:00:00', ''); |
|
|
|
alter table `record_customerreturn_detail` add `receive_status` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '隔离收货状态确认(0-待确认(蓝色),1-已接收(绿色),2-已拒绝(红色))'; |
|
|
|
-- 成都(物料隔离) |
|
|
|
INSERT INTO `document_switch` (`id`, `code`, `description`, `effective_set_value`, `deleted`, `tenant_id`, `available`, `create_time`, `creator`, `update_time`, `updater`) VALUES (null, 'customerreturnConfirmationSwitch', '客户退货是否确认接收开关', 'FALSE', b'0', 2, 'TRUE', '2024-08-16 12:00:00', '', '2023-08-16 00:00:00', ''); |
|
|
|
INSERT INTO `document_switch` (`id`, `code`, `description`, `effective_set_value`, `deleted`, `tenant_id`, `available`, `create_time`, `creator`, `update_time`, `updater`) VALUES (null, 'customerreturnConfirmationSwitch', '客户退货是否确认接收开关', 'FALSE', b'0', 3, 'TRUE', '2024-08-16 12:00:00', '', '2023-08-16 00:00:00', ''); |
|
|
|
-- 长春(物料隔离) |
|
|
|
INSERT INTO `document_switch` (`id`, `code`, `description`, `effective_set_value`, `deleted`, `tenant_id`, `available`, `create_time`, `creator`, `update_time`, `updater`) VALUES (null, 'customerreturnConfirmationSwitch', '客户退货是否确认接收开关', 'FALSE', b'0', 1, 'TRUE', '2024-08-16 12:00:00', '', '2023-08-16 00:00:00', ''); |
|
|
|