feat: 导入物料明细支持直接从名称等匹配3
This commit is contained in:
parent
c739fcfd79
commit
6d030e2c06
|
|
@ -136,7 +136,7 @@ def daoru_mioitems(path:str, mio:MIO):
|
|||
|
||||
mioitems = []
|
||||
ind = 2
|
||||
while sheet[f"a{ind}"].value:
|
||||
while sheet[f"a{ind}"].value or sheet[f"b{ind}"].value:
|
||||
batch = sheet[f"e{ind}"].value
|
||||
material_number = sheet[f"a{ind}"].value
|
||||
if material_number:
|
||||
|
|
|
|||
Loading…
Reference in New Issue