Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
岳巧源
/
python_script
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c78281a7
authored
Aug 02, 2024
by
岳巧源
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
script
parent
23c0e13c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
waldom_data_process_RMB.py
waldom_data_process_USD.py
waldom_data_process_RMB.py
View file @
c78281a7
...
...
@@ -70,6 +70,7 @@ class HandleCSV:
table
[
'supplier_name'
]
=
'Waldom人民币'
table
[
'goods_sn'
]
=
''
table
[
'multiple'
]
=
'1'
table
[
'eccn'
]
=
''
batch_sn_map
=
dict
()
for
j
in
range
(
len
(
title_arr
)):
ladder_item_map
=
dict
()
...
...
waldom_data_process_USD.py
View file @
c78281a7
...
...
@@ -73,6 +73,7 @@ class HandleCSV:
table
[
'ladder_price'
]
=
[]
table
[
'supplier_name'
]
=
'Waldom美金'
table
[
'goods_sn'
]
=
''
table
[
'eccn'
]
=
''
batch_sn_map
=
dict
()
for
i
in
range
(
len
(
title
)):
ladder_item_map
=
dict
()
...
...
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