Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amazon_reports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
common
amazon_reports
Commits
8d6344e0
Commit
8d6344e0
authored
Nov 01, 2024
by
邱阿朋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
8df1a750
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
refund.py
src/refund.py
+0
-0
return_goods.py
src/return_goods.py
+0
-0
spa_search.py
src/spa_search.py
+1
-1
初始化.bat
初始化.bat
+4
-4
No files found.
src/
invoices
.py
→
src/
refund
.py
View file @
8d6344e0
File moved
src/returns.py
→
src/return
_good
s.py
View file @
8d6344e0
File moved
src/
coop
.py
→
src/
spa_search
.py
View file @
8d6344e0
...
@@ -87,7 +87,7 @@ def export_item_read_data(invoice_id):
...
@@ -87,7 +87,7 @@ def export_item_read_data(invoice_id):
filename
=
query_params
.
get
(
'fileName'
,
[
'未找到文件名'
])[
0
]
filename
=
query_params
.
get
(
'fileName'
,
[
'未找到文件名'
])[
0
]
report_file_tmp_dir
=
f
"coop
\\
{invoice_id}
\\
{filename}
\\
"
report_file_tmp_dir
=
f
"coop
\\
{invoice_id}
\\
{filename}
\\
"
host
=
domain
.
switch_domain
(
country
)
host
=
domain
.
switch_domain
(
country
)
page
.
download
(
host
+
link
,
report_file_tmp_dir
,
show_msg
=
Tru
e
)
page
.
download
(
host
+
link
,
report_file_tmp_dir
,
show_msg
=
Fals
e
)
report_file
=
report_file_tmp_dir
+
"BackupReport.xls"
report_file
=
report_file_tmp_dir
+
"BackupReport.xls"
file
.
wait_for_downloads
(
report_file
)
file
.
wait_for_downloads
(
report_file
)
...
...
初始化.bat
View file @
8d6344e0
pip.exe install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
pip.exe install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
pyinstaller -F -n refund.exe .\src\invoices.py
pyinstaller -F -n refund.exe .\src\refund.py
pyinstaller -F -n return_goods.exe .\src\returns.py
pyinstaller -F -n return_goods.exe .\src\return_goods.py
pyinstaller -F -n spa_search.exe .\src\coop.py
pyinstaller -F -n spa_search.exe .\src\spa_search.py
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment