|
|
@@ -181,12 +181,14 @@ def fromExcelHandler(params: HandlerDetail):
|
|
|
"cutout_mode": settings.CUTOUT_MODE,
|
|
|
"logo_path": params.logo_path,
|
|
|
"special_goods_art_no_folder_line": "",
|
|
|
- "is_use_excel": (False if params.excel_path == "" else True), # 是否使用excel
|
|
|
+ "is_use_excel": (
|
|
|
+ False if params.excel_path == "" else True
|
|
|
+ ), # 是否使用excel
|
|
|
"excel_path": params.excel_path, # excel路径
|
|
|
"is_check_color_is_all": False,
|
|
|
- "cutout_is_pass": True,
|
|
|
+ "cutout_is_pass": False,
|
|
|
"assigned_page_dict": {},
|
|
|
- "detail_is_pass": True,
|
|
|
+ "detail_is_pass": False,
|
|
|
"upload_is_pass": False,
|
|
|
"upload_is_enable": False,
|
|
|
"is_filter": False,
|
|
|
@@ -297,12 +299,14 @@ async def handle_detail(request: Request, params: HandlerDetail):
|
|
|
"cutout_mode": settings.CUTOUT_MODE,
|
|
|
"logo_path": params.logo_path,
|
|
|
"special_goods_art_no_folder_line": "",
|
|
|
- "is_use_excel": (False if params.excel_path == "" else True), # 是否使用excel
|
|
|
+ "is_use_excel": (
|
|
|
+ False if params.excel_path == "" else True
|
|
|
+ ), # 是否使用excel
|
|
|
"excel_path": params.excel_path, # excel路径
|
|
|
"is_check_color_is_all": False,
|
|
|
- "cutout_is_pass": True,
|
|
|
+ "cutout_is_pass": False,
|
|
|
"assigned_page_dict": {},
|
|
|
- "detail_is_pass": True,
|
|
|
+ "detail_is_pass": False,
|
|
|
"upload_is_pass": False,
|
|
|
"upload_is_enable": False,
|
|
|
"is_filter": False,
|