ソースを参照

info WO Pending Contractor

ifah
コミット
034abe367c
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      app/Http/Controllers/CustomerService/WorkOrderController.php

+ 1
- 0
app/Http/Controllers/CustomerService/WorkOrderController.php ファイルの表示

} }


$installer = ''; $installer = '';
info($w->Form->_id);
$form = Form::with('Subscriber','PackageDetail')->where('_id',$w->Form->_id)->first(); $form = Form::with('Subscriber','PackageDetail')->where('_id',$w->Form->_id)->first();
$product = Product::where('speed',$form->PackageDetail->name)->where('formT',$w->Form->type_application)->first(); $product = Product::where('speed',$form->PackageDetail->name)->where('formT',$w->Form->type_application)->first();
$company = Company::where('_id',$w->contractor_id)->first(); $company = Company::where('_id',$w->contractor_id)->first();

読み込み中…
キャンセル
保存