|
@@ -1495,7 +1495,7 @@ class OrderSuperLoss extends Api
|
|
|
foreach ($gy_data as $kk => $vv) {
|
|
foreach ($gy_data as $kk => $vv) {
|
|
|
$banju = $vv['版距']/1000;
|
|
$banju = $vv['版距']/1000;
|
|
|
if ($vv['印刷方式'] === '卷对卷'){
|
|
if ($vv['印刷方式'] === '卷对卷'){
|
|
|
- $vv['total_cl'] = $vv['total_cl']*$banju;
|
|
|
|
|
|
|
+ $vv['total_cl'] = $vv['total_cl']/$banju;
|
|
|
}
|
|
}
|
|
|
//每道工序的产量(按班组分)
|
|
//每道工序的产量(按班组分)
|
|
|
$gy_data[$kk]['total_cl'] = (int)$vv['total_cl'] * $vv['Gy0_ls'] * $vv['Gy0_ks'];
|
|
$gy_data[$kk]['total_cl'] = (int)$vv['total_cl'] * $vv['Gy0_ls'] * $vv['Gy0_ks'];
|