|
@@ -369,8 +369,9 @@ class FyyOrderService extends Service
|
|
|
$return[$tmp_key]['num'] += $n;
|
|
|
}else{
|
|
|
$return[$tmp_key] = [
|
|
|
+ 'csocode' => $value['csocode'],//销售订单号
|
|
|
'cdlcode' => $value['cdlcode'],
|
|
|
- 'product_no' => $value['cinvcode'],
|
|
|
+ 'product_no' => $value['cinvcode'],//产品编码
|
|
|
'product_title' => $value['product_title'],
|
|
|
'technology_name' => $cfree1 ?? '',
|
|
|
'wood_name' => $cfree2 ?? '',
|