feat: 导入物料明细时可默认批次号2
This commit is contained in:
parent
abd1ac9d56
commit
6104a2e6be
|
@ -138,7 +138,7 @@ def daoru_mioitems(path:str, mio:MIO):
|
||||||
|
|
||||||
mioitems = []
|
mioitems = []
|
||||||
ind = 2
|
ind = 2
|
||||||
while sheet[f"b{ind}"].value:
|
while sheet[f"a{ind}"].value:
|
||||||
batch = sheet[f"b{ind}"].value
|
batch = sheet[f"b{ind}"].value
|
||||||
material_number = sheet[f"a{ind}"].value
|
material_number = sheet[f"a{ind}"].value
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue