Commit 41bf8021 by 魏强

qwe;

parent f276518a
...@@ -73,7 +73,7 @@ def rent_detail(): ...@@ -73,7 +73,7 @@ def rent_detail():
rent_no = json_data['rent_no'] if 'rent_no' in json_data else '' rent_no = json_data['rent_no'] if 'rent_no' in json_data else ''
hatch_no = json_data['hatch_no'] if 'hatch_no' in json_data else '' hatch_no = json_data['hatch_no'] if 'hatch_no' in json_data else ''
# data = RentService.get_production_detail(rent_no, hatch_no) # data = RentService.get_production_detail(rent_no, hatch_no)
if not hatch_no: if hatch_no == "0":
data = RentService.get_no_production_detail(rent_no) data = RentService.get_no_production_detail(rent_no)
else: else:
data = RentService.get_production_detail_new(rent_no, hatch_no) data = RentService.get_production_detail_new(rent_no, hatch_no)
......
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