浏览代码

add remarks installer for Reschedule and Suspend

ifah
父节点
当前提交
86add2987b
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      app/Http/Controllers/CustomerService/WorkOrderController.php

+ 3
- 2
app/Http/Controllers/CustomerService/WorkOrderController.php 查看文件

$time = date("h:i A", strtotime($w->dateTimeStart)); $time = date("h:i A", strtotime($w->dateTimeStart));
} }



array_push($nested_data, array( array_push($nested_data, array(
'formT' => $n1.$i.$w->Form->type_application, 'formT' => $n1.$i.$w->Form->type_application,
'service' => $w->nature_work, 'service' => $w->nature_work,
'installer' => $installer, 'installer' => $installer,
'date' => $date, 'date' => $date,
'time' => $time, 'time' => $time,
'status' => $w->status,
'status' => $w->status." (".$w->remarks_installer.")",
'action' => $w->wo, 'action' => $w->wo,
)); ));
} }
'installer' => $installer, 'installer' => $installer,
'date' => $date, 'date' => $date,
'time' => $time, 'time' => $time,
'status' => $w->status,
'status' => $w->status." (".$w->remarks_installer.")",
'action' => $w->wo, 'action' => $w->wo,
)); ));
} }

正在加载...
取消
保存