浏览代码

Edit business work-order

hajar
父节点
当前提交
7a5bbe7a0e
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4
    3
      app/Http/Controllers/CustomerService/CustomerController.php

+ 4
- 3
app/Http/Controllers/CustomerService/CustomerController.php 查看文件

@@ -506,9 +506,10 @@ class CustomerController extends Controller
$state = $cov->state;
}else {
$building = $request->building;
$postcode = '-';
$city = '-';
$state = '-';
$street = $request->address;
$postcode = $request->postcode;
$city = $request->city;
$state = $request->state;
}

$form->company_reg = $request->company_reg;

正在加载...
取消
保存