Commit c78281a7 by 岳巧源

script

parent 23c0e13c
......@@ -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()
......
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment