|
|
@@ -405,7 +405,7 @@ class GluingReport extends Api
|
|
|
$code = \db('工单_基本资料')->where('Gd_Gdbh',$data['sczl_gdbh'])->value('成品代号');
|
|
|
$list['产品名称'] = rtrim($name);
|
|
|
$list['产品代号'] = rtrim($code);
|
|
|
- $list['工序名称'] = $data['sczl_gxh'];
|
|
|
+ $list['工序名称'] = $data['sczl_gxmc'];
|
|
|
}
|
|
|
$list['状态'] = rtrim($data['status']);
|
|
|
$list['开工时间'] = $data['sczl_kgsj'];
|