|
@@ -621,6 +621,9 @@ class FyySqlServerService extends Service
|
|
|
foreach ($list['data'] as $key => $value){
|
|
|
$list['data'][$key] = (array)$value;
|
|
|
$list['data'][$key]['unit'] = $messageMap[$value->cinvcode] ?? '';
|
|
|
+ $list['data'][$key]['iquantity'] = intval($value->iquantity);
|
|
|
+ $list['data'][$key]['out_quantity'] = intval($value->out_quantity);
|
|
|
+ $list['data'][$key]['quantity'] = intval($value->quantity);
|
|
|
}
|
|
|
}
|
|
|
|