|
unitPrice, _money_unit = money_process(unitPrice, header_list[2])
|
|
unitPrice, _money_unit = money_process(unitPrice, header_list[2])
|
|
if id2 != "" and id3 != "" and len(re.split('[,,\s]', tds[id2])) > 1 and len(re.split('[,,\s]', tds[id1])) == len(re.split('[,,\s]', tds[id2])): # 处理一个空格包含多个产品,逗号或空格分割情况 例子 292846806 292650743
|
|
if id2 != "" and id3 != "" and len(re.split('[,,\s]', tds[id2])) > 1 and len(re.split('[,,\s]', tds[id1])) == len(re.split('[,,\s]', tds[id2])): # 处理一个空格包含多个产品,逗号或空格分割情况 例子 292846806 292650743
|