|
|
@@ -162,7 +162,7 @@ async def handle_detail(request: Request, params: HandlerDetail):
|
|
|
"goods_art_no": goods_art_no,
|
|
|
"is_check_number": False,
|
|
|
"resize_image_view": "后跟",
|
|
|
- "cutout_mode": "0",
|
|
|
+ "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
|