|
|
@@ -406,6 +406,7 @@ class GluingReport extends Api
|
|
|
$list['产品名称'] = rtrim($name);
|
|
|
$list['产品代号'] = rtrim($code);
|
|
|
$list['工序名称'] = $data['sczl_gxmc'];
|
|
|
+ $list['联数'] = $endTime['Gy0_ls'];
|
|
|
}
|
|
|
$list['状态'] = rtrim($data['status']);
|
|
|
$list['开工时间'] = $data['sczl_kgsj'];
|
|
|
@@ -417,6 +418,7 @@ class GluingReport extends Api
|
|
|
$list['产品代号'] = '';
|
|
|
$list['状态'] = '';
|
|
|
$list['开工时间'] = '';
|
|
|
+ $list['联数'] = '';
|
|
|
}
|
|
|
$list['班组编号'] = rtrim($data['sczl_bzbh']);
|
|
|
$idList = explode(',',$data['班组ID']);
|