摘要: # xtw 库存调整 import time import numpy as np import requests import pandas as pd import arrow def time_to_utc(localtime): utctime =arrow.get(localtime).t 阅读全文
posted @ 2023-01-06 10:25 烦恼1234 阅读(5) 评论(0) 推荐(0) 编辑
摘要: # xtw 库存调整 # 这一段没有比对 原库位sp库存一致 没有做排除 import time import numpy as np import arrow import requests import pandas as pd from openpyxl import Workbook imp 阅读全文
posted @ 2023-01-06 10:24 烦恼1234 阅读(3) 评论(0) 推荐(0) 编辑
摘要: # # xtw库存调整 # # 主要改进在于:尽可能将效期 录入到目标库位上。 # ''' # 无效期的 优先使用无效期批次的库存记录 (xjf-100-100 or 默认库位) # 有效期: # 优先使用带有修改批次的库存记录 # 次优先使用无效期批次的库存记录 # ''' # sheet ='d 阅读全文
posted @ 2023-01-06 10:23 烦恼1234 阅读(25) 评论(0) 推荐(0) 编辑