feat: 导入物料明细时可默认批次号2

This commit is contained in:
caoqianming 2025-09-04 10:08:44 +08:00
parent abd1ac9d56
commit 6104a2e6be
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ def daoru_mioitems(path:str, mio:MIO):
mioitems = []
ind = 2
while sheet[f"b{ind}"].value:
while sheet[f"a{ind}"].value:
batch = sheet[f"b{ind}"].value
material_number = sheet[f"a{ind}"].value
try: