提交 32163a02 authored 作者: zhang wei's avatar zhang wei

zw_test

上级 3da6ed51
...@@ -1262,7 +1262,7 @@ def sync_order(request,company_id,vendor): ...@@ -1262,7 +1262,7 @@ def sync_order(request,company_id,vendor):
# 2022-08-12 是否需要修改销售订单 # 2022-08-12 是否需要修改销售订单
bEditOrder=True bEditOrder=True
if company_id=='1644': if company_id == '1644':
if 'dn_number' not in d or 'products' not in d or 'customer' not in d: if 'dn_number' not in d or 'products' not in d or 'customer' not in d:
data['e']='dn_number/customer/products missing in data' data['e']='dn_number/customer/products missing in data'
return JsonResponse(data) return JsonResponse(data)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论