|
|
@ -3000,3 +3000,10 @@ ALTER TABLE record_deliver_detail ADD COLUMN parent_packing_number VARCHAR(64) D |
|
|
|
-- 增加采收收货缺货生成记录功能 |
|
|
|
alter table `record_purchasereceipt_main` add `purchasereturn_record_flag` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'FALSE' COMMENT '是否已生成缺货退货记录'; |
|
|
|
alter table `record_purchasereceipt_main` add `purchasereturn_record_msg` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT null COMMENT '生成缺货退货记录异常信息'; |
|
|
|
|
|
|
|
-- 标签类型 |
|
|
|
-- 长春 |
|
|
|
INSERT INTO `label_barcode` (`id`, `master_id`, `label_type`, `code`, `name`, `description`, `order`, `length`, `prefix_lenght`, `prefix_char`, `entity_properties`, `trim_end`, `is_encypt`, `encypt_method`, `deleted`, `tenant_id`, `create_time`, `creator`, `updater`, `update_time`) VALUES (null, 1688840868044877852, 'PurchaseLabel', 'toLocationCode', '来源库位', '来源库位', 1, 0, 0, 'C', 'ToLocationCode', '0', 'FALSE', NULL, b'0', 1, '2023-10-27 09:21:55', '1', '', '2024-09-25 14:11:05'); |
|
|
|
-- 成都 |
|
|
|
INSERT INTO `label_barcode` (`id`, `master_id`, `label_type`, `code`, `name`, `description`, `order`, `length`, `prefix_lenght`, `prefix_char`, `entity_properties`, `trim_end`, `is_encypt`, `encypt_method`, `deleted`, `tenant_id`, `create_time`, `creator`, `updater`, `update_time`) VALUES (null, 1688840868044877852, 'PurchaseLabel', 'toLocationCode', '来源库位', '来源库位', 1, 0, 0, 'C', 'ToLocationCode', '0', 'FALSE', NULL, b'0', 2, '2023-10-27 09:21:55', '1', '', '2024-09-25 14:11:05'); |
|
|
|
INSERT INTO `label_barcode` (`id`, `master_id`, `label_type`, `code`, `name`, `description`, `order`, `length`, `prefix_lenght`, `prefix_char`, `entity_properties`, `trim_end`, `is_encypt`, `encypt_method`, `deleted`, `tenant_id`, `create_time`, `creator`, `updater`, `update_time`) VALUES (null, 1688840868044877852, 'PurchaseLabel', 'toLocationCode', '来源库位', '来源库位', 1, 0, 0, 'C', 'ToLocationCode', '0', 'FALSE', NULL, b'0', 3, '2023-10-27 09:21:55', '1', '', '2024-09-25 14:11:05'); |