Commit dc797414 by 夏超

[fix] 领料单数据

parent e8e533d9
......@@ -168,6 +168,7 @@ class InheritProductionTask(models.Model):
conn.close()
bom_res = []
_logger.info(f"数据: {rows}")
_logger.info(f"数据: {rowdesc}")
rows_data = [
dict(zip([col[0] for col in rowdesc], row))
for row in rows
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment