浏览代码

add project type in custome list controller

ifah
父节点
当前提交
29717ab205
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      app/Http/Controllers/CustomerService/CustomerController.php

+ 5
- 0
app/Http/Controllers/CustomerService/CustomerController.php 查看文件

@@ -234,6 +234,10 @@ class CustomerController extends Controller
}

$nP = '';
$ptype = '';
if(!empty($f->project_type)){
$ptype = $f->project_type;
}
array_push($nested_data, array(
'formT' => $n1.$i.$f->type_application,
@@ -242,6 +246,7 @@ class CustomerController extends Controller
'phone' => $f->Subscriber->phone1,
'unit' => $unit,
'building' => $building,
'projectT' => $ptype,
'street' => $address,
// 'postcode' => $f->Subscriber->postcode,
// 'city' => $f->Subscriber->city,

正在加载...
取消
保存