|
|
@@ -1686,10 +1686,10 @@ ORDER;
|
|
|
</tr>
|
|
|
EOT;
|
|
|
$orderDetails_bv .= <<<EOT
|
|
|
- <td>{$value['SKU_CODE']}</td>
|
|
|
- <td>{$value['BUY_NUMS']}</td>
|
|
|
- <td>{$unitBvFormat}</td>
|
|
|
- <td>{$totalBvFormat}</td>
|
|
|
+ <td style="height: auto">{$value['SKU_CODE']}</td>
|
|
|
+ <td style="height: auto">{$value['BUY_NUMS']}</td>
|
|
|
+ <td style="height: auto">{$unitBvFormat}</td>
|
|
|
+ <td style="height: auto">{$totalBvFormat}</td>
|
|
|
EOT;
|
|
|
}
|
|
|
|