A{{ mb_substr($row->rfid, -5) }}- Q{{ str_pad($row->barcode_id,6,"0" , STR_PAD_LEFT) }}- @if($row->category_id <= 24) G{{$row->category_id}} @elseif($row->category_id == 26) M{{$row->category_id}} @elseif($row->category_id == 925) S{{$row->category_id}} @endif |
S{{ str_pad(number_format($row->purchase_cost + $row->sell_cost , 2 , '.' , '' ),6,"0" , STR_PAD_LEFT) }} L8.17 C{{ str_pad(number_format($row->purchase_cost + $row->min_sell_cost , 2 , '.' , '' ),6,"0" , STR_PAD_LEFT) }} |
T{{ str_pad(number_format($row->weight , 2 , '.' , '' ),6,"0" , STR_PAD_LEFT) }} V19.3 N{{ str_pad(number_format($row->weight , 2 , '.' , '' ),6,"0" , STR_PAD_LEFT) }} |
A{{ mb_substr($row->rfid, -5) }}- Q{{ str_pad($row->barcode_id,6,"0" , STR_PAD_LEFT) }}- @if($row->category_id <= 24) G{{$row->category_id}} @elseif($row->category_id == 26) M{{$row->category_id}} @elseif($row->category_id == 925) S{{$row->category_id}} @endif |
S{{ str_pad(number_format($row->purchase_cost + $row->sell_cost , 2 , '.' , '' ),6,"0" , STR_PAD_LEFT) }} L8.17 C{{ str_pad(number_format($row->purchase_cost + $row->min_sell_cost , 2 , '.' , '' ),6,"0" , STR_PAD_LEFT) }} |
T{{ str_pad(number_format($row->weight , 2 , '.' , '' ),6,"0" , STR_PAD_LEFT) }} V19.3 N{{ str_pad(number_format($row->weight , 2 , '.' , '' ),6,"0" , STR_PAD_LEFT) }} |