提交 e2129035 authored 作者: 李思鑫's avatar 李思鑫

移除

上级 c6eb023e
...@@ -13350,9 +13350,7 @@ def ajax_recent_inventory_record(request): ...@@ -13350,9 +13350,7 @@ def ajax_recent_inventory_record(request):
if data['e'] == '': if data['e'] == '':
v=vs[0] v=vs[0]
vid=str(v.id) vid=str(v.id)
print('vid',vid)
sWhere=" where company_id="+company_id+" and vtype_id="+ vid sWhere=" where company_id="+company_id+" and vtype_id="+ vid
recentBacth = Batch.objects.filter(vtype_id=vid,company_id=company_id).order_by('-tm').first()
s = f""" s = f"""
select id, code ,tm, select id, code ,tm,
company_to_id, company_to_id,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论