bug修复
This commit is contained in:
parent
b3c175836a
commit
ae8d479acd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -683,11 +683,11 @@ class ExcelProcessor:
|
||||
|
||||
# 定义列名映射
|
||||
column_mapping = {
|
||||
'name': ['商品名称', '名称', '品名', '商品', '商品名', '商品或服务名称', '品项名', '产品名称', '品项'],
|
||||
'specification': ['规格', '规格型号', '型号', '商品规格', '产品规格', '包装规格'],
|
||||
'quantity': ['数量', '采购数量', '购买数量', '采购数量', '订单数量', '数量(必填)', '入库数', '入库数量'],
|
||||
'unit': ['单位', '采购单位', '计量单位', '单位(必填)', '单位名称', '计价单位'],
|
||||
'price': ['单价', '价格', '采购单价', '销售价', '进货价', '单价(必填)', '采购价', '参考价', '入库单价']
|
||||
'name': ['商品名称', '名称', '品名', '商品', '商品名', '商品或服务名称', '品项名', '产品名称', '品项', '名 称'],
|
||||
'specification': ['规格', '规格型号', '型号', '商品规格', '产品规格', '包装规格','规 格'],
|
||||
'quantity': ['数量', '采购数量', '购买数量', '采购数量', '订单数量', '数量(必填)', '入库数', '入库数量','数 量'],
|
||||
'unit': ['单位', '采购单位', '计量单位', '单位(必填)', '单位名称', '计价单位','单 位'],
|
||||
'price': ['单价', '价格', '采购单价', '销售价', '进货价', '单价(必填)', '采购价', '参考价', '入库单价','单 价']
|
||||
}
|
||||
|
||||
# 映射列名到标准名称
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
{
|
||||
"D:\\My Documents\\python\\orc-order-v2\\data\\input\\微信图片_20250502191502.jpg": "D:\\My Documents\\python\\orc-order-v2\\data\\output\\微信图片_20250502191502.xlsx"
|
||||
}
|
||||
@ -456,3 +456,19 @@ AttributeError: 'OrderService' object has no attribute 'process_latest_excel'
|
||||
2025-05-10 17:23:18,699 - __main__ - INFO - 开始烟草公司订单处理
|
||||
2025-05-10 17:23:19,567 - __main__ - INFO - 烟草订单处理成功,输出文件: data/output\银豹采购单_烟草公司.xls
|
||||
2025-05-10 17:23:19,568 - __main__ - INFO - 烟草订单处理完成,绝对路径: D:\My Documents\python\orc-order-v2\data\output\银豹采购单_烟草公司.xls
|
||||
2025-05-25 12:26:45,362 - __main__ - INFO - 开始烟草公司订单处理
|
||||
2025-05-25 12:26:45,715 - __main__ - INFO - 烟草订单处理成功,输出文件: data/output\银豹采购单_烟草公司.xls
|
||||
2025-05-25 12:26:45,715 - __main__ - INFO - 烟草订单处理完成,绝对路径: D:\My Documents\python\orc-order-v2\data\output\银豹采购单_烟草公司.xls
|
||||
2025-05-25 12:28:21,145 - __main__ - ERROR - 执行过程中发生错误: 'OrderService' object has no attribute 'merge_all_purchase_orders'
|
||||
Traceback (most recent call last):
|
||||
File "D:\My Documents\python\orc-order-v2\run.py", line 128, in main
|
||||
result = order_service.merge_all_purchase_orders()
|
||||
AttributeError: 'OrderService' object has no attribute 'merge_all_purchase_orders'
|
||||
2025-05-25 12:28:27,788 - __main__ - INFO - 开始烟草公司订单处理
|
||||
2025-05-25 12:28:28,022 - __main__ - INFO - 烟草订单处理成功,输出文件: data/output\银豹采购单_烟草公司.xls
|
||||
2025-05-25 12:28:28,022 - __main__ - INFO - 烟草订单处理完成,绝对路径: D:\My Documents\python\orc-order-v2\data\output\银豹采购单_烟草公司.xls
|
||||
2025-05-25 12:57:59,199 - __main__ - ERROR - 执行过程中发生错误: 'OrderService' object has no attribute 'merge_all_purchase_orders'
|
||||
Traceback (most recent call last):
|
||||
File "D:\My Documents\python\orc-order-v2\run.py", line 128, in main
|
||||
result = order_service.merge_all_purchase_orders()
|
||||
AttributeError: 'OrderService' object has no attribute 'merge_all_purchase_orders'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
Active since: 2025-05-13 09:59:21
|
||||
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
Active since: 2025-05-13 09:59:21
|
||||
@ -28,3 +28,41 @@
|
||||
2025-05-10 16:29:12,725 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6973726149671 -> 6973726149657
|
||||
2025-05-10 16:29:12,727 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6935205322012 -> 6935205320018
|
||||
2025-05-10 16:29:12,728 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6973726149688 -> 6973726149664
|
||||
2025-05-14 10:32:40,934 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923644248222 -> 6923644248208
|
||||
2025-05-14 10:32:40,934 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6902083881122 -> 6902083881085
|
||||
2025-05-14 10:32:40,934 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6907992501857 -> 6907992500010
|
||||
2025-05-14 10:35:02,689 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923644248222 -> 6923644248208
|
||||
2025-05-14 10:35:02,689 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6902083881122 -> 6902083881085
|
||||
2025-05-14 10:35:02,689 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6902083891015 -> 6902083890636
|
||||
2025-05-14 10:35:02,689 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6907992501857 -> 6907992500010
|
||||
2025-05-23 19:01:33,369 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6901424334174 -> 6973730760015
|
||||
2025-05-23 19:01:38,162 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923450614631 -> 6923450614624
|
||||
2025-05-23 19:01:38,162 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923450605196 -> 6923450614624
|
||||
2025-05-23 19:01:48,998 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923450676103 -> 6923450676097
|
||||
2025-05-23 19:01:48,999 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923450661505 -> 6923450661499
|
||||
2025-05-23 19:01:49,001 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923450666821 -> 6923450666838
|
||||
2025-05-23 19:01:54,154 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923450665213 -> 6923450665206
|
||||
2025-05-25 17:44:01,847 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码(6958620703716)使用固定规格: 1*14
|
||||
2025-05-25 17:44:01,847 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码处理: 6958620703716, 数量: 1.0 -> 14.0, 单价: 21.0 -> 1.5, 单位: 盒 -> 个
|
||||
2025-05-25 17:45:22,175 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码(6958620703716)使用固定规格: 1*14
|
||||
2025-05-25 17:45:22,175 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码处理: 6958620703716, 数量: 1.0 -> 14.0, 单价: 21.0 -> 1.5, 单位: 盒 -> 个
|
||||
2025-05-25 17:49:30,879 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码(6958620703716)使用固定规格: 1*14
|
||||
2025-05-25 17:49:30,879 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码处理: 6958620703716, 数量: 1.0 -> 14.0, 单价: 21.0 -> 1.5, 单位: 盒 -> 个
|
||||
2025-05-25 17:52:18,505 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码(6958620703716)使用固定规格: 1*14
|
||||
2025-05-25 17:52:18,505 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码处理: 6958620703716, 数量: 1.0 -> 14.0, 单价: 21.0 -> 1.5, 单位: 盒 -> 个
|
||||
2025-05-25 17:53:41,456 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码(6958620703716)使用固定规格: 1*14
|
||||
2025-05-25 17:53:41,456 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码处理: 6958620703716, 数量: 1.0 -> 14.0, 单价: 21.0 -> 1.5, 单位: 盒 -> 个
|
||||
2025-05-30 08:50:51,028 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6925861571466 -> 6925861571459
|
||||
2025-05-30 08:50:51,028 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923644210151 -> 6923644223458
|
||||
2025-05-30 08:50:51,034 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6907992502052 -> 6907992100272
|
||||
2025-05-30 08:50:51,034 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6923644283582 -> 6923644283575
|
||||
2025-05-30 08:50:51,038 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6903979000979 -> 6903979000962
|
||||
2025-05-30 08:50:51,038 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6907992507385 -> 6907992507095
|
||||
2025-05-30 08:50:51,038 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6907992501819 -> 6907992500133
|
||||
2025-05-30 10:04:38,707 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码(6958620703716)使用固定规格: 1*14
|
||||
2025-05-30 10:04:38,707 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码处理: 6958620703716, 数量: 1.0 -> 14.0, 单价: 21.0 -> 1.5, 单位: 盒 -> 个
|
||||
2025-05-30 10:12:13,627 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码(6958620703716)使用固定规格: 1*14
|
||||
2025-05-30 10:12:13,627 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码处理: 6958620703716, 数量: 1.0 -> 14.0, 单价: 21.0 -> 1.5, 单位: 盒 -> 个
|
||||
2025-05-30 10:17:45,990 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码(6958620703716)使用固定规格: 1*14
|
||||
2025-05-30 10:17:45,990 - app.core.excel.handlers.barcode_mapper - INFO - 特殊条码处理: 6958620703716, 数量: 1.0 -> 14.0, 单价: 21.0 -> 1.5, 单位: 盒 -> 个
|
||||
2025-05-30 10:17:45,990 - app.core.excel.handlers.barcode_mapper - INFO - 条码映射: 6958620703716 -> 6958620703907
|
||||
|
||||
@ -1 +0,0 @@
|
||||
Active since: 2025-05-13 09:59:21
|
||||
@ -209,3 +209,351 @@
|
||||
2025-05-10 16:29:12,731 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 9.0, 单位: 盒
|
||||
2025-05-10 16:29:12,732 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 5.0, 单价: 12.5, 单位: 盒
|
||||
2025-05-10 16:29:16,214 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 52.0, 单位: 盒
|
||||
2025-05-13 11:36:54,023 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 3.0 -> 36.0, 单价: 26.0 -> 2.1666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:54,030 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 15.0, 单价: 56.0 -> 3.7333333333333334, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:54,082 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 2.0 -> 30.0, 单价: 55.0 -> 3.6666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:54,083 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 2.0 -> 30.0, 单价: 56.0 -> 3.7333333333333334, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:54,086 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 15.0, 单价: 56.0 -> 3.7333333333333334, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:54,087 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 15.0, 单价: 55.0 -> 3.6666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:54,088 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 2.0 -> 30.0, 单价: 55.0 -> 3.6666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:57,683 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 15.0, 单价: 55.0 -> 3.6666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:57,686 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 5.0 -> 60.0, 单价: 62.0 -> 5.166666666666667, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:57,687 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 6.0, 单价: 50.0 -> 8.333333333333334, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:36:57,690 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 15.0, 单价: 43.0 -> 2.8666666666666667, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:37:02,580 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品箱单位处理: 数量: 2.0 -> 30.0, 单价: 0, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:37:02,582 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 15.0, 单价: 43.0 -> 2.8666666666666667, 单位: 箱 -> 瓶
|
||||
2025-05-13 11:37:02,583 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品箱单位处理: 数量: 19.0 -> 456.0, 单价: 0, 单位: 箱 -> 瓶
|
||||
2025-05-13 12:29:18,412 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 8.0 -> 192.0, 单价: 23.0 -> 0.9583333333333334, 单位: 件 -> 瓶
|
||||
2025-05-13 12:29:18,414 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 75.0 -> 5.0, 单位: 件 -> 瓶
|
||||
2025-05-13 12:29:18,415 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 32.0 -> 2.6666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-13 12:29:18,416 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 62.1 -> 4.14, 单位: 件 -> 瓶
|
||||
2025-05-13 12:29:18,418 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 1.0, 单价: 0, 单位: 瓶
|
||||
2025-05-13 12:29:18,419 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 2.0, 单价: 0, 单位: 瓶
|
||||
2025-05-13 12:39:20,670 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 1.0, 单价: 14.0, 单位: 盒
|
||||
2025-05-13 12:39:20,796 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 8.0, 单价: 6.0, 单位: 盒
|
||||
2025-05-13 12:47:01,013 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 0.0 -> 0.0, 单价: 284.0 -> 71.0, 单位: 件 -> 瓶
|
||||
2025-05-13 12:47:08,819 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 0.0 -> 0.0, 单价: 62.0 -> 7.75, 单位: 件 -> 瓶
|
||||
2025-05-13 12:50:32,939 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 4.0, 单价: 284.0 -> 71.0, 单位: 件 -> 瓶
|
||||
2025-05-13 12:50:40,340 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 8.0, 单价: 62.0 -> 7.75, 单位: 件 -> 瓶
|
||||
2025-05-14 10:23:48,496 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 45.0 -> 3.0, 单位: 件 -> 瓶
|
||||
2025-05-14 10:23:48,496 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 45.0 -> 3.0, 单位: 件 -> 瓶
|
||||
2025-05-14 10:23:48,511 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 45.0 -> 3.0, 单位: 件 -> 瓶
|
||||
2025-05-14 10:23:48,511 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 50.0 -> 3.3333333333333335, 单位: 件 -> 瓶
|
||||
2025-05-14 10:23:48,558 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 50.0 -> 3.3333333333333335, 单位: 件 -> 瓶
|
||||
2025-05-14 10:23:48,558 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 5.0 -> 75.0, 单价: 43.0 -> 2.8666666666666667, 单位: 件 -> 瓶
|
||||
2025-05-14 10:23:48,558 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 5.0 -> 120.0, 单价: 22.0 -> 0.9166666666666666, 单位: 件 -> 瓶
|
||||
2025-05-14 10:23:48,558 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 55.0 -> 3.6666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-14 10:29:16,607 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 32.0 -> 1.3333333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 10:29:16,622 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 34.0 -> 1.4166666666666667, 单位: 件 -> 瓶
|
||||
2025-05-14 10:29:16,622 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 39.0 -> 1.625, 单位: 件 -> 瓶
|
||||
2025-05-14 10:29:16,622 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 32.0 -> 1.3333333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 10:32:40,934 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 32.0 -> 1.3333333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 10:32:40,934 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 34.0 -> 1.4166666666666667, 单位: 件 -> 瓶
|
||||
2025-05-14 10:32:40,934 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 39.0 -> 1.625, 单位: 件 -> 瓶
|
||||
2025-05-14 10:32:40,934 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 32.0 -> 1.3333333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 10:35:02,689 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 32.0 -> 1.3333333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 10:35:02,689 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 34.0 -> 1.4166666666666667, 单位: 件 -> 瓶
|
||||
2025-05-14 10:35:02,689 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 39.0 -> 1.625, 单位: 件 -> 瓶
|
||||
2025-05-14 10:35:02,689 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 32.0 -> 1.3333333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 10:43:05,563 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 58.0 -> 4.833333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 10:43:05,563 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 53.0 -> 4.416666666666667, 单位: 件 -> 瓶
|
||||
2025-05-14 10:43:05,563 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 53.0 -> 4.416666666666667, 单位: 件 -> 瓶
|
||||
2025-05-14 10:43:05,563 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 49.0 -> 4.083333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 10:43:05,563 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 49.0 -> 4.083333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 10:43:05,735 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 49.0 -> 4.083333333333333, 单位: 件 -> 瓶
|
||||
2025-05-14 11:06:59,911 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 12.0, 单价: 7.8, 单位: 盒
|
||||
2025-05-14 11:06:59,911 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 12.0, 单价: 7.2, 单位: 盒
|
||||
2025-05-23 17:11:31,846 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 47.0 -> 4.7, 单位: 提 -> 瓶
|
||||
2025-05-23 17:11:31,848 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 6.0, 单价: 4.6, 单位: 盒
|
||||
2025-05-23 17:11:31,850 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 39.0 -> 3.25, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:07,112 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 30.25 -> 2.5208333333333335, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:07,114 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 30.25 -> 2.5208333333333335, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:07,165 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 30.25 -> 2.5208333333333335, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:07,167 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 30.25 -> 2.5208333333333335, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:07,168 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 30.25 -> 2.5208333333333335, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:07,170 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 25.6 -> 2.56, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:07,171 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 25.6 -> 2.56, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:07,173 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 25.6 -> 2.56, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:07,174 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 25.6 -> 2.56, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:07,175 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 25.6 -> 2.56, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:09,594 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 20.0, 单价: 13.5 -> 0.675, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:09,595 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 28.5 -> 2.85, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:09,596 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 28.5 -> 2.85, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:09,598 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 28.5 -> 2.85, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:09,599 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 28.5 -> 2.85, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:09,602 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 30.0, 单价: 22.5 -> 0.75, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:24,640 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 24.0 -> 2.0, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:24,641 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 2.0 -> 40.0, 单价: 14.0 -> 0.7, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:24,642 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 2.0 -> 40.0, 单价: 14.0 -> 0.7, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:28,510 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 8.0, 单价: 5.42, 单位: 盒
|
||||
2025-05-23 19:01:28,511 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 6.0, 单价: 4.71, 单位: 盒
|
||||
2025-05-23 19:01:28,513 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 5.0, 单价: 6.05, 单位: 盒
|
||||
2025-05-23 19:01:28,515 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 2.0 -> 40.0, 单价: 14.0 -> 0.7, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:28,516 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 2.0 -> 40.0, 单价: 30.0 -> 1.5, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:33,367 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 20.0, 单价: 14.0 -> 0.7, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:33,368 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 2.0 -> 40.0, 单价: 14.0 -> 0.7, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:33,368 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 2.0 -> 40.0, 单价: 14.0 -> 0.7, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:33,369 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 2.0 -> 40.0, 单价: 14.0 -> 0.7, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:33,370 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 2.0 -> 16.0, 单价: 29.0 -> 3.625, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:33,371 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 9.0, 单价: 66.0 -> 7.333333333333333, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:33,372 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 9.0, 单价: 66.0 -> 7.333333333333333, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:33,372 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 9.0, 单价: 66.0 -> 7.333333333333333, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:38,159 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 6.0, 单价: 43.0 -> 7.166666666666667, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:38,160 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 6.0, 单价: 43.0 -> 7.166666666666667, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:38,161 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 6.0, 单价: 43.0 -> 7.166666666666667, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:38,162 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 6.0, 单价: 40.0 -> 6.666666666666667, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:38,163 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 42.0 -> 4.2, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:43,829 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 42.0 -> 4.2, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:43,830 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 42.0 -> 4.2, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:43,833 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 47.0 -> 4.7, 单位: 提 -> 瓶
|
||||
2025-05-23 19:01:43,834 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 8.0, 单价: 24.0 -> 3.0, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:43,835 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 8.0, 单价: 24.0 -> 3.0, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:48,993 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 8.0, 单价: 24.0 -> 3.0, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:48,995 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 8.0, 单价: 24.0 -> 3.0, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:48,996 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 8.0, 单价: 24.0 -> 3.0, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:48,997 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 7.0, 单价: 4.89, 单位: 盒
|
||||
2025-05-23 19:01:48,998 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 39.0 -> 3.25, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:49,000 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 39.0 -> 3.25, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:49,001 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 39.0 -> 3.25, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:54,155 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 12.0, 单价: 39.0 -> 3.25, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:54,156 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 15.0, 单价: 93.0 -> 6.2, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:54,157 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 15.0, 单价: 93.0 -> 6.2, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:54,158 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 15.0, 单价: 93.0 -> 6.2, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:54,159 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 6.0, 单价: 50.0 -> 8.333333333333334, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:54,161 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 6.0, 单价: 50.0 -> 8.333333333333334, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:01:59,593 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 10.0, 单价: 2.58, 单位: 盒
|
||||
2025-05-23 19:01:59,594 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 10.0, 单价: 2.58, 单位: 盒
|
||||
2025-05-23 19:01:59,594 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 10.0, 单价: 2.58, 单位: 盒
|
||||
2025-05-23 19:01:59,595 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 8.0, 单价: 2.58, 单位: 盒
|
||||
2025-05-23 19:01:59,597 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 10.0, 单价: 2.58, 单位: 盒
|
||||
2025-05-23 19:02:15,128 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 30.0 -> 3.0, 单位: 提 -> 瓶
|
||||
2025-05-23 19:02:15,129 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 35.0 -> 3.5, 单位: 提 -> 瓶
|
||||
2025-05-23 19:02:15,132 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 8.0, 单价: 35.0 -> 4.375, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:02:15,133 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 8.0, 单价: 35.0 -> 4.375, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:02:15,134 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 8.0, 单价: 35.0 -> 4.375, 单位: 盒 -> 瓶
|
||||
2025-05-23 19:02:19,140 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 1.0 -> 10.0, 单价: 25.0 -> 2.5, 单位: 提 -> 瓶
|
||||
2025-05-25 12:56:35,814 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 10.0, 单位: 提
|
||||
2025-05-25 12:56:35,816 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 80.0, 单价: 8.5 -> 0.2125, 单位: 件 -> 瓶
|
||||
2025-05-25 12:56:35,831 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 4.0, 单价: 8.5, 单位: 提
|
||||
2025-05-25 12:56:35,833 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 10.5, 单位: 提
|
||||
2025-05-25 12:56:35,834 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 6.5, 单位: 提
|
||||
2025-05-25 12:56:35,835 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 8.5, 单位: 提
|
||||
2025-05-25 12:56:35,836 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 11.0, 单位: 提
|
||||
2025-05-25 12:56:35,837 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 13.0, 单位: 提
|
||||
2025-05-25 12:56:35,838 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 17.0, 单位: 提
|
||||
2025-05-25 12:56:35,838 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 12.8, 单位: 提
|
||||
2025-05-25 12:56:38,414 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 5.0 -> 120.0, 单价: 7.5 -> 0.3125, 单位: 件 -> 瓶
|
||||
2025-05-25 12:57:18,695 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 12.0, 单位: 盒
|
||||
2025-05-25 12:57:18,695 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 3.0, 单价: 8.0, 单位: 提
|
||||
2025-05-25 13:08:51,331 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 30.0, 单价: 33.0 -> 2.2, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,331 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 33.0 -> 2.2, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,331 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 33.0 -> 2.2, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,346 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 33.0 -> 2.2, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,349 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 36.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,349 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,361 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,361 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,361 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,361 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,361 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,361 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,376 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:51,376 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 10.0 -> 80.0, 单价: 35.0 -> 4.375, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:53,446 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-25 13:08:53,446 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 3.0 -> 45.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:48,981 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 30.0, 单价: 33.0 -> 2.2, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:48,981 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 33.0 -> 2.2, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:48,981 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 33.0 -> 2.2, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:48,981 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 33.0 -> 2.2, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:48,997 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 36.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:48,997 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:48,997 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:48,997 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:49,002 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:49,002 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:50,250 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:50,250 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:50,250 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:50,250 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 10.0 -> 80.0, 单价: 35.0 -> 4.375, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:50,250 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-25 13:09:50,250 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 3.0 -> 45.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-25 13:13:38,562 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 62.0 -> 4.133333333333334, 单位: 件 -> 瓶
|
||||
2025-05-25 13:13:38,562 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 62.0 -> 4.133333333333334, 单位: 件 -> 瓶
|
||||
2025-05-25 13:13:38,571 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 62.0 -> 4.133333333333334, 单位: 件 -> 瓶
|
||||
2025-05-25 13:13:38,571 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 62.0 -> 4.133333333333334, 单位: 件 -> 瓶
|
||||
2025-05-25 13:18:48,271 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 49.0 -> 4.083333333333333, 单位: 件 -> 瓶
|
||||
2025-05-25 13:18:48,271 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 49.0 -> 4.083333333333333, 单位: 件 -> 瓶
|
||||
2025-05-25 13:18:48,271 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 49.0 -> 4.083333333333333, 单位: 件 -> 瓶
|
||||
2025-05-25 13:18:48,271 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 40.0 -> 3.3333333333333335, 单位: 件 -> 瓶
|
||||
2025-05-25 13:18:48,302 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 40.0 -> 3.3333333333333335, 单位: 件 -> 瓶
|
||||
2025-05-25 13:18:48,302 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 40.0 -> 3.3333333333333335, 单位: 件 -> 瓶
|
||||
2025-05-25 13:22:50,129 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 33.0 -> 1.375, 单位: 件 -> 瓶
|
||||
2025-05-25 13:22:50,129 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 45.0 -> 3.0, 单位: 件 -> 瓶
|
||||
2025-05-25 13:22:50,135 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 57.0 -> 3.8, 单位: 件 -> 瓶
|
||||
2025-05-25 13:22:50,135 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 30.0, 单价: 50.0 -> 3.3333333333333335, 单位: 件 -> 瓶
|
||||
2025-05-25 13:22:50,204 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 50.0 -> 3.3333333333333335, 单位: 件 -> 瓶
|
||||
2025-05-25 13:23:57,623 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 5.0 -> 120.0, 单价: 43.0 -> 1.7916666666666667, 单位: 件 -> 瓶
|
||||
2025-05-25 13:23:57,623 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 33.0 -> 1.375, 单位: 件 -> 瓶
|
||||
2025-05-25 13:23:57,623 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 45.0 -> 3.0, 单位: 件 -> 瓶
|
||||
2025-05-25 13:23:57,623 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 57.0 -> 3.8, 单位: 件 -> 瓶
|
||||
2025-05-25 13:23:57,629 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 30.0, 单价: 50.0 -> 3.3333333333333335, 单位: 件 -> 瓶
|
||||
2025-05-25 13:23:57,630 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 50.0 -> 3.3333333333333335, 单位: 件 -> 瓶
|
||||
2025-05-25 17:40:35,683 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 1.0, 单价: 21.0, 单位: 盒
|
||||
2025-05-28 11:43:04,632 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-28 11:43:04,633 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.0 -> 4.583333333333333, 单位: 件 -> 瓶
|
||||
2025-05-28 11:43:04,633 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.0 -> 4.583333333333333, 单位: 件 -> 瓶
|
||||
2025-05-28 11:43:04,633 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 3.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:43:04,636 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 14.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:43:04,636 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 1.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:43:04,802 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 1.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:46:32,182 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.0 -> 4.583333333333333, 单位: 件 -> 瓶
|
||||
2025-05-28 11:46:32,182 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.0 -> 4.583333333333333, 单位: 件 -> 瓶
|
||||
2025-05-28 11:46:32,182 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.0 -> 4.583333333333333, 单位: 件 -> 瓶
|
||||
2025-05-28 11:46:32,182 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 3.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:46:32,182 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 14.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:46:32,182 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 1.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:46:32,182 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 1.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:51:11,447 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.0 -> 4.583333333333333, 单位: 件 -> 瓶
|
||||
2025-05-28 11:51:11,447 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.0 -> 4.583333333333333, 单位: 件 -> 瓶
|
||||
2025-05-28 11:51:11,452 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.0 -> 4.583333333333333, 单位: 件 -> 瓶
|
||||
2025-05-28 11:51:11,452 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.0 -> 4.583333333333333, 单位: 件 -> 瓶
|
||||
2025-05-28 11:51:11,455 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 3.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:51:11,455 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 14.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:51:11,459 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 1.0, 单价: 0, 单位: 瓶
|
||||
2025-05-28 11:51:11,459 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 1.0, 单价: 0, 单位: 瓶
|
||||
2025-05-29 10:34:23,338 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 12.0, 单价: 27.0 -> 6.75, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:23,342 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 23.0 -> 0.9583333333333334, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:23,344 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 10.0 -> 240.0, 单价: 23.0 -> 0.9583333333333334, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:23,344 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 5.0 -> 40.0, 单价: 21.0 -> 2.625, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:23,346 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 5.0 -> 60.0, 单价: 26.0 -> 2.1666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:23,346 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 78.0 -> 6.5, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:23,358 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 72.0, 单价: 40.0 -> 1.6666666666666667, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:23,358 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 32.0 -> 2.6666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:23,366 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 340.05 -> 22.67, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:25,710 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 24.0, 单价: 282.0 -> 11.75, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:25,710 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 24.0, 单价: 312.0 -> 13.0, 单位: 件 -> 瓶
|
||||
2025-05-29 10:34:25,714 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 4.0, 单价: 0, 单位: 瓶
|
||||
2025-05-29 10:44:15,387 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 10:44:15,392 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 10:44:15,393 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 10:44:15,393 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 15.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 10:44:15,393 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 15.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 10:44:15,396 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 10:44:15,396 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 10:44:15,396 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 3.0 -> 72.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 10:44:15,843 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 14.0, 单价: 0, 单位: 瓶
|
||||
2025-05-29 10:44:15,843 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 24.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:04:29,196 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:04:29,196 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:04:29,196 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:04:29,196 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 15.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:04:29,196 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 15.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:04:29,200 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:04:29,251 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:04:29,253 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 3.0 -> 72.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:04:29,253 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 14.0, 单价: 0, 单位: 瓶
|
||||
2025-05-29 11:04:29,253 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 24.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:11:26,691 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 37.0 -> 3.0833333333333335, 单位: 件 -> 瓶
|
||||
2025-05-29 11:11:26,693 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 37.0 -> 3.0833333333333335, 单位: 件 -> 瓶
|
||||
2025-05-29 11:11:26,693 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 48.0 -> 4.0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:11:26,693 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 48.0 -> 3.2, 单位: 件 -> 瓶
|
||||
2025-05-29 11:11:26,693 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 48.0 -> 3.2, 单位: 件 -> 瓶
|
||||
2025-05-29 11:11:26,695 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 48.0 -> 4.0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:11:26,696 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 48.0 -> 4.0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:11:26,697 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 72.0, 单价: 120.0 -> 5.0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:11:26,697 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 14.0, 单价: 0, 单位: 瓶
|
||||
2025-05-29 11:11:26,698 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 24.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:16:59,612 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 33.0 -> 2.75, 单位: 件 -> 瓶
|
||||
2025-05-29 11:16:59,614 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 55.08 -> 4.59, 单位: 件 -> 瓶
|
||||
2025-05-29 11:16:59,614 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 52.0 -> 4.333333333333333, 单位: 件 -> 瓶
|
||||
2025-05-29 11:16:59,614 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 52.0 -> 4.333333333333333, 单位: 件 -> 瓶
|
||||
2025-05-29 11:28:27,634 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 62.0 -> 5.166666666666667, 单位: 件 -> 瓶
|
||||
2025-05-29 11:28:27,636 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 62.0 -> 5.166666666666667, 单位: 件 -> 瓶
|
||||
2025-05-29 11:28:27,638 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 55.0 -> 3.6666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-29 11:28:27,640 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 55.0 -> 3.6666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-29 11:28:27,642 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 55.0 -> 3.6666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-29 11:28:27,642 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 30.0, 单价: 55.0 -> 3.6666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-29 11:28:27,642 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 30.0, 单价: 55.0 -> 3.6666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-29 11:28:27,642 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 15.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:32:47,143 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 8.0, 单价: 352.0 -> 88.0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:32:47,143 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 1.0, 单价: 264.0 -> 264.0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:32:47,147 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 6.0, 单价: 58.0 -> 9.666666666666666, 单位: 件 -> 瓶
|
||||
2025-05-29 11:32:47,175 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 5.0 -> 50.0, 单价: 2.8 -> 0.27999999999999997, 单位: 盒 -> 瓶
|
||||
2025-05-29 11:37:29,695 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 8.0, 单价: 352.0 -> 88.0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:37:29,695 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 6.0, 单价: 264.0 -> 44.0, 单位: 件 -> 瓶
|
||||
2025-05-29 11:37:29,697 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 6.0, 单价: 58.0 -> 9.666666666666666, 单位: 件 -> 瓶
|
||||
2025-05-29 11:37:29,721 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(三级规格)处理: 数量: 5.0 -> 50.0, 单价: 2.8 -> 0.27999999999999997, 单位: 盒 -> 瓶
|
||||
2025-05-29 11:44:36,530 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 6.0, 单价: 4.8, 单位: 盒
|
||||
2025-05-29 11:44:38,545 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 6.0, 单价: 6.0, 单位: 盒
|
||||
2025-05-29 11:44:41,864 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 12.0, 单价: 12.5, 单位: 盒
|
||||
2025-05-29 11:44:41,867 - app.core.excel.handlers.unit_converter_handlers - INFO - 提/盒单位(二级规格)处理: 保持原样 数量: 1.0, 单价: 14.0, 单位: 盒
|
||||
2025-05-29 12:42:04,621 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 68.0 -> 4.533333333333333, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,624 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 68.0 -> 4.533333333333333, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,638 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 68.0 -> 4.533333333333333, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,639 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 68.0 -> 4.533333333333333, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,640 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 56.0 -> 3.7333333333333334, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,641 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 56.0 -> 3.7333333333333334, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,864 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 56.0 -> 3.7333333333333334, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,868 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 15.0, 单价: 56.0 -> 3.7333333333333334, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,869 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 73.0 -> 6.083333333333333, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,871 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,871 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 45.0 -> 3.75, 单位: 件 -> 瓶
|
||||
2025-05-29 12:42:04,873 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品瓶单位处理: 保持原样 数量: 10.0, 单价: 0, 单位: 瓶
|
||||
2025-05-30 08:50:51,028 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 30.0, 单价: 45.0 -> 3.0, 单位: 件 -> 瓶
|
||||
2025-05-30 08:50:51,028 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 52.0 -> 2.1666666666666665, 单位: 件 -> 瓶
|
||||
2025-05-30 08:50:51,028 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 45.0 -> 3.75, 单位: 件 -> 瓶
|
||||
2025-05-30 08:50:51,028 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 72.0, 单价: 55.0 -> 2.2916666666666665, 单位: 件 -> 瓶
|
||||
2025-05-30 08:50:51,034 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 4.0 -> 96.0, 单价: 54.0 -> 2.25, 单位: 件 -> 瓶
|
||||
2025-05-30 08:50:51,034 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 24.0, 单价: 29.0 -> 2.4166666666666665, 单位: 件 -> 瓶
|
||||
2025-05-30 08:50:51,038 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 4.0 -> 96.0, 单价: 50.0 -> 2.0833333333333335, 单位: 件 -> 瓶
|
||||
2025-05-30 08:50:51,038 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 2.0 -> 48.0, 单价: 55.0 -> 2.2916666666666665, 单位: 件 -> 瓶
|
||||
2025-05-30 08:50:51,038 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 4.0 -> 48.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 08:50:51,470 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 72.0, 单价: 62.0 -> 2.5833333333333335, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,138 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 1.0, 单价: 42.0 -> 42.0, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,138 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,138 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,138 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,153 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,153 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,158 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,158 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,158 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,158 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 24.0, 单价: 35.0 -> 4.375, 单位: 件 -> 瓶
|
||||
2025-05-30 08:54:24,165 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 15.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,714 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,714 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,714 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,714 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,714 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,714 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,739 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,739 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,739 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,745 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 24.0, 单价: 35.0 -> 4.375, 单位: 件 -> 瓶
|
||||
2025-05-30 09:01:02,745 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 15.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,546 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,547 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,548 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,548 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,549 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,549 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,659 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,660 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,661 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,662 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 1.0 -> 12.0, 单价: 42.0 -> 3.5, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,662 - app.core.excel.handlers.unit_converter_handlers - INFO - 件单位处理: 数量: 3.0 -> 24.0, 单价: 35.0 -> 4.375, 单位: 件 -> 瓶
|
||||
2025-05-30 09:10:06,662 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品件单位处理: 数量: 1.0 -> 15.0, 单价: 0, 单位: 件 -> 瓶
|
||||
2025-05-30 09:54:20,830 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 5.0 -> 60.0, 单价: 28.0 -> 2.3333333333333335, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:20,836 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品箱单位处理: 数量: 1.0 -> 12.0, 单价: 0, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:20,836 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品箱单位处理: 数量: 1.0 -> 24.0, 单价: 0, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:20,836 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 15.0, 单价: 55.0 -> 3.6666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:20,920 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 2.0 -> 30.0, 单价: 56.0 -> 3.7333333333333334, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:20,920 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 2.0 -> 30.0, 单价: 55.0 -> 3.6666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:20,935 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 15.0, 单价: 55.0 -> 3.6666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:20,935 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 15.0, 单价: 55.0 -> 3.6666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:24,537 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 2.0 -> 30.0, 单价: 55.0 -> 3.6666666666666665, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:24,537 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 2.0 -> 24.0, 单价: 62.0 -> 5.166666666666667, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:24,543 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 6.0, 单价: 50.0 -> 8.333333333333334, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:24,545 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 6.0, 单价: 50.0 -> 8.333333333333334, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:24,545 - app.core.excel.handlers.unit_converter_handlers - INFO - 箱单位处理: 数量: 1.0 -> 12.0, 单价: 62.0 -> 5.166666666666667, 单位: 箱 -> 瓶
|
||||
2025-05-30 09:54:29,680 - app.core.excel.handlers.unit_converter_handlers - INFO - 赠品箱单位处理: 数量: 1.0 -> 15.0, 单价: 0, 单位: 箱 -> 瓶
|
||||
|
||||
@ -540,3 +540,139 @@
|
||||
2025-05-10 14:43:22,009 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-10 16:28:52,367 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-10 16:28:52,368 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-13 11:36:52,103 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-13 11:36:52,105 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-13 12:29:18,342 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-13 12:29:18,343 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-13 12:39:20,455 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-13 12:39:20,455 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-13 12:47:00,748 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-13 12:47:00,749 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-13 12:49:57,167 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-13 12:49:57,167 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-13 12:50:32,702 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-13 12:50:32,703 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-14 10:23:46,791 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 10:23:46,791 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-14 10:29:15,069 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 10:29:15,069 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-14 10:32:40,872 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 10:32:40,872 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-14 10:35:02,627 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 10:35:02,627 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-14 10:43:03,962 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 10:43:03,962 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-14 11:06:02,359 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 11:06:02,359 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-14 11:06:59,677 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 11:06:59,677 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-23 17:11:31,368 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-23 17:11:31,369 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-23 19:01:06,982 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-23 19:01:06,984 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 12:26:18,338 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 12:26:18,338 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 12:28:21,135 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 12:28:21,145 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 12:56:35,679 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 12:56:35,680 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 12:57:16,643 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 12:57:16,643 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 12:57:59,199 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 12:57:59,199 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 13:01:48,905 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:01:48,905 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 13:01:48,905 - app.core.excel.merger - INFO - 搜索目录 data/output 中的采购单Excel文件
|
||||
2025-05-25 13:01:48,905 - app.core.excel.merger - INFO - 找到 2 个采购单Excel文件
|
||||
2025-05-25 13:01:48,969 - app.core.excel.merger - INFO - 成功读取采购单文件: data/output\采购单_微信图片_20250525123637.xls
|
||||
2025-05-25 13:01:48,972 - app.core.excel.merger - INFO - 列名: ['商品名称', '条码(必填)', '采购量(必填)', '赠送量', '采购单价(必填)']
|
||||
2025-05-25 13:01:48,972 - app.core.excel.merger - INFO - 直接匹配列名: 条码(必填) -> 条码
|
||||
2025-05-25 13:01:48,972 - app.core.excel.merger - INFO - 直接匹配列名: 采购量(必填) -> 采购量
|
||||
2025-05-25 13:01:48,972 - app.core.excel.merger - INFO - 直接匹配列名: 采购单价(必填) -> 采购单价
|
||||
2025-05-25 13:01:48,972 - app.core.excel.merger - INFO - 直接匹配列名: 赠送量 -> 赠送量
|
||||
2025-05-25 13:01:48,972 - app.core.excel.merger - INFO - 列名重命名映射: {'条码(必填)': '条码', '采购量(必填)': '采购量', '采购单价(必填)': '采购单价', '赠送量': '赠送量'}
|
||||
2025-05-25 13:01:48,972 - app.core.excel.merger - INFO - 重命名后的列名: ['商品名称', '条码', '采购量', '赠送量', '采购单价']
|
||||
2025-05-25 13:01:48,994 - app.core.excel.merger - INFO - 成功读取采购单文件: data/output\采购单_微信图片_20250525123319.xls
|
||||
2025-05-25 13:01:49,000 - app.core.excel.merger - INFO - 列名: ['商品名称', '条码(必填)', '采购量(必填)', '赠送量', '采购单价(必填)']
|
||||
2025-05-25 13:01:49,000 - app.core.excel.merger - INFO - 直接匹配列名: 条码(必填) -> 条码
|
||||
2025-05-25 13:01:49,000 - app.core.excel.merger - INFO - 直接匹配列名: 采购量(必填) -> 采购量
|
||||
2025-05-25 13:01:49,000 - app.core.excel.merger - INFO - 直接匹配列名: 采购单价(必填) -> 采购单价
|
||||
2025-05-25 13:01:49,000 - app.core.excel.merger - INFO - 直接匹配列名: 赠送量 -> 赠送量
|
||||
2025-05-25 13:01:49,000 - app.core.excel.merger - INFO - 列名重命名映射: {'条码(必填)': '条码', '采购量(必填)': '采购量', '采购单价(必填)': '采购单价', '赠送量': '赠送量'}
|
||||
2025-05-25 13:01:49,000 - app.core.excel.merger - INFO - 重命名后的列名: ['商品名称', '条码', '采购量', '赠送量', '采购单价']
|
||||
2025-05-25 13:01:49,000 - app.core.excel.merger - INFO - 开始合并 2 个采购单文件
|
||||
2025-05-25 13:01:49,005 - app.core.excel.merger - INFO - 处理文件 1: 有效记录 22 行
|
||||
2025-05-25 13:01:49,026 - app.core.excel.merger - INFO - 处理文件 2: 有效记录 27 行
|
||||
2025-05-25 13:01:49,038 - app.core.excel.merger - INFO - 合并完成,共 49 条商品记录
|
||||
2025-05-25 13:01:49,069 - app.core.excel.merger - INFO - 分析模板结构
|
||||
2025-05-25 13:01:49,104 - app.core.excel.merger - INFO - 合并采购单已保存到: data/output\合并采购单_20250525130149.xls,共49条记录
|
||||
2025-05-25 13:08:51,263 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:08:51,263 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 13:09:47,277 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:09:47,277 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 13:13:37,154 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:13:37,154 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 13:18:44,254 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:18:44,254 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 13:22:48,773 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:22:48,773 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 13:23:57,539 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:23:57,539 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 17:40:35,517 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 17:40:35,517 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 17:44:01,745 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 17:44:01,745 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 17:45:22,061 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 17:45:22,061 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 17:49:30,764 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 17:49:30,764 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 17:52:18,364 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 17:52:18,364 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-25 17:53:41,338 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 17:53:41,339 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-28 11:43:02,911 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-28 11:43:02,913 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-28 11:46:32,140 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-28 11:46:32,140 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-28 11:51:11,319 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-28 11:51:11,322 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 10:34:23,234 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 10:34:23,234 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 10:44:15,183 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 10:44:15,184 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 11:04:29,103 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 11:04:29,107 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 11:11:26,533 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 11:11:26,533 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 11:16:59,466 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 11:16:59,470 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 11:28:13,105 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 11:28:13,107 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 11:28:27,489 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 11:28:27,489 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 11:32:47,019 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 11:32:47,019 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 11:37:29,518 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 11:37:29,518 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 11:44:36,453 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 11:44:36,454 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-29 12:42:02,749 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 12:42:02,750 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-30 08:50:50,875 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-30 08:50:50,875 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-30 08:54:23,976 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-30 08:54:23,976 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-30 09:01:02,601 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-30 09:01:02,602 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-30 09:10:06,437 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-30 09:10:06,438 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-30 09:54:20,709 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-30 09:54:20,709 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-30 10:04:38,580 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-30 10:04:38,580 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-30 10:12:13,518 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-30 10:12:13,519 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-30 10:17:10,550 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-30 10:17:10,551 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
2025-05-30 10:17:45,706 - app.core.excel.merger - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-30 10:17:45,707 - app.core.excel.merger - INFO - 初始化PurchaseOrderMerger完成,模板文件: templates\银豹-采购单模板.xls
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
Active since: 2025-05-13 09:59:21
|
||||
@ -10,3 +10,59 @@
|
||||
2025-05-10 13:09:43,071 - app.core.excel.validators - WARNING - 条码长度异常: 109300, 长度=6
|
||||
2025-05-10 13:09:43,072 - app.core.excel.validators - WARNING - 条码验证失败: 条码长度异常: 109300, 长度=6
|
||||
2025-05-10 13:09:43,072 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:00,919 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:00,920 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:00,923 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:01,005 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:01,006 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:01,008 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:01,009 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:01,012 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:04,400 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:04,402 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:04,403 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:04,403 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:04,405 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:04,408 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:08,812 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:08,816 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:08,818 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-13 12:47:08,819 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,422 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,423 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,426 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,426 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,426 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,426 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,426 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,426 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,426 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,426 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,440 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,446 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,446 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,447 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,447 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,448 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,448 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,449 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,449 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,450 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,450 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,451 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,451 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,451 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,451 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,455 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:18,455 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,702 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,702 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,703 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,704 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,705 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,705 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,706 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,706 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,708 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,708 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
2025-05-25 12:26:20,709 - app.core.excel.validators - WARNING - 数量验证失败: 数量必须大于0,当前值: 0.0
|
||||
|
||||
@ -94,3 +94,18 @@
|
||||
2025-05-10 13:09:39,486 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-10 14:20:47,053 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-10 14:32:23,887 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-13 11:36:52,561 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-13 12:28:27,688 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-13 12:46:46,936 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-14 10:23:47,094 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-14 10:29:15,363 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-14 10:43:04,217 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-25 12:33:45,687 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-25 12:36:48,767 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-25 13:08:37,047 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-25 13:09:47,501 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-25 13:13:37,386 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-25 13:18:44,482 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-25 13:22:49,005 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-28 11:43:03,308 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
2025-05-29 12:42:03,113 - app.core.ocr.baidu_ocr - INFO - 成功获取访问令牌
|
||||
|
||||
@ -805,3 +805,153 @@
|
||||
2025-05-10 14:32:23,652 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250510143205.jpg
|
||||
2025-05-10 14:32:25,931 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250510143205.jpg, 输出文件: data/output\微信图片_20250510143205.xlsx
|
||||
2025-05-10 14:32:25,934 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-13 11:36:52,096 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-13 11:36:52,097 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-13 11:36:52,097 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-13 11:36:52,098 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-13 11:36:52,098 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-13 11:36:52,107 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-13 11:36:52,108 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-13 11:36:52,113 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250513113638.jpg
|
||||
2025-05-13 11:36:53,967 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250513113638.jpg, 输出文件: data/output\微信图片_20250513113638.xlsx
|
||||
2025-05-13 11:36:53,969 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-13 12:28:27,326 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-13 12:28:27,327 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-13 12:28:27,327 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-13 12:28:27,328 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-13 12:28:27,328 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-13 12:28:27,328 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-13 12:28:27,329 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-13 12:28:27,329 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250513122819.jpg
|
||||
2025-05-13 12:28:28,897 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250513122819.jpg, 输出文件: data/output\微信图片_20250513122819.xlsx
|
||||
2025-05-13 12:28:28,931 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-13 12:46:46,651 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-13 12:46:46,651 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-13 12:46:46,652 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-13 12:46:46,652 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-13 12:46:46,652 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-13 12:46:46,653 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-13 12:46:46,653 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-13 12:46:46,655 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250513124501.jpg
|
||||
2025-05-13 12:46:50,595 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250513124501.jpg, 输出文件: data/output\微信图片_20250513124501.xlsx
|
||||
2025-05-13 12:46:50,602 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-14 10:23:46,788 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-14 10:23:46,791 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 10:23:46,791 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-14 10:23:46,791 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-14 10:23:46,791 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-14 10:23:46,791 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-14 10:23:46,791 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-14 10:23:46,791 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250514102338.jpg
|
||||
2025-05-14 10:23:48,411 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250514102338.jpg, 输出文件: data/output\微信图片_20250514102338.xlsx
|
||||
2025-05-14 10:23:48,418 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-14 10:29:15,069 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-14 10:29:15,069 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 10:29:15,069 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-14 10:29:15,069 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-14 10:29:15,069 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-14 10:29:15,069 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-14 10:29:15,069 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-14 10:29:15,069 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250514102858.jpg
|
||||
2025-05-14 10:29:16,529 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250514102858.jpg, 输出文件: data/output\微信图片_20250514102858.xlsx
|
||||
2025-05-14 10:29:16,534 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-14 10:43:03,962 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-14 10:43:03,962 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-14 10:43:03,962 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-14 10:43:03,962 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-14 10:43:03,962 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-14 10:43:03,962 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-14 10:43:03,962 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-14 10:43:03,977 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250514104154.jpg
|
||||
2025-05-14 10:43:05,464 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250514104154.jpg, 输出文件: data/output\微信图片_20250514104154.xlsx
|
||||
2025-05-14 10:43:05,464 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-25 12:33:45,371 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-25 12:33:45,371 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 12:33:45,371 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-25 12:33:45,371 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-25 12:33:45,371 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-25 12:33:45,371 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-25 12:33:45,371 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-25 12:33:45,376 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250525123319.jpg
|
||||
2025-05-25 12:33:47,715 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250525123319.jpg, 输出文件: data/output\微信图片_20250525123319.xlsx
|
||||
2025-05-25 12:33:47,721 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-25 12:36:48,507 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-25 12:36:48,507 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 12:36:48,507 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-25 12:36:48,507 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-25 12:36:48,513 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-25 12:36:48,513 - app.core.ocr.table_ocr - INFO - 找到 2 个图片文件,其中 1 个未处理
|
||||
2025-05-25 12:36:48,513 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-25 12:36:48,513 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250525123637.jpg
|
||||
2025-05-25 12:36:50,657 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250525123637.jpg, 输出文件: data/output\微信图片_20250525123637.xlsx
|
||||
2025-05-25 12:36:50,657 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-25 13:08:36,715 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-25 13:08:36,715 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:08:36,715 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-25 13:08:36,715 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-25 13:08:36,715 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-25 13:08:36,715 - app.core.ocr.table_ocr - INFO - 找到 3 个图片文件,其中 1 个未处理
|
||||
2025-05-25 13:08:36,715 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-25 13:08:36,715 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250525130830.jpg
|
||||
2025-05-25 13:08:38,508 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250525130830.jpg, 输出文件: data/output\微信图片_20250525130830.xlsx
|
||||
2025-05-25 13:08:38,508 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-25 13:09:47,277 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-25 13:09:47,277 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:09:47,277 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-25 13:09:47,277 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-25 13:09:47,277 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-25 13:09:47,277 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-25 13:09:47,277 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-25 13:09:47,277 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250525130830.jpg
|
||||
2025-05-25 13:09:48,920 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250525130830.jpg, 输出文件: data/output\微信图片_20250525130830.xlsx
|
||||
2025-05-25 13:09:48,920 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-25 13:13:37,152 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-25 13:13:37,152 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:13:37,152 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-25 13:13:37,152 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-25 13:13:37,152 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-25 13:13:37,154 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-25 13:13:37,154 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-25 13:13:37,154 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250525131321.jpg
|
||||
2025-05-25 13:13:38,505 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250525131321.jpg, 输出文件: data/output\微信图片_20250525131321.xlsx
|
||||
2025-05-25 13:13:38,505 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-25 13:18:44,243 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-25 13:18:44,243 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:18:44,243 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-25 13:18:44,243 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-25 13:18:44,243 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-25 13:18:44,257 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-25 13:18:44,257 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-25 13:18:44,257 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250525131712.jpg
|
||||
2025-05-25 13:18:48,226 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250525131712.jpg, 输出文件: data/output\微信图片_20250525131712.xlsx
|
||||
2025-05-25 13:18:48,226 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-25 13:22:48,768 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-25 13:22:48,768 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-25 13:22:48,768 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-25 13:22:48,768 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-25 13:22:48,768 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-25 13:22:48,773 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-25 13:22:48,773 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-25 13:22:48,773 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250525132243.jpg
|
||||
2025-05-25 13:22:50,089 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250525132243.jpg, 输出文件: data/output\微信图片_20250525132243.xlsx
|
||||
2025-05-25 13:22:50,089 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-28 11:43:02,903 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-28 11:43:02,903 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-28 11:43:02,903 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-28 11:43:02,903 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-28 11:43:02,903 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-28 11:43:02,913 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-28 11:43:02,913 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-28 11:43:02,913 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250528114254.jpg
|
||||
2025-05-28 11:43:04,553 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250528114254.jpg, 输出文件: data/output\微信图片_20250528114254.xlsx
|
||||
2025-05-28 11:43:04,553 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
2025-05-29 12:42:02,739 - app.core.ocr.table_ocr - INFO - 使用输入目录: D:\My Documents\python\orc-order-v2\data\input
|
||||
2025-05-29 12:42:02,739 - app.core.ocr.table_ocr - INFO - 使用输出目录: D:\My Documents\python\orc-order-v2\data\output
|
||||
2025-05-29 12:42:02,739 - app.core.ocr.table_ocr - INFO - 使用临时目录: D:\My Documents\python\orc-order-v2\data\temp
|
||||
2025-05-29 12:42:02,739 - app.core.ocr.table_ocr - INFO - 允许的文件类型: ['.jpg', '.jpeg', '.png', '.bmp']
|
||||
2025-05-29 12:42:02,741 - app.core.ocr.table_ocr - INFO - 初始化OCRProcessor完成:输入目录=data/input, 输出目录=data/output
|
||||
2025-05-29 12:42:02,753 - app.core.ocr.table_ocr - INFO - 找到 1 个图片文件,其中 1 个未处理
|
||||
2025-05-29 12:42:02,753 - app.core.ocr.table_ocr - INFO - 处理批次 1/1: 1 个文件
|
||||
2025-05-29 12:42:02,756 - app.core.ocr.table_ocr - INFO - 开始处理图片: data/input\微信图片_20250529124142.jpg
|
||||
2025-05-29 12:42:04,520 - app.core.ocr.table_ocr - INFO - 图片处理成功: data/input\微信图片_20250529124142.jpg, 输出文件: data/output\微信图片_20250529124142.xlsx
|
||||
2025-05-29 12:42:04,522 - app.core.ocr.table_ocr - INFO - 所有图片处理完成, 总计: 1, 成功: 1
|
||||
|
||||
@ -10,3 +10,4 @@
|
||||
2025-05-02 21:58:02,456 - app.core.utils.file_utils - WARNING - 未在目录 D:\My Documents\python\orc-order-v2\data\output 中找到符合条件的文件
|
||||
2025-05-02 22:07:10,383 - app.core.utils.file_utils - WARNING - 未在目录 D:\My Documents\python\orc-order-v2\data\output 中找到符合条件的文件
|
||||
2025-05-02 22:26:11,623 - app.core.utils.file_utils - WARNING - 未在目录 D:\My Documents\python\orc-order-v2\data\output 中找到符合条件的文件
|
||||
2025-05-29 11:28:13,107 - app.core.utils.file_utils - WARNING - 未在目录 data/output 中找到符合条件的文件
|
||||
|
||||
@ -328,3 +328,63 @@
|
||||
2025-05-10 14:32:23,650 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-10 14:32:23,650 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-10 14:32:23,650 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=5, max_workers=4
|
||||
2025-05-13 11:36:52,093 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-13 11:36:52,098 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-13 11:36:52,105 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-13 11:36:52,105 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
2025-05-13 12:28:27,324 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-13 12:28:27,328 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-13 12:28:27,328 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-13 12:28:27,328 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=5, max_workers=4
|
||||
2025-05-13 12:46:46,647 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-13 12:46:46,652 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-13 12:46:46,653 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-13 12:46:46,653 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=5, max_workers=4
|
||||
2025-05-14 10:23:46,787 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-14 10:23:46,791 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-14 10:23:46,791 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-14 10:23:46,791 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
2025-05-14 10:29:15,069 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-14 10:29:15,069 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-14 10:29:15,069 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-14 10:29:15,069 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
2025-05-14 10:43:03,946 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-14 10:43:03,962 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-14 10:43:03,962 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-14 10:43:03,962 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
2025-05-25 12:33:45,356 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-25 12:33:45,371 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-25 12:33:45,371 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-25 12:33:45,371 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=5, max_workers=4
|
||||
2025-05-25 12:36:48,507 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-25 12:36:48,513 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-25 12:36:48,513 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-25 12:36:48,513 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=5, max_workers=4
|
||||
2025-05-25 13:08:36,713 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-25 13:08:36,715 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-25 13:08:36,715 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-25 13:08:36,715 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=5, max_workers=4
|
||||
2025-05-25 13:09:47,275 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-25 13:09:47,277 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-25 13:09:47,277 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-25 13:09:47,277 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
2025-05-25 13:13:37,149 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-25 13:13:37,152 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-25 13:13:37,154 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-25 13:13:37,154 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
2025-05-25 13:18:44,243 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-25 13:18:44,243 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-25 13:18:44,257 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-25 13:18:44,257 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
2025-05-25 13:22:48,768 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-25 13:22:48,768 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-25 13:22:48,773 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-25 13:22:48,773 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
2025-05-28 11:43:02,903 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-28 11:43:02,903 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-28 11:43:02,913 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-28 11:43:02,913 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
2025-05-29 12:42:02,736 - app.services.ocr_service - INFO - 初始化OCRService
|
||||
2025-05-29 12:42:02,741 - app.services.ocr_service - INFO - OCRService初始化完成
|
||||
2025-05-29 12:42:02,751 - app.services.ocr_service - INFO - OCRService.batch_process被调用,转发到process_images_batch
|
||||
2025-05-29 12:42:02,751 - app.services.ocr_service - INFO - OCRService开始批量处理图片, batch_size=None, max_workers=None
|
||||
|
||||
@ -380,3 +380,170 @@
|
||||
2025-05-10 16:28:52,358 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-10 16:28:52,369 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-10 16:28:52,369 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/折扣销售-2025_05_10-15_26_26.xls
|
||||
2025-05-13 11:36:52,099 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-13 11:36:52,105 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-13 11:36:53,970 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-13 12:29:18,337 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-13 12:29:18,343 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-13 12:29:18,343 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/微信图片_20250513122819.xlsx
|
||||
2025-05-13 12:39:20,449 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-13 12:39:20,456 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-13 12:39:20,456 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/微信图片_20250513122819.xlsx
|
||||
2025-05-13 12:47:00,743 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-13 12:47:00,750 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-13 12:47:00,750 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-13 12:49:57,164 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-13 12:49:57,168 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-13 12:49:57,168 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/采购单_微信图片_20250513124501.xls
|
||||
2025-05-13 12:50:32,698 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-13 12:50:32,703 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-13 12:50:32,703 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/微信图片_20250513124501.xlsx
|
||||
2025-05-14 10:23:46,791 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-14 10:23:46,791 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-14 10:23:48,418 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-14 10:29:15,069 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-14 10:29:15,069 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-14 10:29:16,534 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-14 10:32:40,872 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-14 10:32:40,872 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-14 10:32:40,872 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/微信图片_20250514102858.xlsx
|
||||
2025-05-14 10:35:02,627 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-14 10:35:02,627 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-14 10:35:02,627 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/微信图片_20250514102858.xlsx
|
||||
2025-05-14 10:43:03,962 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-14 10:43:03,962 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-14 10:43:05,464 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-14 11:06:02,343 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-14 11:06:02,359 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-14 11:06:02,359 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
2025-05-14 11:06:59,677 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-14 11:06:59,677 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-14 11:06:59,677 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
2025-05-23 17:11:31,364 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-23 17:11:31,369 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-23 17:11:31,369 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/武侯环球乐百惠便利店1064.xls
|
||||
2025-05-23 19:01:06,970 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-23 19:01:06,984 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-23 19:01:06,984 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/武侯环球乐百惠便利店5090.xls
|
||||
2025-05-25 12:26:18,323 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 12:26:18,338 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 12:26:18,338 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/订单明细20250525122452.xlsx
|
||||
2025-05-25 12:28:21,135 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 12:28:21,145 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 12:56:35,674 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 12:56:35,680 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 12:56:35,680 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/微信图片_20250525123319.xlsx
|
||||
2025-05-25 12:57:16,640 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 12:57:16,643 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 12:57:16,643 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/微信图片_20250525123637.xlsx
|
||||
2025-05-25 12:57:59,195 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 12:57:59,199 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 13:01:48,903 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 13:01:48,905 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 13:01:48,905 - app.services.order_service - INFO - OrderService开始合并所有采购单
|
||||
2025-05-25 13:01:48,905 - app.services.order_service - INFO - OrderService开始合并所有采购单
|
||||
2025-05-25 13:08:51,263 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 13:08:51,263 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 13:08:51,263 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-25 13:09:47,277 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 13:09:47,277 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 13:09:48,920 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-25 13:13:37,152 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 13:13:37,154 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 13:13:38,517 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-25 13:18:44,243 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 13:18:44,257 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 13:18:48,226 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-25 13:22:48,768 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 13:22:48,773 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 13:22:50,089 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-25 13:23:57,539 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 13:23:57,539 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 13:23:57,539 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/微信图片_20250525132243.xlsx
|
||||
2025-05-25 17:40:35,517 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 17:40:35,517 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 17:40:35,530 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
2025-05-25 17:44:01,745 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 17:44:01,745 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 17:44:01,745 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
2025-05-25 17:45:22,056 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 17:45:22,061 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 17:45:22,061 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
2025-05-25 17:49:30,758 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 17:49:30,764 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 17:49:30,764 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
2025-05-25 17:52:18,364 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 17:52:18,364 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 17:52:18,364 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-25 17:53:41,332 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-25 17:53:41,340 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-25 17:53:41,340 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
2025-05-28 11:43:02,903 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-28 11:43:02,913 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-28 11:43:04,553 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-28 11:46:32,136 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-28 11:46:32,140 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-28 11:46:32,142 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/input/表格提取_20250528114543257.xlsx
|
||||
2025-05-28 11:51:11,316 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-28 11:51:11,322 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-28 11:51:11,322 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/input/表格提取_20250528114543257.xlsx
|
||||
2025-05-29 10:34:23,221 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 10:34:23,234 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 10:34:23,234 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250529102424619.xlsx
|
||||
2025-05-29 10:44:15,180 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 10:44:15,184 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 10:44:15,184 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250529103747391.xlsx
|
||||
2025-05-29 11:04:29,103 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 11:04:29,107 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 11:04:29,107 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250529103747391.xlsx
|
||||
2025-05-29 11:11:26,530 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 11:11:26,533 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 11:11:26,533 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250529103747391.xlsx
|
||||
2025-05-29 11:16:59,462 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 11:16:59,470 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 11:16:59,470 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250529111511378.xlsx
|
||||
2025-05-29 11:28:13,101 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 11:28:13,107 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 11:28:13,107 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-29 11:28:27,483 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 11:28:27,491 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 11:28:27,491 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250529112739197.xlsx
|
||||
2025-05-29 11:32:47,018 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 11:32:47,019 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 11:32:47,019 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250529112949229.xlsx
|
||||
2025-05-29 11:37:29,513 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 11:37:29,518 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 11:37:29,518 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250529112949229.xlsx
|
||||
2025-05-29 11:44:36,450 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 11:44:36,454 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 11:44:36,454 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/高新-益选便利店 销售单2025-05-26.xls
|
||||
2025-05-29 12:42:02,741 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-29 12:42:02,751 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-29 12:42:04,522 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-30 08:50:50,875 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-30 08:50:50,875 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-30 08:50:50,875 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250530084744899.xlsx
|
||||
2025-05-30 08:54:23,964 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-30 08:54:23,976 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-30 08:54:23,976 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250530085252919.xlsx
|
||||
2025-05-30 09:01:02,598 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-30 09:01:02,602 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-30 09:01:02,602 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250530085252919.xlsx
|
||||
2025-05-30 09:10:06,422 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-30 09:10:06,438 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-30 09:10:06,438 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250530085252919.xlsx
|
||||
2025-05-30 09:54:20,709 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-30 09:54:20,709 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-30 09:54:20,709 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/表格提取_20250530095123641.xlsx
|
||||
2025-05-30 10:04:38,580 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-30 10:04:38,580 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-30 10:04:38,580 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
2025-05-30 10:12:13,515 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-30 10:12:13,519 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-30 10:12:13,519 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
2025-05-30 10:17:10,546 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-30 10:17:10,551 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-30 10:17:10,551 - app.services.order_service - INFO - OrderService开始处理最新Excel文件
|
||||
2025-05-30 10:17:45,704 - app.services.order_service - INFO - 初始化OrderService
|
||||
2025-05-30 10:17:45,707 - app.services.order_service - INFO - OrderService初始化完成
|
||||
2025-05-30 10:17:45,707 - app.services.order_service - INFO - OrderService开始处理指定Excel文件: D:/My Documents/python/orc-order-v2/data/output/工作簿1.xlsx
|
||||
|
||||
@ -125,3 +125,15 @@ ValueError: Unknown format code 'f' for object of type 'str'
|
||||
2025-05-10 17:23:19,092 - app.services.tobacco_service - INFO - 烟草公司订单处理成功,订单时间: 2025-05-12, 总金额: 10540.44, 处理条目: 37
|
||||
2025-05-10 17:23:19,092 - app.services.tobacco_service - INFO - 采购单已生成: data/output\银豹采购单_烟草公司.xls
|
||||
2025-05-10 17:23:19,567 - app.services.tobacco_service - INFO - 烟草公司订单处理成功,订单时间: 2025-05-12, 总金额: 10540.44, 处理条目: 37
|
||||
2025-05-25 12:26:45,362 - app.services.tobacco_service - INFO - 找到最新烟草订单明细文件: data/output\订单明细20250525122452.xlsx
|
||||
2025-05-25 12:26:45,362 - app.services.tobacco_service - INFO - 开始处理烟草公司订单: data/output\订单明细20250525122452.xlsx
|
||||
2025-05-25 12:26:45,414 - app.services.tobacco_service - INFO - 采购单生成成功: data/output\银豹采购单_烟草公司.xls
|
||||
2025-05-25 12:26:45,414 - app.services.tobacco_service - INFO - 烟草公司订单处理成功,订单时间: 2025-05-19, 总金额: 11656.92, 处理条目: 38
|
||||
2025-05-25 12:26:45,414 - app.services.tobacco_service - INFO - 采购单已生成: data/output\银豹采购单_烟草公司.xls
|
||||
2025-05-25 12:26:45,715 - app.services.tobacco_service - INFO - 烟草公司订单处理成功,订单时间: 2025-05-19, 总金额: 11656.92, 处理条目: 38
|
||||
2025-05-25 12:28:27,788 - app.services.tobacco_service - INFO - 找到最新烟草订单明细文件: data/output\订单明细20250525122508.xlsx
|
||||
2025-05-25 12:28:27,788 - app.services.tobacco_service - INFO - 开始处理烟草公司订单: data/output\订单明细20250525122508.xlsx
|
||||
2025-05-25 12:28:27,848 - app.services.tobacco_service - INFO - 采购单生成成功: data/output\银豹采购单_烟草公司.xls
|
||||
2025-05-25 12:28:27,848 - app.services.tobacco_service - INFO - 烟草公司订单处理成功,订单时间: 2025-05-26, 总金额: 13703.98, 处理条目: 45
|
||||
2025-05-25 12:28:27,858 - app.services.tobacco_service - INFO - 采购单已生成: data/output\银豹采购单_烟草公司.xls
|
||||
2025-05-25 12:28:28,022 - app.services.tobacco_service - INFO - 烟草公司订单处理成功,订单时间: 2025-05-26, 总金额: 13703.98, 处理条目: 45
|
||||
|
||||
Loading…
Reference in New Issue
Block a user