|
@@ -684,7 +684,7 @@ class serveManagement(View):
|
|
transaction_id = rd_sheet.cell_value(row, 9)
|
|
transaction_id = rd_sheet.cell_value(row, 9)
|
|
order_qs = Order_Model.objects.filter(trade_no=transaction_id)
|
|
order_qs = Order_Model.objects.filter(trade_no=transaction_id)
|
|
if not order_qs.exists():
|
|
if not order_qs.exists():
|
|
- temp_row = row + 8
|
|
|
|
|
|
+ temp_row = row + 7
|
|
wt_sheet.write(temp_row, 0, '否')
|
|
wt_sheet.write(temp_row, 0, '否')
|
|
for col in range(rd_sheet.ncols):
|
|
for col in range(rd_sheet.ncols):
|
|
value = rd_sheet.cell_value(row, col)
|
|
value = rd_sheet.cell_value(row, col)
|