瀏覽代碼

fix report

ifah
Siti Hajar Ibrahim 5 年之前
父節點
當前提交
d0f0df09c8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app/Http/Controllers/Api/FormController.php

+ 1
- 1
app/Http/Controllers/Api/FormController.php 查看文件

@@ -139,7 +139,7 @@ class FormController extends BaseController
$address = $f->Subscriber->postcode. ' , '.$f->Subscriber->city. ' , '.$f->Subscriber->state;
}

$woD = '-'; $woId = 'none'; $natureWork = ''; $doId = ''; $woRate=""; $amount_claim="";
$woD = '-'; $woId = 'none'; $natureWork = ''; $doId = ''; $woRate="";
if(!empty($f->WorkOrder)){
$woId = $f->WorkOrder->wo;
$natureWork = $f->WorkOrder->nature_work;

Loading…
取消
儲存